OSDN Git Service

* elf32-i386.c (elf_i386_check_relocs): Update comment since we
authorAlan Modra <amodra@bigpond.net.au>
Thu, 27 Sep 2001 16:18:42 +0000 (16:18 +0000)
committerAlan Modra <amodra@bigpond.net.au>
Thu, 27 Sep 2001 16:18:42 +0000 (16:18 +0000)
commit7c73d0e90c5b99f6443a3246d811dd70ff9f8e3a
tree3ab1ca2ee7fc9e1ede213bc2a244391654ca9fb8
parent1276a0bb009876217754fe34b4d5ec846abf180f
* 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