diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-02-09 18:11:20 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-02-09 18:11:20 +0000 |
commit | ddb393cf893763cfc3bfe7d031c9f8508f5344dc (patch) | |
tree | d171a01234f39bb6ae2574b5905df7c91fe25fb8 /gas/ChangeLog | |
parent | 945f125b45d38579e3a8e60107c74d54ec72c317 (diff) | |
download | gdb-ddb393cf893763cfc3bfe7d031c9f8508f5344dc.zip gdb-ddb393cf893763cfc3bfe7d031c9f8508f5344dc.tar.gz gdb-ddb393cf893763cfc3bfe7d031c9f8508f5344dc.tar.bz2 |
* app.c (do_scrub_next_char): If NO_STRING_ESCAPES is defined,
don't treat backslash specially inside strings.
* read.c (next_char_of_string): Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index cb885a6..ee0d785 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +Wed Feb 9 13:08:32 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * app.c (do_scrub_next_char): If NO_STRING_ESCAPES is defined, + don't treat backslash specially inside strings. + * read.c (next_char_of_string): Likewise. + Wed Feb 9 09:42:45 1994 Stan Shebs (shebs@andros.cygnus.com) * config/obj-coffbfd.c (obj_coff_init_stab_section): Use memset |