diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-04-02 21:34:56 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-04-02 21:34:56 +0000 |
commit | 0433135db44d65401b36724800661012e9ff0af6 (patch) | |
tree | d40e3d42758271f3c3e7668e20c072d54d1e17f8 /gas/ChangeLog | |
parent | 477b4b040e9d355a82ca89580f973bb54f51334a (diff) | |
download | gdb-0433135db44d65401b36724800661012e9ff0af6.zip gdb-0433135db44d65401b36724800661012e9ff0af6.tar.gz gdb-0433135db44d65401b36724800661012e9ff0af6.tar.bz2 |
* config/tc-mips.h (LOCAL_LABEL): Treat any label starting with
'$' as local, for any object file format.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 4294dd3..8cf9dab 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ Fri Apr 2 08:54:57 1993 Ian Lance Taylor (ian@cygnus.com) + * config/tc-mips.h (LOCAL_LABEL): Treat any label starting with + '$' as local, for any object file format. + * config/tc-mips.c (macro): Optimizations to branching code and a couple of bug fixes from ralphc@pyrps5.eng.pyramid.com (Ralph Campbell). |