* elf.c: Convert to C90, remove unnecessary prototypes and casts.
Replace PTR with void *. Formatting. (_bfd_elf_assign_file_position_for_section): Remove INLINE. (make_mapping): Likewise.
This commit is contained in:
parent
c07f46a4b1
commit
217aa764fc
2 changed files with 385 additions and 656 deletions
|
@ -1,3 +1,10 @@
|
|||
2003-07-30 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* elf.c: Convert to C90, remove unnecessary prototypes and casts.
|
||||
Replace PTR with void *. Formatting.
|
||||
(_bfd_elf_assign_file_position_for_section): Remove INLINE.
|
||||
(make_mapping): Likewise.
|
||||
|
||||
2003-07-29 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* elf64-ppc.c (func_desc_adjust): Give linker created function
|
||||
|
|
Loading…
Add table
Reference in a new issue