diff options
author | Richard Henderson <rth@redhat.com> | 1999-02-13 08:18:51 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1999-02-13 08:18:51 +0000 |
commit | e58ae7a3fdf31a843caab011d3e6abc657fabb30 (patch) | |
tree | 91c71244909080fb40f90dbe0b10f35d1acebbef | |
parent | 35564bd7ba617fde97b6f69c763b0f228e48432b (diff) | |
download | gdb-e58ae7a3fdf31a843caab011d3e6abc657fabb30.zip gdb-e58ae7a3fdf31a843caab011d3e6abc657fabb30.tar.gz gdb-e58ae7a3fdf31a843caab011d3e6abc657fabb30.tar.bz2 |
* config/tc-i386.c (i386_intel_operand): Ignore `SHORT' rather
than treat as an immediate specifier.
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c69b01d..ddf9c70 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Sat Feb 13 00:17:26 1999 Richard Henderson <rth@cygnus.com> + + * config/tc-i386.c (i386_intel_operand): Ignore `SHORT' rather + than treat as an immediate specifier. + Thu Feb 11 16:18:31 1999 Richard Henderson <rth@cygnus.com> * config/tc-i386.c: Prototype many functions. |