diff options
author | Alan Modra <amodra@gmail.com> | 2003-08-04 09:39:46 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-08-04 09:39:46 +0000 |
commit | 268b6b39310b33c8791ea43e95e81e0bd12d7c8d (patch) | |
tree | 868d6cf5ea831cb3ca1ffea40336f9e0c706c817 /bfd/ChangeLog | |
parent | 2a36a1175e1fec4bd57a97bc5de0bea89b397b10 (diff) | |
download | gdb-268b6b39310b33c8791ea43e95e81e0bd12d7c8d.zip gdb-268b6b39310b33c8791ea43e95e81e0bd12d7c8d.tar.gz gdb-268b6b39310b33c8791ea43e95e81e0bd12d7c8d.tar.bz2 |
* elfcode.h: Convert to C90, remove unneeded casts and prototypes.
* elfcore.h: Likewise.
* elflink.c: Likewise.
* elflink.h: Likewise.
* elf.c (sym_is_global): Remove INLINE.
(align_file_position): Replace INLINE with inline.
* elfcode.h (elf_swap_dyn_in, elf_swap_dyn_out): Remove INLINE.
(elf_file_p): Replace INLINE with inline.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1b4b2cc..b2686ef 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +2003-08-04 Alan Modra <amodra@bigpond.net.au> + + * elfcode.h: Convert to C90, remove unneeded casts and prototypes. + * elfcore.h: Likewise. + * elflink.c: Likewise. + * elflink.h: Likewise. + * elf.c (sym_is_global): Remove INLINE. + (align_file_position): Replace INLINE with inline. + * elfcode.h (elf_swap_dyn_in, elf_swap_dyn_out): Remove INLINE. + (elf_file_p): Replace INLINE with inline. + 2003-08-02 Kaz Kojima <kkojima@rr.iij4u.or.jp> * elf32-sh.c (sh_elf_check_relocs): Don't set DF_TEXTREL here. |