* elf32-i386.c (elf_i386_check_relocs): Update comment since we
authorAlan Modra <amodra@gmail.com>
Thu, 27 Sep 2001 16:18:42 +0000 (16:18 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 27 Sep 2001 16:18:42 +0000 (16:18 +0000)
commit0ac8d2cabf050fa3d463a79240ef8e05db368b1f
tree51a4582899654bb5ddd230495b8793e57b562de4
parentced53ee5daeb7e1f0d2f86fc7f70857b8e8b60cf
* elf32-i386.c (elf_i386_check_relocs): Update comment since we
no longer allocate here.  Localise some vars to blocks where they
are used.  Remove separate switch stmt for creating .got sec.
(elf_i386_adjust_dynamic_symbol): Correct a comment.  Remove
redundant casts and aborts.  Delay setting of vars until needed.
(allocate_dynrelocs): Remove redundant casts and aborts.
(elf_i386_size_dynamic_sections): Move comment.
(elf_i386_finish_dynamic_symbol): Move expressions out of function
calls.
(elf_i386_relocate_section): Likewise.  Comment typo fix.
(elf_i386_finish_dynamic_sections): Migrate common code out of
switch statement.
(elf_backend_* defines): Sort.
bfd/ChangeLog
bfd/elf32-i386.c
This page took 0.02385 seconds and 4 git commands to generate.