diff options
author | Stan Cox <scox@redhat.com> | 1999-01-27 22:57:06 +0000 |
---|---|---|
committer | Stan Cox <scox@redhat.com> | 1999-01-27 22:57:06 +0000 |
commit | 84a9fc2748bc6bb7bfddc7095f8211ce92a8067a (patch) | |
tree | d1307ec880bdaf11bc6a36aabc76df1ca73001da /bfd | |
parent | 42d99b82d9f7fb64d57f770c675dea2928eafaa9 (diff) | |
download | gdb-84a9fc2748bc6bb7bfddc7095f8211ce92a8067a.zip gdb-84a9fc2748bc6bb7bfddc7095f8211ce92a8067a.tar.gz gdb-84a9fc2748bc6bb7bfddc7095f8211ce92a8067a.tar.bz2 |
* coff-arm.c (_bfd_coff_arm_set_private_flags): Changed F_PIC to F_PIC_INT.
* coffcode.h (coff_set_arch_mach_hook): Removed F_ARM_2a and
F_ARM_3M labels. Changed F_PIC to F_PIC_INT.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0958cec..2e458b9 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +Wed Jan 27 13:35:35 1999 Stan Cox <scox@cygnus.com> + + * coff-arm.c (_bfd_coff_arm_set_private_flags): Changed F_PIC + to F_PIC_INT. + * coffcode.h (coff_set_arch_mach_hook): Removed F_ARM_2a and + F_ARM_3M labels. Changed F_PIC to F_PIC_INT. + 1999-01-27 Nick Clifton <nickc@cygnus.com> * elf32-fr30.c (fr30_elf_howto_table): Fix name of R_FR30_48 |