From 696642156129a08f5273203bbed0d725980061e0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 1 Feb 2002 19:34:33 +0000 Subject: Fixed ChangeLog --- c/src/librdbg/ChangeLog | 141 ++++++++++++++++++++++++++++++++++++------------ 1 file changed, 107 insertions(+), 34 deletions(-) (limited to 'c/src/librdbg') diff --git a/c/src/librdbg/ChangeLog b/c/src/librdbg/ChangeLog index 0526a18411..c77ce790a6 100644 --- a/c/src/librdbg/ChangeLog +++ b/c/src/librdbg/ChangeLog @@ -1,36 +1,109 @@ -2002-02-01 Eric Valette - - * So many patches have been posted recently on the mailing list and - because we were unable to find correct solution to compile on various - linux distros (due to rpcgen incompatibilities), and because the coding - style of rdbg was rather inconsistant among various pieces of code, I - decided to: - 1) make some cleaning regarding global coding style (using - indent + manual edits), - 2) incorporate/review the paches send by various people - (S. Holford, T. Strauman), - 3) Fix the bug due to varying rpcgen code generation - in remdeb_svc.c, - 4) Remove some dead code, - 5) Apply a patches enabling to call enterRdbg imediately - after rdbg initialization is done, - - NB : the paches is huge but it is mainly due to coding styke chnages. - Only few lines of codes have been really changed and they do not impact - rdbg functionnality (AFAIKT). - - * include/rdbg/servrpc.h, include/rdbg/i386/rdbg_f.h, - include/rdbg/m68k/rdbg_f.h, include/rdbg/powerpc/rdbg_f.h, - src/_servtgt.c, src/awk.svc, src/excep.c, src/ptrace.c, src/rdbg.c, - src/remdeb.x, src/servbkpt.c, src/servcon.c, src/servrpc.c, - src/servtgt.c, src/servtsp.c, src/servutil.c, src/i386/excep_f.c, - src/i386/rdbg_f.c, src/i386/any/Makefile.am, src/i386/any/remdeb.h, - src/i386/any/remdeb_svc.c, src/i386/any/remdeb_xdr.c, - src/m68k/excep_f.c, src/m68k/rdbg_f.c, src/m68k/any/Makefile.am, - src/m68k/any/remdeb.h, src/m68k/any/remdeb_svc.c, - src/m68k/any/remdeb_xdr.c, src/powerpc/excep_f.c, src/powerpc/rdbg_f.c, +2001-01-18 Joel Sherrill + + * src/powerpc/new_exception_processing/remdeb_svc.c: Corrected + macro using variable arguments. + +2001-01-18 Joel Sherrill + + * src/powerpc/new_exception_processing/remdeb.h, + src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated since + I updated the main RTEMS development machine to RedHat 7.2 and + apparently got a new version of rpcgen. + +2001-10-30 Victor V. Vengerov + + * src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire. + +2001-10-17 Ralf Corsepius + + * configure.ac: Fix latent bug exposed by removal of config.cache's + which prevented powerpc targets librdbg from building. + +2001-10-11 Ralf Corsepius + + * .cvsignore: Add autom4te.cache for autoconf > 2.52. + * configure.in: Remove. + * configure.ac: New file, generated from configure.in by autoupdate. + +2001-09-23 Ralf Corsepius + + * include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='. + * include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='. + * include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='. + * include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='. + * src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='. + * src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='. + * src/powerpc/new_exception_processing/Makefile.am: Use 'PREINSTALL_FILES ='. + +2001-09-22 Ralf Corsepius + + * src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the + includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy. + * src/m68k/any/Makefile.am: Ditto. + * src/powerpc/new_exception_processing/Makefile.am: Ditto. + +2001-09-14 Eric Norum + + * include/rdbg/rdbg.h, src/ptrace.c: Modifications to make gcc 3.x happy. + +2001-04-20 Eric Valette + + * mcp750 directory renamed new_exception processing as it + supports many more CPU models. + * configure.in, src/powerpc/Makefile.am, src/powerpc/new_exception_processing/Makefile.am, - src/powerpc/new_exception_processing/remdeb.h, - src/powerpc/new_exception_processing/remdeb_svc.c, - src/powerpc/new_exception_processing/remdeb_xdr.c: Modified. + src/powerpc/new_exception_processing/remdeb_f.x: New files + formerly in mcp750 plus modifications. + * src/powerpc/mcp750/.cvsignore, src/powerpc/mcp750/Makefile.am, + src/powerpc/mcp750/remdeb.h, src/powerpc/mcp750/remdeb_f.x, + src/powerpc/mcp750/remdeb_svc.c, src/powerpc/mcp750/remdeb_xdr.c: + Removed when moved to new_exception_processing. + * configure.in, src/powerpc/Makefile.am, + src/powerpc/new_exception_processing/Makefile.am, + src/powerpc/new_exception_processing/remdeb_f.x: Modified as + part of this effort to add support for the MPC8xx. + +2001-02-04 Ralf Corsepius + + * include/rdbg/Makefile.am, include/rdbg/i386/Makefile.am, + include/rdbg/m68k/Makefile.am, include/rdbg/powerpc/Makefile.am: + Cleanup including more proper style on include files. + +2000-11-09 Ralf Corsepius + + * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS. + +2000-11-02 Ralf Corsepius + + * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal. + +2000-10-25 Ralf Corsepius + + * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. + Switch to GNU canonicalization. + +2000-10-19 Antti P Miettinen + + * src/m68k/any/remdeb.h, src/m68k/any/remdeb_xdr.c, + src/m68k/any/remdeb_svc.c: New files missed in merger. + +2000-10-19 Antti P Miettinen + + * configure.in: Add m68k support. + * include/rdbg/m68k, src/m68k, src/m68k/any: New subdirectory. + * src/_servtgt.c: add status text to prinf upon task creation failure. + * src/rdbg.c: reconnect rdbg exception handlers upon RPC calls. + * src/m68k/Makefile.am, src/m68k/any/Makefile.am, + src/m68k/any/remdeb_f.x, src/m68k/any/.cvsignore, + src/m68k/any/remdeb.h, src/m68k/any/remdeb_xdr.c, + src/m68k/any/remdeb_svc.c, src/m68k/excep_f.c, src/m68k/rdbg_cpu_asm.S, + src/m68k/rdbg_f.c, src/m68k/.cvsignore: New files. + +2000-09-04 Ralf Corsepius + + * src/i386/any/Makefile.am, src/powerpc/mcp750/Makefile.am: Include + compile.am + +2000-08-10 Joel Sherrill + * ChangeLog: New file. -- cgit v1.2.3