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