diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-02-28 23:38:47 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-02-28 23:38:47 +0000 |
commit | 33d8f4697c9db53ca8db2ef3d9d3e93f555b5592 (patch) | |
tree | 40b8b910ae7d61eba8e92c8ef0fd759079bc3f74 /gas | |
parent | 03678945bda93300182fb98ae15fd9b636d9ed95 (diff) | |
download | gdb-33d8f4697c9db53ca8db2ef3d9d3e93f555b5592.zip gdb-33d8f4697c9db53ca8db2ef3d9d3e93f555b5592.tar.gz gdb-33d8f4697c9db53ca8db2ef3d9d3e93f555b5592.tar.bz2 |
read.c, tc-* md_operand changes
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index cee2bd0..f807252 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,18 @@ +Tue Feb 28 18:29:27 1995 Ken Raeburn <raeburn@cujo.cygnus.com> + + * config/tc-arm.c, config/tc-arm.h (md_operand): Replaced empty + function in .c file with empty macro in .h file. + * config/tc-h8500.*, config/tc-hppa.*, config/tc-i386.*, + config/tc-i860.*, config/tc-i960.*, config/tc-ns32k.*, + config/tc-ppc.*, config/tc-sh.*, config/tc-sparc.*, + config/tc-tahoe.*, config/tc-vax.*, config/tc-w65.*, + config/tc-z8k.*: Ditto. +start-sanitize-rce + * config/tc-rce.*: Ditto. +end-sanitize-rce + + * read.c (s_app_line): Ignore non-positive line numbers. + Tue Feb 28 15:34:14 1995 Ian Lance Taylor <ian@cygnus.com> * config/tc-i386.c (tc_i386_fix_adjustable): Don't adjust PLT or |