diff options
author | J.T. Conklin <jtc@acorntoolworks.com> | 1994-09-08 23:19:02 +0000 |
---|---|---|
committer | J.T. Conklin <jtc@acorntoolworks.com> | 1994-09-08 23:19:02 +0000 |
commit | f987416016b3b816eefad284a8f26895f76b930c (patch) | |
tree | a9b652892b53bdcde3b2363f84df355a43dd0fdc /gdb | |
parent | a864a26ecc38269a60f12b306b7f5e218f8a1432 (diff) | |
download | gdb-f987416016b3b816eefad284a8f26895f76b930c.zip gdb-f987416016b3b816eefad284a8f26895f76b930c.tar.gz gdb-f987416016b3b816eefad284a8f26895f76b930c.tar.bz2 |
* 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.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b9acd79..90c5fe8 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) |