diff options
author | Eric Christopher <echristo@gmail.com> | 2003-05-21 21:53:33 +0000 |
---|---|---|
committer | Eric Christopher <echristo@gmail.com> | 2003-05-21 21:53:33 +0000 |
commit | 143d77c5e950f3c1664b6196ba87620ad759c73e (patch) | |
tree | 7dee395f3c64cec608e538ab2a7d0ddaeb1367d1 /bfd/ChangeLog | |
parent | 44482353b7a90fad07966ff231f6305a671053ab (diff) | |
download | gdb-143d77c5e950f3c1664b6196ba87620ad759c73e.zip gdb-143d77c5e950f3c1664b6196ba87620ad759c73e.tar.gz gdb-143d77c5e950f3c1664b6196ba87620ad759c73e.tar.bz2 |
2003-05-07 Eric Christopher <echristo@redhat.com>
Alexandre Oliva <aoliva@redhat.com>
* elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Adjust
pic tests, change to warning.
(_bfd_mips_elf_final_link): Remove EF_MIPS_CPIC flag setting.
2003-05-07 Eric Christopher <echristo@redhat.com>
* config/tc-mips.c (mips_abicalls): New variable.
(md_parse_option): Use.
(s_option): Ditto.
(s_abicalls): Ditto.
(mips_elf_final_processing): Set EF_MIPS_PIC and
EF_MIPS_CPIC dependent on above.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4b44b40..11ee8fc 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2003-05-07 Eric Christopher <echristo@redhat.com> + Alexandre Oliva <aoliva@redhat.com> + + * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Adjust + pic tests, change to warning. + (_bfd_mips_elf_final_link): Remove EF_MIPS_CPIC flag setting. + 2003-05-21 Marcus Comstedt <marcus@mc.pp.se> * config.bfd: Check for a target triplet of shl-...-netbsdelf as |