diff options
author | Felix Lee <flee@cygnus> | 1997-06-25 22:35:14 +0000 |
---|---|---|
committer | Felix Lee <flee@cygnus> | 1997-06-25 22:35:14 +0000 |
commit | 9fd0d551fc32d9ee5e96e1f5526fefaeb1ba9d3c (patch) | |
tree | 2614b80688f0a8e00d91a7068c366987e9aafcd2 | |
parent | e8f6afa32ddf5b81ce5977dc9244c11163ae48c8 (diff) | |
download | gdb-9fd0d551fc32d9ee5e96e1f5526fefaeb1ba9d3c.zip gdb-9fd0d551fc32d9ee5e96e1f5526fefaeb1ba9d3c.tar.gz gdb-9fd0d551fc32d9ee5e96e1f5526fefaeb1ba9d3c.tar.bz2 |
* ppc-opc.c (extract_nsi): make unsigned expression signed before
negating it.
(UNUSED): remove one level of parens, so MSVC doesn't choke on
nesting depth when all the macros are expanded.
-rw-r--r-- | opcodes/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 87bb228..76457e7 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,10 @@ +Wed Jun 25 15:25:57 1997 Felix Lee <flee@cirdan.cygnus.com> + + * ppc-opc.c (extract_nsi): make unsigned expression signed before + negating it. + (UNUSED): remove one level of parens, so MSVC doesn't choke on + nesting depth when all the macros are expanded. + Tue Jun 17 17:02:17 1997 Ian Lance Taylor <ian@cygnus.com> * sparc-opc.c: The fcmp v9a instructions take an integer register |