Remove temporary file when finished.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
640086fd
SG
1Tue Jan 16 11:22:58 1996 Stu Grossman (grossman@cygnus.com)
2
3 * Makefile.in (CLIBS): Add LIBS to allow libraries to be
4 specified on the make command line (via make LIBS=xxx).
5start-sanitize-gm
6 * configure.in (enable-gm): magic.o -> gmagic.o.
7end-sanitize-gm
8
090d784a
JSC
9Tue Jan 16 18:00:35 1996 James G. Smith <jsmith@cygnus.co.uk>
10
11 * remote-mips.c (pmon_opn, pmon_wait, pmon_makeb64, pmon_zeroset,
12 pmon_checkset, pmon_make_fastrec, pmon_check_ack,
13 pmon_load_fast): New functions. Support for the PMON monitor world.
14 (common_open): New function to merge support for different monitors.
15 (mips_open): Use common_open().
16 (mips_send_command): New function.
17 (mips_send_packet): Scan out-of-sequence packets.
18 (mips_enter_debug, mips_exit_debug): New functions.
19 (pmon_ops): New target definition structure.
20
1aac3d3c
JL
21Fri Jan 12 21:41:58 1996 Jeffrey A Law (law@cygnus.com)
22
23 * symtab.c (find_pc_symtab): Don't lose if OBJF_REORDERED
24 is set but there are no psymtabs.
25
c84e5000
SC
26Fri Jan 12 15:56:12 1996 Steve Chamberlain <sac@slash.cygnus.com>
27
28 * dsrec.c (load_srec): Remove unused variable.
29 monitor.c (monitor_expect): Don't expect a ^C to echo.
30 * serial.c (serial_open): Add parallel interface.
31 * sh3-rom.c (parallel, parallel_in_use): New.
32 (sh3_load): If parallel_in_use, download though the
33 parallel port.
34 (sh3_open): Open parallel port if specified.
35 (sh3_close): New function.
36 (_inititalize_sh3): Add sh3_close hook and documentation.
37 * monitor.c (monitor_close): Export.
38 * monitor.h (monitor_close): Add prototype.
39
2c441e7f
SS
40Fri Jan 12 13:11:42 1996 Stan Shebs <shebs@andros.cygnus.com>
41
42 From Wilfried Moser <wilfried.moser@aut.alcatel.at>:
43 * remote.c (remotetimeout): New GDB variable, use to set the
44 remote timeout for reading.
45
3730a0ed
FF
46Fri Jan 12 07:14:27 1996 Fred Fish <fnf@cirdan.cygnus.com>
47
48 * lynx-nat.c, irix4-nat.c, sparc-nat.c: Include gdbcore.h
49 to get "struct core_fns" defined.
50 * Makefile.in (lynx-nat.o, irix4-nat.o, sparc-nat.o):
2c441e7f 51 Are dependent upon gdbcore_h.
3730a0ed 52
7ef89313
PB
53Thu Jan 11 23:13:24 1996 Per Bothner <bothner@cygnus.com>
54
55 * symfile.c (decrement_reading_symtab): New function.
56 * symfile.c, symtab.h (currently_reading_symtab): New variable.
57 * symfile.c (psymtab_to_symtab): Adjust currently_reading_symtab.
58 * gdbtypes.c (check_typedef): Don't call lookup_symbol if
59 currently_reading_symtab (since that could infinitely recurse).
60
1c486a2b
PB
61Thu Jan 11 17:21:25 1996 Per Bothner <bothner@kalessin.cygnus.com>
62
34cfa2da
PB
63 * stabsread.c (read_struct_type): Trivial simplification.
64
1c486a2b
PB
65 * stabsread.c (define-symbol): Use invisible references
66 for TYPE_CODE_SET and TYPE_CODE_BITSTRING too.
34cfa2da 67 * valops.c (call_function_by_hand): Likewise.
1c486a2b
PB
68 * eval.c (evaluate_subexp_standard): When known, use the formal
69 parameter type as the expected type when evaluating arg expressions.
70 * ch-lang.c (evaluate_subexp_chill): Likewise (for MULTI_SUBSCRIPT).
71
a1df8e78
FF
72Wed Jan 10 11:25:37 1996 Fred Fish <fnf@cygnus.com>
73
74 * coredep.c: Renamed to core-aout.c
75 * core-svr4.c: Renamed to core-regset.c
76 * Makefile.in (ALLDEPFILES): Account for renamings.
77 * corelow.c (core_file_fns): Add, points to chain of structs.
78 (add_core_fns): New function to build chain of structs.
79 (get_core_registers): Modify to search core functions chain and call
80 appropriate fetch_core_registers function based on core file flavour.
81 * gdbcore.h (fetch_core_registers): Remove declaration.
82 (struct core_fns): Define struct for core function info.
83 * i386m3-nat.c: Update comment for filename change (coredep->core-aout)
84 * a68v-nat.c (fetch_core_registers): Remove stub, not needed now.
85 * alpha-nat.c (fetch_core_registers): Make static.
86 (alpha_core_fns, _initialize_core_alpha): New struct and func.
87 * core-aout.c (fetch_core_registers): Make static
88 (aout_core_fns, _initialize_core_aout): New struct and func.
89 * core-regset.c (fetch_core_registers): Make static.
90 (regset_core_fns, _initialize_core_regset): New struct and func.
91 * core-sol2.c (fetch_core_registers): Make static.
92 (solaris_core_fns, _initialize_core_solaris): New struct and func.
93 * hp300ux-nat.c (fetch_core_registers): Make static.
94 (hp300ux_core_fns, _initialize_core_hp300ux): New struct and func.
95 * i386aix-nat.c (fetch_core_registers): Make static.
96 (i386aix_core_fns, _initialize_core_i386aix): New struct and func.
97 * i386mach-nat.c (fetch_core_registers: Make static.
98 (i386mach_core_fns, _initialize_core_i386mach): New struct and func.
99 * irix4-nat.c (fetch_core_registers): Make static.
100 (irix4_core_fns, _initialize_core_irix4): New struct and func.
101 * irix5-nat.c (fetch_core_registers):
102 (irix5_core_fns, _initialize_core_irix5): New struct and func.
103 * lynx-nat.c (fetch_core_registers): Make static.
104 (lynx_core_fns, _initialize_core_lynx): New struct and func.
105 * mips-nat.c (fetch_core_registers): Make static.
106 (mips_core_fns, _initialize_core_mips): New struct and func.
107 * ns32km3-nat.c (fetch_core_registers): Remove stub.
108 * rs6000-nat.c (fetch_core_registers): Make static.
109 (rs6000_core_fns, _initialize_core_rs6000): New struct and func.
110 * sparc-nat.c (fetch_core_registers): Make static.
111 (sparc_core_fns, _initialize_core_sparc): New struct and func.
112 * sun3-nat.c (fetch_core_registers):
113 (sun3_core_fns, _initialize_core_sun3): New struct and func.
114 * sun386-nat.c (fetch_core_registers): Remove stub.
115 * ultra3-nat.c (fetch_core_registers): Make static.
116 (ultra3_core_fns, _initialize_core_ultra3): New struct and func.
117 * config/gould/pn.mh (XDEPFILES),
118 config/i386/fbsd.mh (NATDEPFILES),
119 config/i386/i386bsd.mh (NATDEPFILES),
120 config/i386/i386m3.mh (XDEPFILES),
121 config/i386/i386sco.mh (NATDEPFILES),
122 config/i386/i386sco4.mh (NATDEPFILES),
123 config/i386/i386v.mh (NATDEPFILES),
124 config/i386/i386v32.mh (NATDEPFILES),
125 config/i386/nbsd.mh (NATDEPFILES),
126 config/i386/ptx.mh (XDEPFILES),
127 config/i386/ptx4.mh (XDEPFILES),
128 config/i386/symmetry.mh (NATDEPFILES),
129 config/m68k/3b1.mh (XDEPFILES),
130 config/m68k/cisco.mt (TDEPFILES),
131 config/m68k/delta68.mh (NATDEPFILES),
132 config/m68k/dpx2.mh (NATDEPFILES),
133 config/m68k/hp300bsd.mh (NATDEPFILES),
134 config/m68k/hp300hpux.mh (NATDEPFILES),
135 config/m68k/isi.mh (XDEPFILES),
136 config/m68k/news.mh (NATDEPFILES),
137 config/m68k/news1000.mh (XDEPFILES),
138 config/m88k/cxux.mh (NATDEPFILES),
139 config/m88k/delta88.mh (NATDEPFILES),
140 config/mips/littlemips.mh (XDEPFILES),
141 config/mips/mipsm3.mh (XDEPFILES),
142 config/ns32k/merlin.mh (XDEPFILES),
143 config/ns32k/nbsd.mh (NATDEPFILES),
144 config/ns32k/ns32km3.mh (NATDEPFILES),
145 config/pa/hppabsd.mh (NATDEPFILES),
146 config/pa/hppahpux.mh (NATDEPFILES),
147 config/romp/rtbsd.mh (XDEPFILES),
148 config/tahoe/tahoe.mh (XDEPFILES),
149 config/vax/vaxbsd.mh (XDEPFILES),
150 config/vax/vaxult.mh (NATDEPFILES),
151 config/vax/vaxult2.mh (NATDEPFILES),
152 Account for coredep.o to core-aout.o name change.
153 * config/i386/i386dgux (NATDEPFILES),
154 config/i386/i386sol2.mh (NATDEPFILES),
155 config/i386/i386v4.mh (NATDEPFILES),
156 config/i386/linux.mh (NATDEPFILES),
157 config/i386/ncr3000.mh (NATDEPFILES),
158 config/m68k/m68kv4.mh (NATDEPFILES),
159 config/m88k/delta88v4.mh (NATDEPFILES),
160 config/mips/mipsv4.mh (NATDEPFILES),
161 Account for core-svr4.o to core-regset.o name change.
162
a1956677
BK
163Wed Jan 10 16:08:49 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
164
165 * configure.in, configure: Recognize rs6000-*-aix4*.
166 * config/powerpc/xm-aix.h: Reduce to include "xm-aix4.h".
167 * config/rs6000/aix4.mh (XM_FILE): Point to xm-aix4.h.
168 * config/rs6000/xm-aix4.h: New file.
169 * config/xm-aix4.h: New file.
170
3730a0ed 171Wed Jan 10 11:25:37 1996 Fred Fish <fnf@cygnus.com>
0d14c7df
FF
172
173 From Wilfried Moser <wilfried.moser@aut.alcatel.at>:
174 * gdbserver/low-linux.c: New file.
175 * remote.c (remote_read_bytes): Fix aborts on larger packets.
176
177 * config/i386/linux.mh (GDBSERVER_DEPFILES, GDBSERVER_LIBS):
178 Define.
179 * stabsread.c (define_symbol): If register value is too large,
180 tell what it is and what max is.
181
60d5a517
JL
182Tue Jan 9 09:33:53 1996 Jeffrey A Law (law@cygnus.com)
183
184 * hpread.c (hpread_build_psymtabs): Finish Jan 4th
185 enum namespace -> enum_namespace change.
186
d1f5c804
WM
187Tue Jan 9 04:44:47 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
188
2c441e7f
SS
189 * ch-exp.c (parse_primval): In case ARRAY, add missing
190 FORWARD_TOKEN ().
d1f5c804 191
1f233758
SS
192Mon Jan 8 13:29:34 1996 Stan Shebs <shebs@andros.cygnus.com>
193
194 * remote-mips.c (mips_receive_header): Recognize \012 instead
195 of \n, but write \n when program sends a \012.
196 * ser-mac.c (mac_input_buffer): Increase size of buffer.
197
ed3b618d
JL
198Mon Jan 8 12:00:40 1996 Jeffrey A Law (law@cygnus.com)
199
200 * infptrace.c (initialize_infptrace): Move function out of
201 #ifdef conditional; put code within the function inside an
202 #ifdef conditional.
436d4143
JL
203
204 * buildsym.c (end_symtab): Remove sort_pending and sort_linevec
205 arguments. Sorting is now dependent on OBJF_REORDERED. All
206 callers/references changed.
207 * dbxread.c (read_ofile_symtab): Correctly determine value for
208 last_source_start_addr for reordered executables.
209 (process_one_symbol): Handle N_FUN with no name as an end of
210 function marker.
211 * partial-stab.h (case N_FN, N_TEXT): Don't assume CUR_SYMBOL_VALUE
212 is the high text address for a psymtab.
213 (case N_SO): Likewise.
214 (case N_FUN): Handle N_FUN with no name as an end of function
215 marker.
216 * minsyms.c (lookup_minimal_symbol_by_pc): Examine all symbols
217 at the same address rather than a random subset of them.
218 * coffread.c (coff_symfile_init): Set OBJF_REORDERED.
219 * elfread.c (elf_symfile_init): Similarly.
220 * somread.c (som_symfile_init): Similarly.
221 * xcoffread.c (xcoff_symfile_init): Similarly.
222
5351b2a0
SG
223Fri Jan 5 17:46:01 1996 Stu Grossman (grossman@cygnus.com)
224
225 * stack.c (print_stack_frame print_frame_info) symmisc.c
226 (dump_symtab): Change RETURN_MASK_ERROR to RETURN_MASK_ALL so
227 that catch_errors doesn't get blindsided by QUIT and lose the
228 cleanup chain. This fixes a problem where ^C while in a
229 user-defined command sometimes leaves instream NULL and causes a
230 segfault in command_loop.
231
127841e4
BK
232Fri Jan 5 13:59:16 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
233
234 * configure.in, configure: Add `-ldl -lw' for Solaris linking.
235
6b4fe21d
SC
236Fri Jan 5 12:02:00 1996 Steve Chamberlain <sac@slash.cygnus.com>
237
238 * config/sh/sh.mt, config/powerpc/*.mt, config/pa/hppapro.mt,
239 config/m68k/monitor.mt, config/h8500/h8500.mt, config/h8300/h8300.mt:
240 srec.o renamed to dsrec.o.
241
0fe1522a
SG
242Thu Jan 4 16:04:54 1996 Stu Grossman (grossman@cygnus.com)
243
244 * breakpoint.c (remove_breakpoint): Change error to warning so
245 that hardware watchpoint removal problems won't leave breakpoint
246 traps in the target.
d039321c 247start-sanitize-gdbtk
0fe1522a 248 * configure configure.in: Make --enable-gdbtk be the default.
d039321c 249end-sanitize-gdbtk
0fe1522a
SG
250 * remote-e7000.c (e7000_insert_breakpoint,
251 e7000_remove_breakpoint): Use e7000 based breakpoints, not memory
252 breakpoints.
253 * (e7000_wait): Adjust PC back by two when we see a breakpoint to
254 compensate for e7000 maladjustment.
255 * sparcl-tdep.c (sparclite_check_watch_resources): Fix logic bug
256 which prevented hardware watchpoints from working.
257
7531f36e
FF
258Thu Jan 4 10:44:17 1996 Fred Fish <fnf@cirdan.cygnus.com>
259
260 * infptrace.c (udot_info): New function.
261 (PT_*): Define each individually if that one is not defined.
7531f36e
FF
262 * rs6000-nat.c (kernel_u_size): New function
263 Include <sys/user.h> for "struct user"
7531f36e
FF
264 * alpha-nat.c (kernel_u_size): New function.
265 Include <sys/user.h> for "struct user"
7531f36e
FF
266 * sparc-nat.c (kernel_u_size): New function.
267 Include <sys/user.h> for "struct user"
7531f36e 268 * i386b-nat.c (kernel_u_size): New function.
7531f36e 269 * i386v-nat.c (kernel_u_size): New function.
7531f36e
FF
270 * config/i386/nm-fbsd.h (KERNEL_U_SIZE): Define.
271 (kernel_u_size): Declare.
7531f36e
FF
272 * config/i386/nm-linux.h (KERNEL_U_SIZE): Define.
273 (kernel_u_size): Declare.
7531f36e
FF
274 * config/sparc/nm-sun4os4.h (KERNEL_U_SIZE): Define.
275 (kernel_u_size): Declare.
7531f36e
FF
276 * config/alpha/nm-osf2.h (KERNEL_U_SIZE): Define.
277 (kernel_u_size): Declare.
7531f36e
FF
278 * config/rs6000/nm-rs6000.h (KERNEL_U_SIZE): Define.
279 (kernel_u_size): Declare.
7531f36e 280
1750a5ef
SC
281Thu Jan 4 11:00:01 1996 steve chamberlain <sac@slash.cygnus.com>
282
283 * mdebugread.c (mylookup_symbol): enum namespace becomes
284 enum_namespace type.
285 * symfile.c (add_psymbol_to_list)
286 (add_psymbol_addr_to_list): Ditto.
287 * symtab.c (lookup_partial_symbol): Ditto.
288 (lookup_symbol): Ditto.
289 (lookup_block_symbol): Ditto.
290 * win32-nat.c (handle_load_dll): Use incoming dll base.
291 (child_wait): Catch DLL load errors.
292 (create_child_inferior): Translated between paths correctly.
293
e33aefba
FF
294Wed Jan 3 23:13:53 1996 Fred Fish <fnf@cygnus.com>
295
296 * i386v4-nat.c (supply_gregset, fill_gregset): Subtract NUM_FREGS
297 from NUM_REGS to get number of general registers that we care about.
e33aefba
FF
298 * config/i386/tm-i386.h (REGISTER_BYTES): Define in terms
299 of number of general regs and number of floating point regs.
e33aefba 300
e02a2ad9
SC
301Wed Jan 3 19:49:54 1996 steve chamberlain <sac@slash.cygnus.com>
302
a3b64bf9
SC
303 * config/i386/tm-win32.h (IN_SOLIB_CALL_TRAMPOLINE): New.
304 (SKIP_TRAMPOLINE_CODE): New.
305 * config/i386/xm-win32.h (CANT_FORK): Deleted.
306 (SLASH*) Changed to use unix style slash.
e02a2ad9
SC
307 * symtab.h (namespace enum): becomes typedef to avoid namespace
308 collision in C++.
309 * infcmd.c (path_command): Use empty string if PATH name not set.
310 * i386-tdep.c (skip_trampoline_code): New function.
311 * srec.c: Renamed dsrec.c to avoid filename collision.
312 * Makefile.in: Cope with renaming.
e02a2ad9 313
ef4d6187 314Wed Jan 3 13:09:04 1996 Fred Fish <fnf@cygnus.com>
5eccb7dc 315
ef4d6187
FF
316 * symmisc.c (print_objfile_statistics): Print memory use statistics
317 for objfile psymbol, symbol, and type obstacks.
5eccb7dc 318
ef4d6187 319Tue Jan 2 13:41:14 1996 Stan Shebs <shebs@andros.cygnus.com>
3dcd429f 320
ef4d6187
FF
321 * config/mips/nm-irix5.h: Restore.
322 (TARGET_HAS_HARDWARE_WATCHPOINTS, etc): Define as for Irix 4;
323 from Lee Iverson <leei@ai.sri.com>.
324 * config/mips/irix5.mh (NAT_FILE): Use nm-irix5.h.
325 * config/mips/irix[345].mh (MUNCH_DEFINE): Remove.
3dcd429f 326
ef4d6187 327For older changes see ChangeLog-95
bd5635a1
RP
328\f
329Local Variables:
330mode: indented-text
331left-margin: 8
332fill-column: 74
333version-control: never
334End:
This page took 0.352611 seconds and 4 git commands to generate.