diff options
author | Alan Modra <amodra@gmail.com> | 2001-06-10 05:21:00 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-06-10 05:21:00 +0000 |
commit | 4e8a9624b8e07c195b8bd0f93b607ced5c11beb7 (patch) | |
tree | e82d3296fa22d4920773e409d6996e3d03e293df /bfd/elf32-mips.c | |
parent | c42644305ed1f9f3033efbf42a977e9e9099d7b0 (diff) | |
download | gdb-4e8a9624b8e07c195b8bd0f93b607ced5c11beb7.zip gdb-4e8a9624b8e07c195b8bd0f93b607ced5c11beb7.tar.gz gdb-4e8a9624b8e07c195b8bd0f93b607ced5c11beb7.tar.bz2 |
* elflink.h: Whitespace changes.
(elf_link_read_relocs_from_section): Use "unsigned int" iterator
rather than "unsigned char".
(elf_link_output_relocs): Likewise.
(elf_link_input_bfd): Likewise.
(elf_reloc_link_order): LIkewise.
* elf.c: s/CONST/const/. Whitespace changes.
* elf32-mips.c: Formatting fix.
* Makefile.am (SOURCE_HFILES): Include xcoff-target.h, remove xcoff.h.
* Makefile.in: Regenerate.
* po/Make-in: Remove trailing tab.
Diffstat (limited to 'bfd/elf32-mips.c')
-rw-r--r-- | bfd/elf32-mips.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-mips.c b/bfd/elf32-mips.c index de0e529..cc9a4bf 100644 --- a/bfd/elf32-mips.c +++ b/bfd/elf32-mips.c @@ -249,8 +249,8 @@ static bfd *reldyn_sorting_bfd; (abfd->xvec == &bfd_elf32_tradlittlemips_vec)) ? ict_none : \ ((ABI_N32_P (abfd) || ABI_64_P (abfd)) ? ict_irix6 : ict_irix5)) #endif -/* Whether we are trying to be compatible with IRIX at all. */ +/* Whether we are trying to be compatible with IRIX at all. */ #define SGI_COMPAT(abfd) \ (IRIX_COMPAT (abfd) != ict_none) |