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.am | |
parent | c42644305ed1f9f3033efbf42a977e9e9099d7b0 (diff) | |
download | fsf-binutils-gdb-4e8a9624b8e07c195b8bd0f93b607ced5c11beb7.zip fsf-binutils-gdb-4e8a9624b8e07c195b8bd0f93b607ced5c11beb7.tar.gz fsf-binutils-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/Makefile.am')
-rw-r--r-- | bfd/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/Makefile.am b/bfd/Makefile.am index ecac5cc..27946f6 100644 --- a/bfd/Makefile.am +++ b/bfd/Makefile.am @@ -499,7 +499,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 ## ... and all .h files which are in the build tree. BUILD_HFILES = \ |