Replace "the the" with "the"
This replaces "the the" with "the" in various comments. Tested by rebuilding. This didn't test the solib-dsbt.c change, but it looks harmless. gdb/ChangeLog 2019-01-17 Tom Tromey <tromey@bapiya> * valprint.c: Replace "the the" with "the". * symtab.c: Replace "the the" with "the". * solib.c: Replace "the the" with "the". * solib-dsbt.c: Replace "the the" with "the". * linespec.c: Replace "the the" with "the". * dwarf2loc.h: Replace "the the" with "the". * amd64-windows-tdep.c: Replace "the the" with "the". * aarch64-tdep.c: Replace "the the" with "the".
This commit is contained in:
parent
dee3ee2224
commit
6471e7d23d
11 changed files with 21 additions and 10 deletions
|
@ -1,3 +1,14 @@
|
||||||
|
2019-01-17 Tom Tromey <tromey@bapiya>
|
||||||
|
|
||||||
|
* valprint.c: Replace "the the" with "the".
|
||||||
|
* symtab.c: Replace "the the" with "the".
|
||||||
|
* solib.c: Replace "the the" with "the".
|
||||||
|
* solib-dsbt.c: Replace "the the" with "the".
|
||||||
|
* linespec.c: Replace "the the" with "the".
|
||||||
|
* dwarf2loc.h: Replace "the the" with "the".
|
||||||
|
* amd64-windows-tdep.c: Replace "the the" with "the".
|
||||||
|
* aarch64-tdep.c: Replace "the the" with "the".
|
||||||
|
|
||||||
2019-01-16 Keith Seitz <keiths@redhat.com>
|
2019-01-16 Keith Seitz <keiths@redhat.com>
|
||||||
|
|
||||||
PR gdb/23773
|
PR gdb/23773
|
||||||
|
|
|
@ -1932,7 +1932,7 @@ aarch64_extract_return_value (struct type *type, struct regcache *regs,
|
||||||
|| TYPE_IS_REFERENCE (type)
|
|| TYPE_IS_REFERENCE (type)
|
||||||
|| TYPE_CODE (type) == TYPE_CODE_ENUM)
|
|| TYPE_CODE (type) == TYPE_CODE_ENUM)
|
||||||
{
|
{
|
||||||
/* If the the type is a plain integer, then the access is
|
/* If the type is a plain integer, then the access is
|
||||||
straight-forward. Otherwise we have to play around a bit
|
straight-forward. Otherwise we have to play around a bit
|
||||||
more. */
|
more. */
|
||||||
int len = TYPE_LENGTH (type);
|
int len = TYPE_LENGTH (type);
|
||||||
|
|
|
@ -419,7 +419,7 @@ static const enum amd64_regnum amd64_windows_w2gdb_regnum[] =
|
||||||
AMD64_R15_REGNUM
|
AMD64_R15_REGNUM
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Return TRUE iff PC is the the range of the function corresponding to
|
/* Return TRUE iff PC is the range of the function corresponding to
|
||||||
CACHE. */
|
CACHE. */
|
||||||
|
|
||||||
static int
|
static int
|
||||||
|
|
|
@ -222,7 +222,7 @@ struct dwarf2_offset_baton
|
||||||
LONGEST offset;
|
LONGEST offset;
|
||||||
|
|
||||||
/* The type of the object whose property is dynamic. In the example
|
/* The type of the object whose property is dynamic. In the example
|
||||||
provided above, this would the the array's index type. */
|
provided above, this would the array's index type. */
|
||||||
struct type *type;
|
struct type *type;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1445,7 +1445,7 @@ convert_results_to_lsals (struct linespec_state *self,
|
||||||
|
|
||||||
/* A structure that contains two string representations of a struct
|
/* A structure that contains two string representations of a struct
|
||||||
linespec_canonical_name:
|
linespec_canonical_name:
|
||||||
- one where the the symtab's fullname is used;
|
- one where the symtab's fullname is used;
|
||||||
- one where the filename followed the "set filename-display"
|
- one where the filename followed the "set filename-display"
|
||||||
setting. */
|
setting. */
|
||||||
|
|
||||||
|
|
|
@ -526,7 +526,7 @@ find_mi_interp (void)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Observers for several run control events that print why the
|
/* Observers for several run control events that print why the
|
||||||
inferior has stopped to both the the MI event channel and to the MI
|
inferior has stopped to both the MI event channel and to the MI
|
||||||
console. If the MI interpreter is not active, print nothing. */
|
console. If the MI interpreter is not active, print nothing. */
|
||||||
|
|
||||||
/* Observer for the signal_received notification. */
|
/* Observer for the signal_received notification. */
|
||||||
|
|
|
@ -64,7 +64,7 @@ struct sve_context {
|
||||||
* The same convention applies when returning from a signal: a caller
|
* The same convention applies when returning from a signal: a caller
|
||||||
* will need to remove or resize the sve_context block if it wants to
|
* will need to remove or resize the sve_context block if it wants to
|
||||||
* make the SVE registers live when they were previously non-live or
|
* make the SVE registers live when they were previously non-live or
|
||||||
* vice-versa. This may require the the caller to allocate fresh
|
* vice-versa. This may require the caller to allocate fresh
|
||||||
* memory and/or move other context blocks in the signal frame.
|
* memory and/or move other context blocks in the signal frame.
|
||||||
*
|
*
|
||||||
* Changing the vector length during signal return is not permitted:
|
* Changing the vector length during signal return is not permitted:
|
||||||
|
|
|
@ -650,7 +650,7 @@ dsbt_current_sos (void)
|
||||||
/* Locate the address of the first link map struct. */
|
/* Locate the address of the first link map struct. */
|
||||||
lm_addr = lm_base ();
|
lm_addr = lm_base ();
|
||||||
|
|
||||||
/* We have at least one link map entry. Fetch the the lot of them,
|
/* We have at least one link map entry. Fetch the lot of them,
|
||||||
building the solist chain. */
|
building the solist chain. */
|
||||||
while (lm_addr)
|
while (lm_addr)
|
||||||
{
|
{
|
||||||
|
|
|
@ -233,7 +233,7 @@ solib_find_1 (const char *in_pathname, int *fd, int is_solib)
|
||||||
| target:some/dir | | /foo/bar.dll |
|
| target:some/dir | | /foo/bar.dll |
|
||||||
|
|
||||||
IOW, we don't need to add a separator if IN_PATHNAME already
|
IOW, we don't need to add a separator if IN_PATHNAME already
|
||||||
has one, or when the the sysroot is exactly "target:".
|
has one, or when the sysroot is exactly "target:".
|
||||||
There's no need to check for drive spec explicitly, as we only
|
There's no need to check for drive spec explicitly, as we only
|
||||||
get here if IN_PATHNAME is considered an absolute path. */
|
get here if IN_PATHNAME is considered an absolute path. */
|
||||||
need_dir_separator = !(IS_DIR_SEPARATOR (in_pathname[0])
|
need_dir_separator = !(IS_DIR_SEPARATOR (in_pathname[0])
|
||||||
|
|
|
@ -2301,7 +2301,7 @@ lookup_symbol_in_objfile_symtabs (struct objfile *objfile, int block_index,
|
||||||
Normally we only look in OBJFILE, and not any separate debug objfiles
|
Normally we only look in OBJFILE, and not any separate debug objfiles
|
||||||
because the outer loop will cause them to be searched too. This case is
|
because the outer loop will cause them to be searched too. This case is
|
||||||
different. Here we're called from search_symbols where it will only
|
different. Here we're called from search_symbols where it will only
|
||||||
call us for the the objfile that contains a matching minsym. */
|
call us for the objfile that contains a matching minsym. */
|
||||||
|
|
||||||
static struct block_symbol
|
static struct block_symbol
|
||||||
lookup_symbol_in_objfile_from_linkage_name (struct objfile *objfile,
|
lookup_symbol_in_objfile_from_linkage_name (struct objfile *objfile,
|
||||||
|
|
|
@ -2513,7 +2513,7 @@ count_next_character (wchar_iterator *iter,
|
||||||
|
|
||||||
/* Print the characters in CHARS to the OBSTACK. QUOTE_CHAR is the quote
|
/* Print the characters in CHARS to the OBSTACK. QUOTE_CHAR is the quote
|
||||||
character to use with string output. WIDTH is the size of the output
|
character to use with string output. WIDTH is the size of the output
|
||||||
character type. BYTE_ORDER is the the target byte order. OPTIONS
|
character type. BYTE_ORDER is the target byte order. OPTIONS
|
||||||
is the user's print options. */
|
is the user's print options. */
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue