]>
Commit | Line | Data |
---|---|---|
9a2e2aba SS |
1 | Fri Jan 23 17:26:22 1998 Stan Shebs <[email protected]> |
2 | ||
3 | * configure.host (i[3456]86-*-osf1mk*, mips-*-mach3*, | |
4 | ns32k-*-mach3*): Fix file names. | |
5 | (i[3456]86-*-os9k, m88*-*-mach3*, w65-*-*): Remove config | |
6 | recognition, no source files for these. | |
7 | * configure.tgt (powerpc-*-aix4*): Remove config, now identical | |
8 | to powerpc-*-aix*. | |
9 | * config/powerpc/{aix4.mh,aix4.mt,tm-ppc-aix4.h}: Remove files, | |
10 | no longer needed. | |
11 | ||
1a31a33a MA |
12 | Fri Jan 23 16:49:41 1998 Mark Alexander <[email protected]> |
13 | ||
14 | * monitor.c (monitor_write, monitor_readchar): New functions. | |
15 | * monitor.h (monitor_write, monitor_readchar): Declare. | |
16 | * dve3900-rom.c: Add support for fast loading on ethernet connections. | |
17 | ||
77636dea FF |
18 | Fri Jan 23 07:47:06 1998 Fred Fish <[email protected]> |
19 | ||
20 | * config/d10v/tm-d10v.h (CALL_DUMMY): Define as "{ 0 }". | |
21 | (TARGET_READ_FP): Define to d10v_read_fp rather than d10v_read_sp. | |
22 | (TARGET_WRITE_FP): Define to d10v_write_fp rather than d10v_write_sp. | |
23 | (d10v_write_fp, d10v_read_fp): Add prototypes. | |
24 | * symtab.c (decode_line_1): Remove assignment of sals[0].pc field. | |
25 | * symfile.c (simple_overlay_update, simple_overlay_update_1): | |
26 | Ignore the size of overlay sections. This check is redundant anyway. | |
27 | * printcmd.c (print_frame_args): Ditto. | |
28 | * valops.c (value_fetch_lazy): Ditto. | |
29 | * values.c (unpack_long): Ditto. | |
30 | * d10v-tdep.c (d10v_frame_chain, d10v_frame_find_saved_regs, | |
31 | d10v_init_extra_frame_info): Fix some minor bugs so the finish command | |
32 | works properly. | |
33 | (show_regs): Change num1 and num2 types from "long long" to "LONGEST". | |
34 | (d10v_read_fp, d10v_write_fp): New functions. | |
35 | (d10v_push_arguments): Remove unneeded assigns to "val" and "contents". | |
36 | (d10v_push_arguments): Fix for pointers and structs. | |
37 | (d10v_extract_return_value): Fix for pointers and chars. | |
38 | ||
4133151f SS |
39 | Tue Jan 20 18:53:18 1998 Stan Shebs <[email protected]> |
40 | ||
41 | * configure.tgt (i386-*-mach*, m88*-*-mach3*): Remove config | |
42 | recognition, no source files for these (note that the i386 Mach | |
9a2e2aba | 43 | config is for pre-Mach 3). |
4133151f SS |
44 | (mips*-*-mach3*, ns32k-*-mach3*): Fix file names. |
45 | * config/mips/mipsel64.mt: Remove, never referenced. | |
46 | ||
59ae1b0f SS |
47 | Mon Jan 19 14:01:28 1998 Stan Shebs <[email protected]> |
48 | ||
49 | * top.c (print_gdb_version): Restore to original message. | |
50 | ||
76bf9192 ILT |
51 | Mon Jan 19 13:34:40 1998 Ian Lance Taylor <[email protected]> |
52 | ||
b5edcb45 ILT |
53 | From [email protected] (Chris Faylor): |
54 | * win32-nat.c (child_mourn_inferior): Call ContinueDebugEvent to | |
55 | let the child exit. | |
56 | (child_kill_inferior): Respond to all debug events as the child is | |
57 | terminating. | |
58 | ||
76bf9192 ILT |
59 | * Makefile.in (all): Change gdb dependency to gdb$(EXEEXT). |
60 | (uninstall): Add $(EXEEXT) to file name to remove. | |
61 | (gdb$(EXEEXT)): Rename target from plain gdb. | |
62 | (gdb1$(EXEEXT)): Rename target from plain gdb1. | |
63 | (clean, mostlyclean): Add $(EXEEXT) to binary names to remove. | |
64 | ||
23f38c9e FL |
65 | 1998-01-16 Felix Lee <[email protected]> |
66 | ||
67 | * top.c (print_gdb_version): delete stutter. | |
68 | ||
ed3e2cfe NC |
69 | Thu Jan 15 12:29:13 1998 Nick Clifton <[email protected]> |
70 | ||
71 | * remote-rdi.c (arm_rdi_open): Patch from [email protected] | |
72 | to prevent spurous error messages on non-ICE targets. | |
73 | ||
8ef2d81a GRK |
74 | start-sanitize-vr4111 |
75 | Thu Jan 15 09:28:52 1998 Gavin Koch <[email protected]> | |
76 | ||
77 | * configure.tgt: Create the vr4111 as a copy of the vr4100. | |
78 | ||
79 | end-sanitize-vr4111 | |
8d9371a5 SS |
80 | Wed Jan 14 19:27:02 1998 Stan Shebs <[email protected]> |
81 | ||
82 | * config/mips/{r3900.mt,r3900l.mt,tm-r3900.h,tm-r3900l.h}: | |
83 | Remove, no longer used. | |
84 | ||
f27bb101 MM |
85 | start-sanitize-d30v |
86 | Wed Jan 14 18:11:26 1998 Michael Meissner <[email protected]> | |
87 | ||
88 | Patch from Jim Wilson. | |
89 | * d30v-tdep.c (d30v_frame_find_saved_regs_offsets): Properly | |
90 | declare void function before use. | |
91 | ||
92 | * config/d30v/tm-d30v.h (CALL_DUMMY): Initialize as { 0 }, not {}. | |
93 | ||
94 | end-sanitize-d30v | |
0728afad FF |
95 | Tue Jan 13 16:38:48 1998 Fred Fish <[email protected]> |
96 | ||
97 | * configure.in (--with-mmalloc): Add new configure arg to use the | |
98 | mmalloc package. Default is to not use it. | |
99 | (START_INFERIOR_TRAPS_EXPECTED): Define to the integer 2, not | |
100 | the string "2". | |
101 | * acconfig.h (USE_MMALLOC, FORCE_MMCHECK): Add #undef. | |
102 | * configure: Regenerated. | |
103 | * config.in: Regenerated. | |
104 | * Makefile.in (MMALLOC_DIR, MMALLOC_SRC): Remove. | |
105 | (MMALLOC): Set using configure. | |
106 | (MMALLOC_CFLAGS): Set using configure. | |
107 | ||
108 | * config/i386/tm-linux.h (sys_quotactl): Define to 1 rather | |
109 | than just defining it. | |
110 | * mpw-make.sed: Undefine USE_MMALLOC rather than defining NO_MMALLOC. | |
111 | * utils.c (NO_MMALLOC): Use USE_MMALLOC instead. | |
112 | * objfiles.c: ditto. | |
113 | * defs.h: ditto. | |
114 | ||
115 | * config/sparc/sun4os4.mh (MMALLOC_CFLAGS): Remove. | |
116 | * config/m68k/sun3os4.mh (MMALLOC_CFLAGS): Remove. | |
117 | * config/i386/cygwin32.mh (MMALLOC_CFLAGS): Remove. | |
118 | * config/alpha/alpha-osf3.mh (MMALLOC_CFLAGS): Remove. | |
119 | * config/alpha/alpha-osf2.mh (MMALLOC_CFLAGS): Remove. | |
120 | * gdbserver/Makefile.in (MMALLOC_*): Remove. | |
121 | * config/rs6000/rs6000.mh (MMALLOC, MMALLOC_CFLAGS): Remove. | |
122 | * config/rs6000/aix4.mh (MMALLOC, MMALLOC_CFLAGS): Remove. | |
123 | * config/powerpc/aix4.mh (MMALLOC, MMALLOC_CFLAGS): Remove. | |
124 | * config/powerpc/aix.mh (MMALLOC, MMALLOC_CFLAGS): Remove. | |
125 | * config/ns32k/ns32km3.mh (MMALLOC, MMALLOC_CFLAGS): Remove. | |
126 | * config/mips/mipsm3.mh (MMALLOC, MMALLOC_CFLAGS): Remove. | |
127 | * config/mips/decstation.mh (MMALLOC, MMALLOC_CFLAGS): Remove. | |
128 | * config/m88k/cxux.mh (MMALLOC, MMALLOC_CFLAGS): Remove. | |
129 | * config/i386/xm-windows.h (NO_MMALLOC, NO_MMCHECK): Remove. | |
130 | * config/i386/i386mk.mh (MMALLOC, MMALLOC_CFLAGS): Remove. | |
131 | * config/i386/i386m3.mh (MMALLOC, MMALLOC_CFLAGS): Remove. | |
132 | * config/i386/i386gnu.mh (MMALLOC, MMALLOC_CFLAGS): Remove. | |
133 | * config/alpha/alpha-osf1.mh (MMALLOC, MMALLOC_CFLAGS): Remove. | |
134 | * config/alpha/alpha-linux.mh (MMALLOC, MMALLOC_CFLAGS): Remove. | |
135 | ||
e21fb2ae MS |
136 | Mon Jan 12 11:46:51 1998 Michael Snyder ([email protected]) |
137 | ||
8f05bc95 MS |
138 | * config/m68k/tm-m68k.h (REGISTER_VIRTUAL_TYPE): make A0 thru A7 |
139 | default to void pointer type (so that their default radix is hex). | |
140 | ||
e21fb2ae | 141 | * symtab.c: move rbreak_command from no_class to class_breakpoint |
8f05bc95 | 142 | so it will be listed under "help breakpoints". |
e21fb2ae | 143 | |
0a51a5af SS |
144 | Sat Jan 10 14:58:04 1998 Stan Shebs <[email protected]> |
145 | ||
146 | * rdi-share/hostchan.c: Remove gettimeofday declaration. | |
147 | ||
3a9c3d12 NC |
148 | Thu Jan 8 11:03:59 1998 Nick Clifton <[email protected]> |
149 | ||
150 | * remote-rdp.c: Applied patches submitted by [email protected] | |
0a51a5af | 151 | to implement the Angel remote debugging interface. |
3a9c3d12 NC |
152 | |
153 | * Makefile.in: Add build rules for remote-rdi.c and | |
0a51a5af | 154 | rdi-share/libangsd.a. |
3a9c3d12 NC |
155 | |
156 | * configure.tgt: Updated from source on branch. | |
157 | * config/arm/tm-arm.h: Updated from source on branch. | |
158 | * arm-tdep.c: Updated from source on branch. | |
159 | ||
0a51a5af SS |
160 | * rdi-share: New directory, RDI library contributed by ARM. |
161 | ||
352f9e9d MA |
162 | Mon Jan 5 20:21:59 1998 Mark Alexander <[email protected]> |
163 | ||
164 | * monitor.h (MO_PRINT_PROGRAM_OUTPUT): Define. | |
165 | * monitor.c (monitor_wait): Echo program output. | |
166 | * dve3900-rom.c (_initialize_r3900_rom): Remove MO_HANDLE_NL flag, | |
167 | add MO_PRINT_PROGRAM_OUTPUT flag. | |
168 | ||
4d132e40 DT |
169 | Mon Jan 5 18:21:11 1998 David Taylor <[email protected]> |
170 | ||
171 | * top.h (HAVE_SIGSETJMP): define SIGJMP_BUF, SIGSETJMP, and | |
172 | SIGLONGJMP appropriately based on whether HAVE_SIGSETJMP is | |
173 | defined. | |
174 | * top.c (return_to_top_level, catch_errors): use the new macros | |
175 | * main.c (SET_TOP_LEVEL): ditto. | |
176 | * config/xm-sysv4.h (HAVE_SIGSETJMP): Define. | |
177 | ||
3435297a MA |
178 | Fri Jan 2 18:48:58 1998 Mark Alexander <[email protected]> |
179 | ||
180 | * configure.in: Double up brackets in shell case pattern. | |
181 | ||
99fa2de0 MS |
182 | Fri Jan 2 17:06:05 1998 Michael Snyder ([email protected]) |
183 | ||
184 | * tracepoint.c (finish_tfind_command): improved algorithm for | |
185 | deciding when we've "stepped" into a new stack frame. | |
186 | (map_args_over_tracepoints): loop over tracepoint list "safely", | |
187 | since list elements may be deleted during loop. | |
188 | (read_actions): add actions to history list. | |
189 | ||
6d0b229c | 190 | For older changes see ChangeLog-97 |
bd5635a1 RP |
191 | \f |
192 | Local Variables: | |
193 | mode: indented-text | |
194 | left-margin: 8 | |
195 | fill-column: 74 | |
196 | version-control: never | |
197 | End: |