2001-09-14 Eric Norum <eric.norum@usask.ca>

* include/rdbg/rdbg.h, src/ptrace.c: Modifications to make gcc 3.x happy.
This commit is contained in:
Joel Sherrill
2001-09-21 17:51:44 +00:00
parent 6d13563911
commit d91087e800
3 changed files with 4 additions and 3 deletions

View File

@@ -1,3 +1,7 @@
2001-09-14 Eric Norum <eric.norum@usask.ca>
* include/rdbg/rdbg.h, src/ptrace.c: Modifications to make gcc 3.x happy.
2001-04-20 Eric Valette <valette@crf.canon.fr>
* mcp750 directory renamed new_exception processing as it

View File

@@ -81,8 +81,6 @@ extern int PushSavedExceptCtx ( Objects_Id Id,
CPU_Exception_frame *ctx );
extern int ExcepToSig (Exception_context *ctx);
extern int ExitForSingleStep;
extern rtems_id serializeSemId;
extern rtems_id wakeupEventSemId;
extern volatile unsigned int NbSerializedCtx;

View File

@@ -23,7 +23,6 @@ extern Exception_context *FirstCtx;
extern Exception_context *LastCtx;
extern CPU_Exception_frame SavedContext;
extern unsigned int NbExceptCtx;
extern unsigned int NbSerializedCtx;