source: rtems/c/src/librdbg/ChangeLog @ dbba1d6d

4.104.114.84.95
Last change on this file since dbba1d6d was dbba1d6d, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:49:46

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • src/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • src/powerpc/new_exception_processing/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 7.3 KB
Line 
12002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac:
4        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
5        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
6        * include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
7        * include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
8        * include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
9        * include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
10        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
11        * Makefile.am: Remove AUTOMAKE_OPTIONS.
12        * src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
13        * src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
14        * src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
15        * src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
16        * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
17        * src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
18        * src/powerpc/new_exception_processing/Makefile.am: Remove AUTOMAKE_OPTIONS.
19
202002-03-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        PR 149
23        * src/i386/any/Makefile.am: s/$(SED)/sed/.
24        * src/m68k/any/Makefile.am: s/$(SED)/sed/.
25        * src/powerpc/new_exception_processing/Makefile.am: s/$(SED)/sed/.
26        (Reported by Till Straumann <strauman@SLAC.Stanford.EDU>)
27
282002-02-01      Eric Valette <valette@crf.canon.fr>
29
30
31        * So many patches have been posted recently on the mailing list and
32        because we were unable to find correct solution to compile on various
33        linux distros (due to rpcgen incompatibilities), and because the coding
34        style of rdbg was rather inconsistant among various pieces of code, I
35        decided to:
36            1) make some cleaning regarding global coding style (using
37               indent + manual edits),
38            2) incorporate/review the paches send by various people
39               (S. Holford, T. Strauman),
40            3) Fix the bug due to varying rpcgen code generation
41               in remdeb_svc.c,
42            4) Remove some dead code,
43            5) Apply a patches enabling to call enterRdbg imediately
44               after rdbg initialization is done,
45
46        NB : the paches is huge but it is mainly due to coding styke chnages.
47        Only few lines of codes have been really changed and they do not impact
48        rdbg functionnality (AFAIKT).
49
50        * include/rdbg/servrpc.h, include/rdbg/i386/rdbg_f.h,
51        include/rdbg/m68k/rdbg_f.h, include/rdbg/powerpc/rdbg_f.h,
52        src/_servtgt.c, src/awk.svc, src/excep.c, src/ptrace.c, src/rdbg.c,
53        src/remdeb.x, src/servbkpt.c, src/servcon.c, src/servrpc.c,
54        src/servtgt.c, src/servtsp.c, src/servutil.c, src/i386/excep_f.c,
55        src/i386/rdbg_f.c, src/i386/any/Makefile.am, src/i386/any/remdeb.h,
56        src/i386/any/remdeb_svc.c, src/i386/any/remdeb_xdr.c,
57        src/m68k/excep_f.c, src/m68k/rdbg_f.c, src/m68k/any/Makefile.am,
58        src/m68k/any/remdeb.h, src/m68k/any/remdeb_svc.c,
59        src/m68k/any/remdeb_xdr.c, src/powerpc/excep_f.c, src/powerpc/rdbg_f.c,
60        src/powerpc/new_exception_processing/Makefile.am,
61        src/powerpc/new_exception_processing/remdeb.h,
62        src/powerpc/new_exception_processing/remdeb_svc.c,
63        src/powerpc/new_exception_processing/remdeb_xdr.c: Modified.
64
652002-01-18      Till Straumann <strauman@slac.stanford.edu>
66
67        * src/powerpc/excep_f.c: This patch addresses the following issues:
68            - exception handler needs to enable MSR_FP if the interrupted
69              thread is FP enabled.
70            - printk message for MSR fixed and added stacktrace
71
72        NOTE: this requires the stacktrace patch to
73        lib/libbsp/powerpc/shared/vectors/vector_init.c
74        (#ifdef DDEBUG only, however)
75
762001-01-18      Joel Sherrill <joel@OARcorp.com>
77
78        * src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
79        macro using variable arguments.
80       
812001-01-18      Joel Sherrill <joel@OARcorp.com>
82
83        * src/powerpc/new_exception_processing/remdeb.h,
84        src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated since
85        I updated the main RTEMS development machine to RedHat 7.2 and
86        apparently got a new version of rpcgen.
87
882001-10-30      Victor V. Vengerov <vvv@oktet.ru>
89
90        * src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
91
922001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac: Fix latent bug exposed by removal of config.cache's
95        which prevented powerpc targets librdbg from building.
96
972001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
100        * configure.in: Remove.
101        * configure.ac: New file, generated from configure.in by autoupdate.
102
1032001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
106        * include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
107        * include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
108        * include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
109        * src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
110        * src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
111        * src/powerpc/new_exception_processing/Makefile.am: Use 'PREINSTALL_FILES ='.
112
1132001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
116        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
117        * src/m68k/any/Makefile.am: Ditto.
118        * src/powerpc/new_exception_processing/Makefile.am: Ditto.
119
1202001-09-14      Eric Norum <eric.norum@usask.ca>
121
122        * include/rdbg/rdbg.h, src/ptrace.c: Modifications to make gcc 3.x happy.
123
1242001-04-20      Eric Valette <valette@crf.canon.fr>
125
126        * mcp750 directory renamed new_exception processing as it
127        supports many more CPU models.
128        * configure.in, src/powerpc/Makefile.am,
129        src/powerpc/new_exception_processing/Makefile.am,
130        src/powerpc/new_exception_processing/remdeb_f.x: New files
131        formerly in mcp750 plus modifications.
132        * src/powerpc/mcp750/.cvsignore, src/powerpc/mcp750/Makefile.am,
133        src/powerpc/mcp750/remdeb.h, src/powerpc/mcp750/remdeb_f.x,
134        src/powerpc/mcp750/remdeb_svc.c, src/powerpc/mcp750/remdeb_xdr.c:
135        Removed when moved to new_exception_processing.
136        * configure.in, src/powerpc/Makefile.am,
137        src/powerpc/new_exception_processing/Makefile.am,
138        src/powerpc/new_exception_processing/remdeb_f.x: Modified as
139        part of this effort to add support for the MPC8xx.
140
1412001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * include/rdbg/Makefile.am, include/rdbg/i386/Makefile.am,
144        include/rdbg/m68k/Makefile.am, include/rdbg/powerpc/Makefile.am:
145        Cleanup including more proper style on include files.
146
1472000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
150
1512000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
154
1552000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
158        Switch to GNU canonicalization.
159
1602000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
161
162        * src/m68k/any/remdeb.h, src/m68k/any/remdeb_xdr.c,
163        src/m68k/any/remdeb_svc.c: New files missed in merger.
164
1652000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
166
167        * configure.in: Add m68k support.
168        * include/rdbg/m68k, src/m68k, src/m68k/any: New subdirectory.
169        * src/_servtgt.c: add status text to prinf upon task creation failure.
170        * src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
171        * src/m68k/Makefile.am, src/m68k/any/Makefile.am,
172        src/m68k/any/remdeb_f.x, src/m68k/any/.cvsignore,
173        src/m68k/any/remdeb.h, src/m68k/any/remdeb_xdr.c,
174        src/m68k/any/remdeb_svc.c, src/m68k/excep_f.c, src/m68k/rdbg_cpu_asm.S,
175        src/m68k/rdbg_f.c, src/m68k/.cvsignore: New files.
176
1772000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * src/i386/any/Makefile.am, src/powerpc/mcp750/Makefile.am: Include
180        compile.am
181
1822000-08-10      Joel Sherrill <joel@OARcorp.com>
183
184        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.