diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-10-14 21:03:14 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-10-14 21:03:14 +0000 |
commit | 545081384891df719c0f75a6d2c42ef4a3253754 (patch) | |
tree | 40ec06002116190398530f11a1f50afe4277a2a9 /gas | |
parent | c17cd709263676ccfdaed20d432c3ee44a51b30b (diff) | |
download | gdb-545081384891df719c0f75a6d2c42ef4a3253754.zip gdb-545081384891df719c0f75a6d2c42ef4a3253754.tar.gz gdb-545081384891df719c0f75a6d2c42ef4a3253754.tar.bz2 |
* app.c (do_scrub_next_char): Always accept 'x' and 'X' as escape
characters in state 6.
* read.c (next_char_of_string): Accept \Xh* and \xh* where h* are
hexidecimal digits.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 0edff4c..e81c0e0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,10 @@ Thu Oct 14 16:51:00 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * app.c (do_scrub_next_char): Always accept 'x' and 'X' as escape + characters in state 6. + * read.c (next_char_of_string): Accept \Xh* and \xh* where h* are + hexidecimal digits. + * config/tc-i386.c (md_apply_fix_1): Make cross segment calls work for ELF by hacking around bizarre bfd_perform_relocation behaviour that I don't dare change. |