diff options
author | Alan Modra <amodra@bigpond.net.au> | 2001-06-10 05:21:00 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2001-06-10 05:21:00 +0000 |
commit | 8316293c8f71494a9096e4d984a861efa3983e3e (patch) | |
tree | 30c43a24187d7845e0ac452faed624c678d68e2e /bfd/po | |
parent | a8262b058cf8652655edc5e784ec8fc1b7261fb0 (diff) | |
download | gdb-8316293c8f71494a9096e4d984a861efa3983e3e.tar.gz |
* 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/po')
-rw-r--r-- | bfd/po/Make-in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/po/Make-in b/bfd/po/Make-in index 74b86738b52..2414748d744 100644 --- a/bfd/po/Make-in +++ b/bfd/po/Make-in @@ -206,7 +206,7 @@ clean: mostlyclean distclean: clean rm -f Makefile Makefile.in *.mo *.msg *.cat *.cat.m rm -f SRC-POTFILES BLD-POTFILES SRC-POTFILES.in BLD-POTFILES.in - + maintainer-clean: distclean @echo "This command is intended for maintainers to use;" @echo "it deletes files that may require special tools to rebuild." |