Delete bfd_my_archive macro
authorAlan Modra <amodra@gmail.com>
Tue, 14 Jun 2016 03:54:37 +0000 (13:24 +0930)
committerAlan Modra <amodra@gmail.com>
Tue, 14 Jun 2016 03:54:37 +0000 (13:24 +0930)
commit3860d2b4b72feeef4cf045c6c9907a0476f46f3d
tree60d7a2907b3fcc6cab7bb227ad14bf91d9913c93
parentb0cffb47671ffbaac559c1f17a9f248256ea6c42
Delete bfd_my_archive macro

Many more places use abfd->my_archive rather than bfd_my_archive (abfd),
so let's make the code consistently use the first idiom.

bfd/
* bfd-in.h (bfd_my_archive): Delete.
* bfd-in2.h: Regenerate.
binutils/
* ar.c: Expand uses of bfd_my_archive.
* size.c: Likewise.
ld/
* ldlang.c: Expand uses of bfd_my_archive.
* ldmain.c: Likewise.
* ldmisc.c: Likewise.
* plugin.c: Likewise.
bfd/ChangeLog
bfd/bfd-in.h
bfd/bfd-in2.h
binutils/ChangeLog
binutils/ar.c
binutils/size.c
ld/ChangeLog
ld/ldlang.c
ld/ldmain.c
ld/ldmisc.c
ld/plugin.c
This page took 0.030259 seconds and 4 git commands to generate.