diff options
author | Nick Clifton <nickc@redhat.com> | 1997-05-14 17:00:43 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-05-14 17:00:43 +0000 |
commit | 46686c7839c7872d851d9a43df81953dbfc25dc0 (patch) | |
tree | d427926af7ced3e7d027b1ffe36d252f760cb59e /include/ChangeLog | |
parent | c23cc10a8fc7518f564bb69bdb7726b17982ae3b (diff) | |
download | gdb-46686c7839c7872d851d9a43df81953dbfc25dc0.zip gdb-46686c7839c7872d851d9a43df81953dbfc25dc0.tar.gz gdb-46686c7839c7872d851d9a43df81953dbfc25dc0.tar.bz2 |
Added support for storing ARM Procedure Calling Standard variant, and ARM
architecture variant in the BFD and COFF structures. This goes towards
fixing PRs 11709 and 11326 and will integrate with future updates to LD and
GCC.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 22f2fe7..7a2403c 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,17 @@ +Tue May 13 10:21:14 1997 Nick Clifton <nickc@cygnus.com> + + * coff/arm.h (constants): Added new flag bits F_APCS_26 and + F_APCS_SET for the f_flags field of the filehdr structure. Added new + flags: F_APCS26, F_ARM_2, F_ARM_3, F_ARM_7, F_ARM_7T to store + information in the flags field of the internal_f structure used by BFD + routines. + +Tue Apr 22 10:24:34 1997 Fred Fish <fnf@cygnus.com> + + * floatformat.h (floatformat_byteorders): Add comments for previous + formats and add floatformat_littlebyte_bigword, primarily for ARM. + Add declaration for floatformat_ieee_double_littlebyte_bigword. + Fri Apr 18 13:04:49 1997 Andrew Cagney <cagney@b1.cygnus.com> * remote-sim.h (sim_stop): New interface - asynchronous |