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

4.104.114.84.95
Last change on this file since b077dc4 was b077dc4, checked in by Joel Sherrill <joel.sherrill@…>, on 01/18/02 at 14:14:17

2002-01-18 Till Straumann <strauman@…>

  • src/powerpc/excep_f.c: This patch addresses the following issues:
    • exception handler needs to enable MSR_FP if the interrupted thread is FP enabled.
    • printk message for MSR fixed and added stacktrace

NOTE: this requires the stacktrace patch to

lib/libbsp/powerpc/shared/vectors/vector_init.c
(#ifdef DDEBUG only, however)

  • Property mode set to 100644
File size: 4.5 KB
Line 
12002-01-18      Till Straumann <strauman@slac.stanford.edu>
2
3        * src/powerpc/excep_f.c: This patch addresses the following issues:
4            - exception handler needs to enable MSR_FP if the interrupted
5              thread is FP enabled.
6            - printk message for MSR fixed and added stacktrace
7
8        NOTE: this requires the stacktrace patch to
9        lib/libbsp/powerpc/shared/vectors/vector_init.c
10        (#ifdef DDEBUG only, however)
11
122001-01-18      Joel Sherrill <joel@OARcorp.com>
13
14        * src/powerpc/new_exception_processing/remdeb_svc.c: Corrected
15        macro using variable arguments.
16       
172001-01-18      Joel Sherrill <joel@OARcorp.com>
18
19        * src/powerpc/new_exception_processing/remdeb.h,
20        src/powerpc/new_exception_processing/remdeb_xdr.c: Regenerated since
21        I updated the main RTEMS development machine to RedHat 7.2 and
22        apparently got a new version of rpcgen.
23
242001-10-30      Victor V. Vengerov <vvv@oktet.ru>
25
26        * src/m68k/rdbg_cpu_asm.S: Now compiles on ColdFire.
27
282001-10-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Fix latent bug exposed by removal of config.cache's
31        which prevented powerpc targets librdbg from building.
32
332001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
36        * configure.in: Remove.
37        * configure.ac: New file, generated from configure.in by autoupdate.
38
392001-09-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * include/rdbg/i386/Makefile.am: Use 'PREINSTALL_FILES ='.
42        * include/rdbg/m68k/Makefile.am: Use 'PREINSTALL_FILES ='.
43        * include/rdbg/powerpc/Makefile.am: Use 'PREINSTALL_FILES ='.
44        * include/rdbg/Makefile.am: Use 'PREINSTALL_FILES ='.
45        * src/i386/any/Makefile.am: Use 'PREINSTALL_FILES ='.
46        * src/m68k/any/Makefile.am: Use 'PREINSTALL_FILES ='.
47        * src/powerpc/new_exception_processing/Makefile.am: Use 'PREINSTALL_FILES ='.
48
492001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * src/i386/any/Makefile.am: Move MAINTAINERCLEANFILES before the
52        includes and use MAINTAINERCLEANFILES = to make automake-1.5 happy.
53        * src/m68k/any/Makefile.am: Ditto.
54        * src/powerpc/new_exception_processing/Makefile.am: Ditto.
55
562001-09-14      Eric Norum <eric.norum@usask.ca>
57
58        * include/rdbg/rdbg.h, src/ptrace.c: Modifications to make gcc 3.x happy.
59
602001-04-20      Eric Valette <valette@crf.canon.fr>
61
62        * mcp750 directory renamed new_exception processing as it
63        supports many more CPU models.
64        * configure.in, src/powerpc/Makefile.am,
65        src/powerpc/new_exception_processing/Makefile.am,
66        src/powerpc/new_exception_processing/remdeb_f.x: New files
67        formerly in mcp750 plus modifications.
68        * src/powerpc/mcp750/.cvsignore, src/powerpc/mcp750/Makefile.am,
69        src/powerpc/mcp750/remdeb.h, src/powerpc/mcp750/remdeb_f.x,
70        src/powerpc/mcp750/remdeb_svc.c, src/powerpc/mcp750/remdeb_xdr.c:
71        Removed when moved to new_exception_processing.
72        * configure.in, src/powerpc/Makefile.am,
73        src/powerpc/new_exception_processing/Makefile.am,
74        src/powerpc/new_exception_processing/remdeb_f.x: Modified as
75        part of this effort to add support for the MPC8xx.
76
772001-02-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * include/rdbg/Makefile.am, include/rdbg/i386/Makefile.am,
80        include/rdbg/m68k/Makefile.am, include/rdbg/powerpc/Makefile.am:
81        Cleanup including more proper style on include files.
82
832000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
86
872000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
90
912000-10-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
94        Switch to GNU canonicalization.
95
962000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
97
98        * src/m68k/any/remdeb.h, src/m68k/any/remdeb_xdr.c,
99        src/m68k/any/remdeb_svc.c: New files missed in merger.
100
1012000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
102
103        * configure.in: Add m68k support.
104        * include/rdbg/m68k, src/m68k, src/m68k/any: New subdirectory.
105        * src/_servtgt.c: add status text to prinf upon task creation failure.
106        * src/rdbg.c: reconnect rdbg exception handlers upon RPC calls.
107        * src/m68k/Makefile.am, src/m68k/any/Makefile.am,
108        src/m68k/any/remdeb_f.x, src/m68k/any/.cvsignore,
109        src/m68k/any/remdeb.h, src/m68k/any/remdeb_xdr.c,
110        src/m68k/any/remdeb_svc.c, src/m68k/excep_f.c, src/m68k/rdbg_cpu_asm.S,
111        src/m68k/rdbg_f.c, src/m68k/.cvsignore: New files.
112
1132000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * src/i386/any/Makefile.am, src/powerpc/mcp750/Makefile.am: Include
116        compile.am
117
1182000-08-10      Joel Sherrill <joel@OARcorp.com>
119
120        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.