diff options
author | Nick Clifton <nickc@redhat.com> | 2002-09-04 12:37:30 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-09-04 12:37:30 +0000 |
commit | 341026c1c143611e52a7bae351f7a886a8cc19a3 (patch) | |
tree | 401859e50461a84ccd30240e29acb2b5cc1f9f11 /gas/ChangeLog | |
parent | 07dd56a969469ac5b6669b0fbb390019196d2992 (diff) | |
download | gdb-341026c1c143611e52a7bae351f7a886a8cc19a3.zip gdb-341026c1c143611e52a7bae351f7a886a8cc19a3.tar.gz gdb-341026c1c143611e52a7bae351f7a886a8cc19a3.tar.bz2 |
Do not insert non-BookE32 instructions into the hash table if the target cpu
is the BookE32. (case 107575)
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index f9466e9..2d8c4af9 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2002-09-04 Nick Clifton <nickc@redhat.com> + + * config/tc-ppc.c (md_begin): Do not insert non-BookE32 + instructions into the hash table if the target cpu is the BookE32. + 2002-08-31 Hans-Peter Nilsson <hp@bitrange.com> * read.c (do_align): Use ATTRIBUTE_UNUSED_LABEL for label, not |