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/Makefile.in | |
parent | c42644305ed1f9f3033efbf42a977e9e9099d7b0 (diff) | |
download | ppe42-binutils-4e8a9624b8e07c195b8bd0f93b607ced5c11beb7.tar.gz ppe42-binutils-4e8a9624b8e07c195b8bd0f93b607ced5c11beb7.zip |
* 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/Makefile.in')
-rw-r--r-- | bfd/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 3de9181ac6..cdb0e17846 100644 --- a/bfd/Makefile.in +++ b/bfd/Makefile.in @@ -629,7 +629,8 @@ SOURCE_HFILES = \ elfcode.h elfcore.h elflink.h freebsd.h genlink.h go32stub.h \ libaout.h libbfd.h libcoff.h libecoff.h libhppa.h \ libieee.h libnlm.h liboasys.h libpei.h netbsd.h nlm-target.h \ - nlmcode.h nlmswap.h ns32k.h peicode.h som.h vms.h libxcoff.h xcoff.h + nlmcode.h nlmswap.h ns32k.h peicode.h som.h vms.h libxcoff.h \ + xcoff-target.h BUILD_HFILES = \ |