* ChangeLog-9197: Fix comment typos.
* coffgrok.c: Likewise. * filemode.c: Likewise. * objcopy.c: Likewise. * objdump.c: Likewise. * prdbg.c: Likewise. * stabs.c: Likewise. * unwind-ia64.c: Likewise.
This commit is contained in:
parent
e1f1f9b8c3
commit
aaad4cf36a
8 changed files with 9 additions and 9 deletions
|
@ -5200,7 +5200,7 @@ Thu May 16 16:06:55 1991 Steve Chamberlain (steve at cygint.cygnus.com)
|
|||
consistent with gdb and as: Add 0x when printing hex.
|
||||
Don't print extra leading zeros.
|
||||
Attempt to not print "filename.o".
|
||||
* objdump.c: Add some enum-to-int casts to accomodate old compilers.
|
||||
* objdump.c: Add some enum-to-int casts to accommodate old compilers.
|
||||
|
||||
|
||||
Fri May 3 22:21:44 1991 John Gilmore (gnu at cygint.cygnus.com)
|
||||
|
|
|
@ -370,7 +370,7 @@ do_type (int i)
|
|||
{
|
||||
if (aux->x_sym.x_tagndx.p)
|
||||
{
|
||||
/* Referring to a struct defined elsewhere */
|
||||
/* Refe0rring to a struct defined elsewhere */
|
||||
res->type = coff_structref_type;
|
||||
res->u.astructref.ref = tindex[INDEXOF (aux->x_sym.x_tagndx.p)];
|
||||
res->size = res->u.astructref.ref ?
|
||||
|
@ -398,7 +398,7 @@ do_type (int i)
|
|||
case T_ENUM:
|
||||
if (aux->x_sym.x_tagndx.p)
|
||||
{
|
||||
/* Refering to a enum defined elsewhere */
|
||||
/* Referring to a enum defined elsewhere */
|
||||
res->type = coff_enumref_type;
|
||||
res->u.aenumref.ref = tindex[INDEXOF (aux->x_sym.x_tagndx.p)];
|
||||
res->size = res->u.aenumref.ref->type->size;
|
||||
|
|
|
@ -136,7 +136,7 @@ mode_string (unsigned long mode, char *str)
|
|||
'd' for directories
|
||||
'b' for block special files
|
||||
'c' for character special files
|
||||
'm' for multiplexor files
|
||||
'm' for multiplexer files
|
||||
'l' for symbolic links
|
||||
's' for sockets
|
||||
'p' for fifos
|
||||
|
|
|
@ -181,7 +181,7 @@ static bfd_boolean change_leading_char = FALSE;
|
|||
/* Whether to remove the leading character from global symbol names. */
|
||||
static bfd_boolean remove_leading_char = FALSE;
|
||||
|
||||
/* Whether to permit wildcard in symbol comparasion. */
|
||||
/* Whether to permit wildcard in symbol comparison. */
|
||||
static bfd_boolean wildcard = FALSE;
|
||||
|
||||
/* List of symbols to strip, keep, localize, keep-global, weaken,
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
|
||||
4. dump_bfd() in turn calls separate functions to display the requested
|
||||
item(s) of information(s). For example disassemble_data() is called if
|
||||
a disassmebly has been requested.
|
||||
a disassembly has been requested.
|
||||
|
||||
When disassembling the code loops through blocks of instructions bounded
|
||||
by symbols, calling disassemble_bytes() on each block. The actual
|
||||
|
|
|
@ -2055,7 +2055,7 @@ tg_struct_field (void *p, const char *name, bfd_vma bitpos ATTRIBUTE_UNUSED,
|
|||
if (! tg_fix_visibility (info, visibility))
|
||||
return FALSE;
|
||||
|
||||
/* It happends, a bug? */
|
||||
/* It happens, a bug? */
|
||||
if (! name[0])
|
||||
return TRUE;
|
||||
|
||||
|
|
|
@ -2526,7 +2526,7 @@ parse_stab_members (void *dhandle, struct stab_handle *info,
|
|||
}
|
||||
else
|
||||
{
|
||||
/* This is a completely wierd case. In order to stuff in the
|
||||
/* This is a completely weird case. In order to stuff in the
|
||||
names that might contain colons (the usual name delimiter),
|
||||
Mike Tiemann defined a different name format which is
|
||||
signalled if the identifier is "op$". In that case, the
|
||||
|
|
|
@ -25,7 +25,7 @@ Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
|
|||
#if __GNUC__ >= 2
|
||||
/* Define BFD64 here, even if our default architecture is 32 bit ELF
|
||||
as this will allow us to read in and parse 64bit and 32bit ELF files.
|
||||
Only do this if we belive that the compiler can support a 64 bit
|
||||
Only do this if we believe that the compiler can support a 64 bit
|
||||
data type. For now we only rely on GCC being able to do this. */
|
||||
#define BFD64
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue