diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-05-05 20:18:38 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-05-05 20:18:38 +0000 |
commit | 5d6cfa60ae235384e86722cee482a9b753a53458 (patch) | |
tree | 2392f87cde36332465ec7c3c1965edc8daf66b3d /gas/ChangeLog | |
parent | eb9e6f221ebeabd8daeee457a3ba3ee0361436e4 (diff) | |
download | gdb-5d6cfa60ae235384e86722cee482a9b753a53458.zip gdb-5d6cfa60ae235384e86722cee482a9b753a53458.tar.gz gdb-5d6cfa60ae235384e86722cee482a9b753a53458.tar.bz2 |
* config/obj-ecoff.c (init_file): Set fMerge to 0 since dbx seems
to want it that way.
(ecoff_build_symbols): Turn local st_Proc symbols into
st_StaticProc symbols. Set index field of external st_Proc and
st_staticProc symbols correctly.
* config/tc-mips.h (NO_LISTING): Don't define. People might want
listings.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 145f0e2..60f5e3e 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,25 @@ +Wed May 5 13:14:01 1993 Ian Lance Taylor (ian@cygnus.com) + + * config/obj-ecoff.c (init_file): Set fMerge to 0 since dbx seems + to want it that way. + (ecoff_build_symbols): Turn local st_Proc symbols into + st_StaticProc symbols. Set index field of external st_Proc and + st_staticProc symbols correctly. + * config/tc-mips.h (NO_LISTING): Don't define. People might want + listings. + +Mon May 3 15:59:32 1993 Steve Chamberlain (sac@thepub.cygnus.com) + + * config/tc-sparc.c (sparc_ip): Allow any abs expression as an + address space number. + +Wed Apr 28 19:11:22 1993 Ken Raeburn (raeburn@deneb.cygnus.com) + + * config/obj-aout.h (TARGET_DEFAULT): Don't default this at all. + + * config/tc-a29k.c: Include ctype.h. + (define_some_regs): Added special-purpose registers for 29050. + Wed Apr 28 13:40:29 1993 Ian Lance Taylor (ian@rtl.cygnus.com) * config/obj-ecoff.c (obj_symbol_new_hook): Make up a .file if one |