diff options
author | Steve Chamberlain <sac@cygnus> | 1995-08-01 03:35:23 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1995-08-01 03:35:23 +0000 |
commit | 4f2f30116bbef513af63b7b45bd7ef13bd7b4673 (patch) | |
tree | 4bd61e39f3e66161d06871a6d29c9e4ce2f648a5 /gas/ChangeLog | |
parent | 2994850346e6183247ba6c80807ea9816997945c (diff) | |
download | gdb-4f2f30116bbef513af63b7b45bd7ef13bd7b4673.zip gdb-4f2f30116bbef513af63b7b45bd7ef13bd7b4673.tar.gz gdb-4f2f30116bbef513af63b7b45bd7ef13bd7b4673.tar.bz2 |
* gasp.c (main): Parse -I option.
(do_include): Look through include list.
* gasp.c (change_base): Don't modify numbers in strings.
(pr7583)
* testsuite/gasp/*: New.
* testsuite/Makefile.in: Use gasp tests.
* testsuite/config/default.exp: Add gasp stuff.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d5c4f85..0d13df4 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -9,8 +9,14 @@ Mon Jul 31 21:40:47 1995 Ken Raeburn <raeburn@cygnus.com> Mon Jul 31 18:19:26 1995 steve chamberlain <sac@slash.cygnus.com> - * gasp.c (change_base): Don't modify numbers in strings. (pr7583) - * testsuite/gas/gasp/*: New. + * gasp.c (main): Parse -I option. + (do_include): Look through include list. + * gasp.c (change_base): Don't modify numbers in strings. + (pr7583) + + * testsuite/gasp/*: New. + * testsuite/Makefile.in: Use gasp tests. + * testsuite/config/default.exp: Add gasp stuff. Mon Jul 31 12:16:21 1995 Ian Lance Taylor <ian@cygnus.com> |