diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-05-05 22:53:04 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-05-05 22:53:04 +0000 |
commit | 5e540094531e746b14b8c4aa7b71b727fa37b6e8 (patch) | |
tree | 7f823956285814817c18e607555e598fcfdc1a10 /binutils | |
parent | c063fc455888b5c706bf54f0f6dbd5cb9521f7d9 (diff) | |
download | gdb-5e540094531e746b14b8c4aa7b71b727fa37b6e8.zip gdb-5e540094531e746b14b8c4aa7b71b727fa37b6e8.tar.gz gdb-5e540094531e746b14b8c4aa7b71b727fa37b6e8.tar.bz2 |
syslex.l, objdump.c/config changes
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 5623a87..f932e4d 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,18 @@ +Thu May 5 11:50:55 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com) + + * syslex.l (yywrap): Define as function if not defined as a macro. + + * Makefile.in (objdump.o): Deleted special rule. + * configure.in: Don't bother building ARCHDEFS variable for + Makefile. + * objdump.c (ARCH_*): Deleted handling. + (disassemble_data): Call `disassembler' from opcodes library. + +Thu May 5 13:28:42 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * Makefile.in (install): Correct handling of $(tooldir) and + $(bindir) being on different devices. + Fri Apr 29 09:50:38 1994 Steve Chamberlain (sac@cygnus.com) * sysdump.c (h8300, sh): Add declarations. |