diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-07-20 16:34:25 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-07-20 16:34:25 +0000 |
commit | f61ca5fae479b82b295889a9c636c4092570a6f5 (patch) | |
tree | 577c3c9e61dc264b42333357bceee24f83a0bd7c /opcodes | |
parent | 412c988b1d6c9c21be1198861862b49efcbf030c (diff) | |
download | fsf-binutils-gdb-f61ca5fae479b82b295889a9c636c4092570a6f5.zip fsf-binutils-gdb-f61ca5fae479b82b295889a9c636c4092570a6f5.tar.gz fsf-binutils-gdb-f61ca5fae479b82b295889a9c636c4092570a6f5.tar.bz2 |
fix from dj delorie for disassembler config in djgpp
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index abaa9a2..7c630a0 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +Tue Jul 19 21:00:00 1994 DJ Delorie (dj@ctron.com) + + * configure.bat: the disassember needs to be enabled for + "objdump -d" to work in djgpp. + Wed Jul 13 18:01:58 1994 Ken Raeburn (raeburn@cujo.cygnus.com) * ns32k-dis.c: Deleted all code in "#ifdef GDB". @@ -6,6 +11,13 @@ Wed Jul 13 18:01:58 1994 Ken Raeburn (raeburn@cujo.cygnus.com) explicitly specified sizes, instead of using sizeof() on host CPU types. (INVALID_FLOAT): Cast first argument. + (opt_u, opt_U, opt_O, opt_C, opt_S, list_P532, list_M532, + list_P032, list_M032): Now const. + (optlist, list_search): Made appropriate arguments now point to + const. + (print_insn_arg): Changed static array of one-character-string + pointers into a static const array of characters; fixed sprintf + statement accordingly. Sun Jul 10 00:27:47 1994 Ian Dall (dall@hfrd.dsto.gov.au) |