diff options
author | Steve Chamberlain <sac@cygnus> | 1992-06-24 18:02:38 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-06-24 18:02:38 +0000 |
commit | 7c2d4011a40eb6ff029b99e4a7871c26c3b1f7b4 (patch) | |
tree | 95246ba249f39c72bf96bc75e745ef2642ae5686 /gas/ChangeLog | |
parent | 369172bbb3eaeabb2f2a2aaa87799199dcb49e65 (diff) | |
download | gdb-7c2d4011a40eb6ff029b99e4a7871c26c3b1f7b4.zip gdb-7c2d4011a40eb6ff029b99e4a7871c26c3b1f7b4.tar.gz gdb-7c2d4011a40eb6ff029b99e4a7871c26c3b1f7b4.tar.bz2 |
Wed Jun 24 10:57:54 1992 Steve Chamberlain (sac@thepub.cygnus.com)
* app.c (process_escape): new function to handle escapes the right
way, (do_scrub_next_char): use new function
* cond.c (s_ifdef): do ifdef/ifndef right
* read.c (s_fill): make the , expressions optional like the doc
says
* config/tc-h8300.[ch]: better warnings
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 6b88b7e..d0d404b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,12 @@ +Wed Jun 24 10:57:54 1992 Steve Chamberlain (sac@thepub.cygnus.com) + + * app.c (process_escape): new function to handle escapes the right + way, (do_scrub_next_char): use new function + * cond.c (s_ifdef): do ifdef/ifndef right + * read.c (s_fill): make the , expressions optional like the doc + says + * config/tc-h8300.[ch]: better warnings + Tue Jun 9 07:54:54 1992 Steve Chamberlain (sac@thepub.cygnus.com) * subsegs.c (subsegs_begin): create bss0_frchainP in the same was |