* remote-mips.c (mips_error): Place NORETURN macro correctly.
authorStan Shebs <shebs@codesourcery.com>
Thu, 15 Sep 1994 00:22:11 +0000 (00:22 +0000)
committerStan Shebs <shebs@codesourcery.com>
Thu, 15 Sep 1994 00:22:11 +0000 (00:22 +0000)
* TODO: Add item about START_INFERIOR_TRAPS_EXPECTED.

gdb/ChangeLog
gdb/TODO
gdb/remote-mips.c

index 6284d3cd58af81564d796fbbe154533079a477c6..bdc5fad3aae2cd14ec9bf8ebb08b83d589636c99 100644 (file)
@@ -1,3 +1,8 @@
+Wed Sep 14 17:14:57 1994  Stan Shebs  (shebs@andros.cygnus.com)
+
+       * remote-mips.c (mips_error): Place NORETURN macro correctly.
+       * TODO: Add item about START_INFERIOR_TRAPS_EXPECTED.
+
 Wed Sep 14 14:26:21 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
        * xcoffread.c (read_xcoff_symtab): Fix obsolete comment about
@@ -24,7 +29,7 @@ Wed Sep 14 00:55:26 1994  Stu Grossman  (grossman@cygnus.com)
 
 Tue Sep 13 18:23:26 1994  Rob Savoye  (rob@darkstar.cygnus.com)
 
-       * w89k-rom.c op50-rom.c monitor.c config/pa/hppapro.mt: New files
+       * w89k-rom.c, op50-rom.c, monitor.c, config/pa/hppapro.mt: New files
        to add a generic ROM monitor interface, and support file for the
        WinBond W89K and the Oki OP50N PA based target boards.
 
index 4d033516ca41579f2566d37123496d7ac7b537e2..3804cb03118b1faf27413977455bb4700ee570ca 100644 (file)
--- a/gdb/TODO
+++ b/gdb/TODO
@@ -7,6 +7,9 @@ General To Do List
 This to do list is probably not up to date, and opinions may vary
 about the importance or even desirability of some of the items.
 
+START_INFERIOR_TRAPS_EXPECTED need never be defined to 2, since that
+is its default value.  Clean this up.
+
 It should be possible to use symbols from shared libraries before we know
 exactly where the libraries will be loaded.  E.g. "b perror" before running
 the program.  This could maybe be done as an extension of the "breakpoint
index 6e73fb23b0c57d83f45622340f5ba8b236fa5794..b993bac3bb900ecae98db10cd435900827807982 100644 (file)
@@ -283,7 +283,7 @@ static serial_t mips_desc;
    all hell to break loose--the rest of GDB will tend to get left in an
    inconsistent state.  */
 
-static void NORETURN
+static NORETURN void
 mips_error (va_alist)
      va_dcl
 {