From: J.T. Conklin Date: Thu, 8 Sep 1994 23:19:02 +0000 (+0000) Subject: * sparclite/Makefile.in: Assorted stuff needed for eload. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f987416016b3b816eefad284a8f26895f76b930c;p=binutils-gdb.git * sparclite/Makefile.in: Assorted stuff needed for eload. * sparclite/eload.c: Merge in command line argument parsing and error message handling improvements orignally made to aload.c. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b9acd796d29..90c5fe88856 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +Thu Sep 8 16:15:34 1994 J.T. Conklin (jtc@rtl.cygnus.com) + + * sparclite/Makefile.in: Assorted stuff needed for eload. + + * sparclite/eload.c: Merge in command line argument parsing and + error message handling improvements orignally made to aload.c. + Wed Sep 7 23:24:50 1994 Jeff Law (law@snake.cs.utah.edu) * defs.h (enum misc_command_type, command_control_type): Enums @@ -434,7 +441,7 @@ Fri Aug 12 15:52:37 1994 Stu Grossman (grossman@cygnus.com) Fri Aug 12 11:47:10 1994 J.T. Conklin (jtc@phishhead.cygnus.com) - * sparclite/aload.c (sys_error, error): Use vfprintf to variable + * sparclite/aload.c (sys_error, error): Use vfprintf for variable argument lists. Thu Aug 11 04:06:42 1994 Doug Evans (dje@canuck.cygnus.com)