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 /gas/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 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 83efb5f..7ab2f13 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,15 @@ +Wed May 14 09:54:53 1997 Nick Clifton <nickc@cygnus.com> + + * config/tc-arm.c (global variables): Added 'uses_apcs_26' flag to + hold APCS selection. (md_begin): Added code to generate flags to + be set into the COFF header and the calls to the BFD functions to + do this. (md_parse_option, md_show_usage): Added new command line + options -mapcs-32, -mapcs-26, -marmv2, -marmv2a, -marmv3, + -marmv3m, -marmv4, -marmv4t. + + * tc-arm.h (LOCAL_LABEL): Removed the definition of this macro + as it is never used. + Tue May 13 22:26:14 1997 Jeffrey A Law (law@cygnus.com) * config/tc-mn10200.c (md_convert_frag): Prefix temporary |