config/tc-sparc.h (LOCAL_LABEL): Remove test for name[0] == 'L'.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
e3c16900
JK
1Mon Sep 13 12:53:09 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
2
3 * defs.h: Don't define NORETURN (see comment).
4
5Sat Sep 11 10:46:09 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
6
7 * m88k-nat.c (fill_gregset): Set r31 and sfip.
8
f46ffb9e
JK
9Thu Sep 9 10:18:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
10
11 * remote-udi.c (udi_wait, case UDIStdinNeeded): Use a loop calling
12 getchar() (terminated only on '\n') instead of scanf. Send the
13 '\n' which terminates it to the remote system.
14
15 More gcc lint:
16 * exec.c (ignore): Return 0.
17 * stack.c (return_command): Fetch lazy value directly, not via
18 VALUE_CONTENTS, to avoid "value computed is not used".
19 * inflow.c (new_tty): Move osigttou inside #if.
20
21 * remote.c (remote_fetch_registers): If remote reply is short, just
22 note that fact and keep going (reading extra registers as all bits 0).
23 (remote_store_registers): Send number of registers that were found
24 by remote_fetch_registers.
25 * m68k-tdep.c, config/m68k/tm-m68k.h, config/m68k/tm-*.h: Remove
26 HAVE_68881. Define CANNOT_STORE_REGISTER if ptrace() can't write
27 floating registers.
28 * config/m68k/{tm-m68k-nofp.h,m68k-nofp.mt,tm-m68k-fp.h,m68k-fp.mt}:
29 Remove, replaced by {tm-m68k-em.h,m68k-em.mt}.
30 * Makefile.in, configure.in: Change accordingly.
31
da398610
PS
32Thu Sep 9 04:59:03 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33
34 * mipsread.c (cross_ref): Allow SGI extended symbol types as cross
35 reference targets.
f46ffb9e 36 * symmisc.c (print_symbol): Use TYPE_TAG_NAME not TYPE_NAME to avoid
da398610
PS
37 printing of identities.
38
93bb0afa
JK
39Wed Sep 8 19:18:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
40
41 * breakpoint.c (breakpoint_1): Deal with step resume breakpoint.
42
46c28185
RP
43Wed Sep 8 13:01:10 1993 K. Richard Pixley (rich@cygnus.com)
44
45 Gcc lint.
89812a0e
RP
46 * config/m88k/tm-m88k.h (frame_find_saved_regs): prototype.
47 * config/h8300/tm-h8300.h (NUM_REGS): rewrite to avoid nested comment.
fee933f1
RP
48 * blockframe.c (get_prev_frame_info): initialize address.
49 * breakpoint.c (bpstat_copy): initialize retval.
50 (bpstat_stop_status): initialize value_is_zero.
51 (bpstat_what): initialize bs_class.
52 (breakpoint_1, mention): add do-nothing case for bp_step_resume.
53 (break_command_1): initialize cond_end, addr_end, &
54 canonical_strings_chain.
55 (enable_breakpoint): initialize save_selected_frame.
56 * buildsym.c (end_symtab): initialize symtab & linetablesize.
72cd0384
RP
57 * c-exp.y (parse_number): initialize i.
58 * c-typeprint.c (c_type_print_varspec_prefix): include
59 TYPE_CODE_BITSTRING in switch statements and do nothing.
60 * c-valprint.c (c_val_print): removed unused variable c.
61 * ch-valprint.c (chill_val_print): removed unused variable eltlen.
62 * cp-valprint.c (cp_print_class_method): initialize f & j.
63 * eval.c (evaluate_subexp): initialize pc2, arg1, arg2.
64 * expprint.c (print_subexp): initialize myprec, assoc, & tempstr.
6406a867
RP
65 * findvar.c (value_from_register): initialize first_addr.
66 * gdbtypes.c (lookup_struct_elt_type): localize use of temporary
67 variable typename.
68 * infcmd.c (run_stack_dummy): return zero rather than simple
69 return.
e7bf1152
RP
70 * infrun.c (wait_for_inferior): initialize stop_sp, prologue_pc.
71 remove symtab, appears unused.
72 (restore_selected_frame): return 1.
73 * mipsread.c (psymtab_to_symtab_1): initialize first_off.
74 (fixup_sigtramp): initialize b0.
0ac0a9f6
RP
75 * printcmd.c (do_examine): initialize val_type.
76 (print_frame_args): initialize b.
77 * ser-tcp.c (tcp_restore): comment out declaration. Appears
78 unused.
79 * ser-unix.c (hardwire_restore): comment out declaration. Appears
80 unused.
81 (hardwire_send_break): moved variable status into ifdef
82 HAVE_SGTTY.
83 (wait_for): moved variable numfds into ifdef HAVE_SGTTY.
84 * serial.h: comment change only.
85 * stabsread.c (rs6000_builtin_type): initialize rettype.
86 (read_range_type): initialize nbits.
46c28185
RP
87 * stack.c (print_frame_info): remove unused variable numargs.
88 (parse_frame_specification): remove unused variables arg1, arg2,
89 arg3.
90 (return_command): initialize return_value.
91 * symfile.c (cashier_psymtab): initialize pprev.
92 * symtab.c (find_pc_psymbol): initialize best.
93 (lookup_symbol): initialize s.
94 (make_symbol_completion_list): initialize quote_pos.
95 * thread.c: include command.h.
96 (thread_info): static declaration removed; unused.
97 (info_threads_command): fix == vs = typo.
98 * typeprint.c (whatis_exp): initialize old_chain.
99 * valprint.c (val_print_string): remove unused variable
100 first_addr_err. Initialize old_chain.
101 (_initialize_valprint): white space comment change.
102 * values.c (show_values): rewrite if statement to avoid empty
103 body.
104 (vb_match): remove unused variable fieldtype_target_type.
105
bf660885
JK
106Wed Sep 8 10:21:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
107
108 * Makefile.in (mipsread.o): Depend on $(bfd_h).
109
ed1a07ad
JK
110Tue Sep 7 13:06:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
111
8467b446
JK
112 * gdbserver/Makefile.in (TAGS): config files are in
113 $(srcdir)/../config, not $(srcdir)/config.
114
ed1a07ad 115 * config/pa/tm-hppa.h: Declare target_read_pc and target_write_pc.
bf660885 116 (STORE_RETURN_VALUE): Pass the correct offset of the return
ed1a07ad
JK
117 register to write_register_bytes.
118 * hppa-tdep.c: Use target_write_pc if PCOQ_TAIL_REGNUM was not saved.
119
4a87a64a
ILT
120Tue Sep 7 14:30:34 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
121
4f8a48e5
ILT
122 * remote.c (remote_wait): Don't call error. Instead, call warning
123 inside a loop. User can ^C to get out.
124
4a87a64a
ILT
125 * config/m68k/tm-m68k.h (FIX_CALL_DUMMY): Changed name of swapping
126 routine to match BFD name change.
127 * config/z8k/tm-z8k.h (FIX_CALL_DUMMY): Likewise.
128
538b2068
JW
129Mon Sep 6 15:01:57 1993 Jeffrey Wheat (cassidy@cygnus.com)
130
131 * elfread.c: change elf32_symbol_type to elf_symbol_type
132
758aeb93
ILT
133Mon Sep 6 15:43:25 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
134
135 * remote.c (remote_wait): Added 'W' and 'N' responses.
136
ac7a377f
JK
137Fri Sep 3 08:57:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
138
9e19dee1
JK
139 * main.c, utils.c: Add comments about immediate_quit.
140
5ec3ba25
JK
141 * elfread.c (elf_symtab_read): Don't add symbols starting with ".L"
142 to minimal symbols.
143
38c5f504
JK
144 * target.c (pop_target): Don't try to deal with the stack becoming
145 empty. Shouldn't happen and the code that tried was broken.
146
ac7a377f
JK
147 * dcache.c: Cast return value from xmalloc.
148
149 * remote.c: Move setting of immediate_quit from remote_open to
150 remote_start_dummy and set it back to zero when done.
151
22202966
JK
152Thu Sep 2 00:07:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
153
eba94f7d
JK
154 * m88k-tdep.c: Remove a bunch of unused #includes.
155
a3178c64
JK
156 * language.h: Add comment about current_language.
157
fb27a962
JK
158 * mips-tdep.c (_initialize_mips_tdep): Change heuristic-fence-post
159 from var_uinteger to var_zinteger.
160
f9440640
JK
161 * configure.in: Fix typo (delta88r4 -> delta88v4).
162
163 * config/m88k/xm-delta88.h: Don't include sys/siginfo.h. It was
164 to make this work on SVR4 before SVR4 had its own configuration,
165 and it breaks SVR3.
166
167 * config/m88k/tm-delta88v4.h: Define FRAME_CHAIN_VALID_ALTERNATE.
168
7f5a51a4
JK
169 * config/m88k/delta88v4.h (NATDEPFILES): Remove infptrace.o inftarg.o.
170
22202966 171 * config/m88k/xm-dgux.h: Renamed from config/m88k/xm-m88k.h.
d9a23ef7 172 * config/m88k/m88k.mh: Use xm-dgux.h.
22202966
JK
173 * config/m88k/xm-m88k.h: New file, with HOST_BYTE_ORDER,
174 MAKEVA_END and MAKEVA_ARG.
175 * config/m88k/xm-*.h: Include m88k/xm-m88k.h.
176 * printcmd.c: Remove __INT_VARARGS_H code; now in xm-m88k.h.
177
996ccb30
JK
178Wed Sep 1 19:31:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
179
a80193ba
JK
180 * remote-udi.c (udi_wait): Call `warning' not `error'.
181
67a64bec
JK
182 * symtab.c (COMPLETION_LIST_ADD_SYMBOL): If the symbol has a
183 demangling, don't put the mangled form in the completion list.
184
996ccb30
JK
185 * symtab.c, symfile.c, c-exp.y, ch-exp.y, m2-exp.y, buildsym.c,
186 symfile.h, stabsread.c, minsyms.c, solib.c, nlmread.c, dwarfread.c
187 partial-stab.h, symmisc.c, gdbtypes.c: Lint. Remove (or put
188 inside #if) unused variables and labels. Fix unclosed comment.
189 Deal with enumeration values unhandled in switch statements. Make
190 sure non-void functions return values. Include appropriate
191 headers.
192 * dbxread.c (elfstab_build_psymtabs): Don't check for unsigned
193 value < 0.
194
c398de0c
RP
195Wed Sep 1 14:36:00 1993 K. Richard Pixley (rich@sendai.cygnus.com)
196
197 * i960-tdep.c, ns32k-pinsn.c, remote-adapt.c, xcoffread.c:
198 index -> strchr.
199
98105ba2
JK
200Wed Sep 1 11:35:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
201
202 * remote.c: Add comment explaining why dcache is disabled.
203 (remote_fetch_word, remote_store_word): Make static and #if 0.
204 They are not called from anywhere.
205
206Wed Sep 1 14:41:28 1993 K. Richard Pixley (rich@sendai.cygnus.com)
4ed97c9a
RP
207
208 * arm-tdep.c, convex-tdep.c, convex-xdep.c, dbxread.c,
209 h8300-tdep.c, h8500-tdep.c, i960-pinsn.c, i960-tdep.c,
210 infptrace.c, m88k-tdep.c, mips-tdep.c, regex.c, remote-vx.c,
211 rs6000-tdep.c, xcoffexec.c, xcoffread.c, z8k-tdep.c,
212 config/arm/tm-arm.h, config/convex/tm-convex.h,
213 config/gould/tm-np1.h, config/gould/tm-pn.h,
214 config/m68k/tm-isi.h, config/ns32k/tm-umax.h,
215 config/pa/tm-hppa.h, config/pyr/tm-pyr.h,
216 config/rs6000/tm-rs6000.h, config/tahoe/tm-tahoe.h,
217 config/vax/tm-vax.h: bzero -> memset.
9823e3f4
RP
218
219 * regex.c: bcmp -> memcmp.
220
c438b3af
JK
221Wed Sep 1 11:35:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
222
98105ba2
JK
223 * symtab.c (find_pc_line, find_line_common),
224 symtab.h (struct linetable), xcoffread.c (arrange_linetable):
c438b3af
JK
225 Revise comments re linetable sorting.
226 * buildsym.c (compare_line_numbers): Sort by pc, not by line.
227 * coffread.c: Tell end_symtab to sort the line table.
228
229 * coffread.c: Re-work a lot of the coff-specific stuff to use stuff
230 in buildsym.c. This includes coff_finish_block, coff_context_stack,
231 coff_local_symbols, coff_file_symbols, coff_global_symbols,
232 coff_end_symtab and coff_add_symbol_to_list.
233 (read_enum_type): Deal with it now that we have a "struct pending"
234 not a "struct coff_pending".
235
236 * buildsym.c (end_symtab): Don't realloc subfile->linetable.
237
ade40d31
RP
238Wed Sep 1 13:12:43 1993 K. Richard Pixley (rich@sendai.cygnus.com)
239
240 * a68v-nat.c, altos-xdep.c, convex-tdep.c, convex-xdep.c,
241 findvar.c, hppab-nat.c, hppah-nat.c, i386mach-nat.c,
242 irix4-nat.c, m68k-tdep.c, m88k-tdep.c, mipsread.c, regex.c,
243 remote-bug.c, remote-hms.c, rs6000-nat.c, rs6000-tdep.c,
244 sparc-nat.c, stabsread.c, sun3-nat.c, sun386-nat.c, symfile.c,
245 umax-xdep.c, xcoffread.c, 29k-share/udi/udip2soc.c,
246 29k-share/udi/udr.c, config/a29k/tm-a29k.h, config/arm/tm-arm.h,
247 config/convex/tm-convex.h, config/gould/tm-np1.h,
248 config/gould/tm-pn.h, config/h8300/tm-h8300.h,
249 config/h8500/tm-h8500.h, config/i386/tm-i386aix.h,
250 config/i386/tm-sun386.h, config/i386/tm-symmetry.h,
251 config/i960/tm-i960.h, config/m68k/tm-news.h,
252 config/m88k/tm-m88k.h, config/mips/tm-mips.h,
253 config/ns32k/tm-merlin.h, config/ns32k/tm-umax.h,
254 config/pa/tm-hppa.h, config/pyr/tm-pyr.h,
255 config/rs6000/tm-rs6000.h, config/sh/tm-sh.h,
256 config/tahoe/tm-tahoe.h, config/vax/tm-vax.h,
4ed97c9a 257 config/z8k/tm-z8k.h, nindy-share/nindy.c: bcopy -> memcpy.
ade40d31 258
e7e02420
PS
259Wed Sep 1 05:05:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
260
261 * mipsread.c (parse_partial_symbols): Use language from FDR if it
262 is unambigous. Patch from ptf@delcam.co.uk (Paul Flinders).
263 * mipsread.c (ecoff_symfile_info): New struct to hold the global
264 pending_list.
265 * mipsread.c (mipscoff_symfile_init, parse_partial_symbols):
266 Allocate the global pending list and link it to the objfile.
267 * mipsread.c (is_pending_symbol, add_pending): Use global pending
268 list from objfile. Allocate pending list entries from the
269 psymbol_obstack.
270 * mipsread.c (free_pending): Remove. The pending list is now
271 freed when the psymbol_obstack is freed.
272 * mipsread.c (psymtab_to_symtab1): Remove pending list allocation,
273 the global pending list is used now.
274 * mipsread.c (parse_partial_symbols): Skip only the first
275 file indirect entry when building the dependency list.
276
755892d6
RP
277Tue Aug 31 15:01:27 1993 K. Richard Pixley (rich@sendai.cygnus.com)
278
d538b510
RP
279 Break dcache code out of remote.c.
280 * dcache.h: white space changes only.
281 * dcache.c: add user settable variable to set whether data caching
282 is in use.
283 * remote.c: include dcache.h. removed data caching code which is
284 now in dcache.c. Compile in data caching again. (data caching
285 is currently off by default.)
286 (remote_read_bytes, remote_write_bytes): change second arg to
287 unsigned char.
288 (remote_dcache): new static variable.
289 * Makefile.in (REMOTE_O): add dcache.o.
290 * config/m88k/m88k.mt (TDEPFILES): removed dcache.o.
291
5a0a463f
RP
292 Break dcache code out of remote-nindy.c.
293 * remote-nindy.c: removed dcache code. Changed callers to use new
294 conventions. include dcache.h.
295 (nindy_dcache): new static variable.
296 * config/i960/nindy960.mt (TDEPFILES): added dcache.o.
297
755892d6
RP
298 Break dcache code out of remote-bug.c into dcache.[hc].
299 * Makefile.in (dcache_h): new macro.
300 (HFILES): added $(dcache_h).
301 (ALLDEPFILES): added dcache.c.
302 (dcache.o): new rule.
303 (remote-bug.o): now depends on $(dcache_h).
304 * remote-bug.c: include dcache.h. remove externs for insque and
305 remque, add extern for bcopy. Prototype bug_close,
306 bug_clear_breakpoints, bug_write_cr. dcache code moved to
307 dcache.[hc]. Changed dcache calling convention to include an
308 initial DCACHE argument.
309 (bug_dcache): new static variable.
310 (bug_read_inferior_memory): change second arg to
311 unsigned char.
312 * dcache.[ch]: new files.
313 * config/m88k/m88k.mt (TDEPFILES): add dcache.o.
314
875fc229
JK
315Tue Aug 31 10:33:13 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
316
317 * c-typeprint.c (c_print_type_base): Treat show = 0 just like
318 show < 0. The only case where we had been distinguishing is that
319 show = 0 used to print "struct " or "enum " instead of
320 "struct {...}" or "enum {...}" which seems clearly wrong.
321
df429798
RP
322Mon Aug 30 17:51:32 1993 K. Richard Pixley (rich@sendai.cygnus.com)
323
324 * configure.in: recognize m88110 as an m88k.
325
b556573d
JK
326Mon Aug 30 16:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
327
328 * valops.c (call_function_by_hand): If we discard cleanups, call
329 bpstat_clear (&inf_status.stop_bpstat).
330
cbba020f
PS
331Mon Aug 30 12:47:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
332
333 * stabsread.h, dbxread.c (end_psymtab): Return NULL if the psymtab
334 was empty and thrown away.
335 * mipsread.c (parse_partial_symbols): Do not add empty psymtabs to
336 dependency list, skip self dependencies.
337 * mipsread.c (parse_fdr): Removed, obsolete.
338 * mipsread.c (parse_lines): Check for cbLine being zero, not
339 cbLineOffset.
340 * mipsread.c (struct symloc): Add pst_language.
b556573d
JK
341 * mipsread.c (parse_partial_symbols): Set up proper language for
342 header files, save it in pst_language for psymtab_to_symtab_1.
cbba020f
PS
343 * mipsread.c (psymtab_to_symtab_1): Use pst_language.
344
d86a7c57
JK
345Mon Aug 30 10:48:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
346
347 * configure.in: Fix typo m88*-motorola-svr4* -> sysv4*.
348
61a29659
KR
349Fri Aug 27 17:09:19 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
350
351 * paread.c: Include som.h instead of libhppa.h. (From Utah.)
352
c033ec17
JK
353Fri Aug 27 09:30:40 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
354
13bd9622
JK
355 * symmisc.c (dump_symtab): Use catch_errors around print_symbol.
356 Change calling sequence of print_symbol to fit catch_errors.
357
427fec5d
JK
358 * mips-tdep.c: Call reinit_frame_cache every time the user does
359 "set heuristic-fence-post".
360
20bee06d
JK
361 * gdbserver/low-sun3.c: New file.
362 * gdbserver/Makefile.in, config/m68k/sun3.mh: Change accordingly.
363
c033ec17
JK
364 * Rename files for 14-character limits:
365 gdbserver/remote-gutils.c -> gdbserver/utils.c
366 gdbserver/remote-inflow.c -> gdbserver/low-lynx.c
367 gdbserver/remote-inflow-sparc.c -> gdbserver/low-sparc.c
368 gdbserver/remote-server.c -> gdbserver/server.c
369 remote-monitor.c -> remote-mon.c
f1538274
JK
370 * Makefile.in, gdbserver/Makefile.in, gdbserver/configure.in,
371 config/m68k/monitor.mt, config/i386/i386lynx.mh,
372 config/sparc/sun4os4.mh: Change accordingly.
c033ec17
JK
373 * gdbserver/Makefile.in: Remove more junk inherited from gdb Makefile.
374
eb03abe8
JK
375Thu Aug 26 14:32:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
376
860a1754
JK
377 * infcmd.c, inferior.h (run_stack_dummy): If we stop somewhere
378 besides the dummy, return 1 rather than calling error().
379 Let caller print the error message. Remove name argument.
380 * valops.c (call_function_by_hand): Deal with changes to calling
381 sequence of run_stack_dummy. Discard restore_inferior_status cleanup
382 if run_stack_dummy returns 1.
383
384 * Version 4.10.2.
385
386 * config/mips/tm-mips.h (EXTRACT_STRUCT_VALUE_ADDRESS):
387 Get struct return address from v0, not a0.
388
eb03abe8
JK
389 * infrun.c (restore_inferior_status): Use catch_errors when
390 restoring selected frame.
391
392Wed Aug 25 21:52:25 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
393
394 * infrun.c (save_inferior_status, restore_inferior_status):
395 Save and restore the registers too.
396 * inferior.h (struct inferior_status): Add "registers".
397
41a6194d
JK
398Tue Aug 24 00:36:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
399
fb2fc3b6
JK
400 * dbxread.c (end_psymtab): Clean up comment.
401
402 * frame.h, symtab.h, findvar.c (read_var_value): Change basereg
403 support to use LOC_BASEREG rather than SYMBOL_BASEREG_VALID.
a1c8d76e 404 * dwarfread.c: Use LOC_BASEREG where appropriate.
fb2fc3b6
JK
405 * Various: Support LOC_BASEREG and LOC_BASEREG_ARG.
406
9c75ce9f
JK
407 * coffread.c (init_lineno, init_stringtab): Don't check whether
408 xmalloc returned NULL.
409
0e646bd5
JK
410 * config/vax/xm-vaxult.h: Define NO_PTRACE_H.
411
41a6194d
JK
412 * target.c, target.h: Add "set remotedebug" command.
413 * remote-bug.c, remote.c, remote-mips.c: Remove "set remotedebug" and
414 "set m88ksnoop" options and use generic "set remotedebug" instead.
415 * NEWS: Describe this change.
416
2731625a
JK
417Mon Aug 23 20:26:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
418
419 * buildsym.h: Remove declaration of dbxread.c functions.
420 * stabsread.h: Group together dbxread.c functions.
421 Move elfstab_build_psymtabs here from symfile.h.
422 Declare pastab_build_psymtabs.
423 * elfread.c, paread.c: Include stabsread.h (for stabsread_new_init
424 declaration, etc).
425
e0508fdc
RP
426Mon Aug 23 17:16:23 1993 K. Richard Pixley (rich@sendai.cygnus.com)
427
16f6ab6b
RP
428 * remote-bug.c: rename quiet to bug88k_snoop.
429 (double_scan, multi_scan): generalize double_scan into a scan
430 for multiple patterns. Rename to multi_scan.
431 (bug_wait, bug_write_inferior_memory): adapt to use the new
432 multi_scan in order to catch and represent target bus errors.
433 (bug_scan): currently unused, so comment out.
434 (bug_quiet): removed. Replaced with a standard user settable boolean.
435
e0508fdc
RP
436 * m88k-tdep.c: remove include of sys/dir.h. Appears unnecessary
437 and isn't available on solaris.
438
304977ab
JK
439Mon Aug 23 14:56:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
440
441 * config/m88k/{delta88v4.mt,delta88v4.mh}: New files
442 * config/m88k/delta88.mh: Fix comment.
443 * config/m88k/tm-delta88.h: Remove unused BCS define.
444 * config/m88k/{tm-delta88v4.h,xm-delta88v4.h,nm-delta88v4.h}:
445 New files.
446 * configure.in: Recognize m88*-motorola-sysv4*.
447 * m88k-nat.c: Always include sys/types.h; don't depend on USG.
448
f5d6b0c5
PS
449Mon Aug 23 12:57:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
450
304977ab
JK
451 * mipsread.c (parse_symbol, parse_type, cross_ref): Pass name of
452 symbol as an argument and use it in complaints.
f5d6b0c5
PS
453 * symmisc.c (dump_psymtab): Dump filenames of dependencies.
454
a6565079
JK
455Mon Aug 23 1993 Sean Fagan (sef@cygnus.com)
456 and Jim Kingdon (kingdon@cygnus.com)
457
458 Add NetBSD support:
459 * configure.in: Recognize netbsd.
460
313dd520
JK
461Fri Aug 20 14:01:39 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
462
6ecb870e
JK
463 * remote-nindy.c: Remove unused include of sys/ioctl.h.
464
313dd520
JK
465 * frame.h, symtab.h: Revise comments regarding baseregs.
466
018ab14f
PS
467Fri Aug 20 15:07:05 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
468
469 * mipsread.c (parse_partial_symbols, psymtab_to_symtab_1):
470 Set language for psymtab and symtab.
471 * mipsread.c (new_symbol): Set language and initialize demangled
472 name for symbol.
473 * symmisc.c (print_symbol): Use SYMBOL_SOURCE_NAME when printing
474 the symbol type.
475 * symtab.c (decode_line_1): Inhibit coredumps with cfront executables.
476
8af0de91
JK
477Fri Aug 20 14:01:39 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
478
0ca9bd12
JK
479 * Move KERNEL_U_ADDR from xm-hp300bsd.h to nm-hp300bsd.h and make
480 it conditionalized on 4.3 vs. 4.4.
481 * config/m68k/nm-hp300bsd.h: Move REGISTER_U_ADDR out of 4.3 and
482 4.4 sections; it was identical and now works for 4.4.
483
b33e0e0b
JK
484 * mips-tdep.c (is_delayed): Use INSN*BRANCH* not ANY_DELAY.
485
8af0de91
JK
486 * printcmd.c (MAKEVA_END): Update this version to use "aligner".
487
6ac14d25
PS
488Thu Aug 19 22:08:09 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
489
490 * config/vax/tm-vax.h (BELIEVE_PCC_PROMOTION): Define.
491 * mipsread.c (parse_symbol, parse_type, cross_ref): Handle corrupt
492 file indirect entries with complaints instead of core dumps. Remove
493 complaint for stTypedef within aggregates.
494
522b9962
JK
495Thu Aug 19 17:58:39 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
496
e09c5e26
JK
497 * coffread.c (process_coff_symbol): Ignore tagnames like .0fake.
498
499 * coffread.c (coff_read_enum_type): #if 0 out code which changes
500 enum {FALSE, TRUE} into boolean.
501
522b9962
JK
502 * config/m68k/delta68.m{t,h}: Use nm-delta68.h, etc. not
503 non-existent files nm-delta.h, etc.
504 * config/m68k/tm-delta68.h: Define CANNOT_STORE_REGISTER.
505 * delta68-nat.c: Add "[0]" in offsetof argument.
506 * delta68-nat.c (_initialize_kernel_u_addr): Don't try to set up
507 nl with initializer, just assign to it. Check n_scnum field on
508 return.
509
e56ac0ba
JK
510Wed Aug 18 12:03:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
511
b2ccb6a4
JK
512 * printcmd.c (print_address), values.c (value_as_pointer): Don't
513 use ADDR_BITS_REMOVE.
d3fa810c 514 * defs.h: Try to clarify comment about ADDR_BITS_REMOVE.
b2ccb6a4 515
479fdd26
JK
516 * blockframe.c (block_innermost_frame): Uncomment.
517 Return NULL if passed NULL.
518 * frame.h: Declare it.
519 * expression.h (union exp_element): Add field block.
520 * parse.c (write_exp_elt_block): New function.
521 * expression.h (OP_VAR_VALUE): Now takes additional struct block *.
522 * *-exp.y: Write block for OP_VAR_VALUE.
523 * eval.c, expprint.c, parse.c: Deal with block for OP_VAR_VALUE.
524 * valops.c, value.h (value_of_variable), callers:
525 Add second argument, for block.
526
e56ac0ba
JK
527 * main.c (gdb_readline): If we read some characters followed by EOF,
528 return them rather than returning NULL.
529
48be4c35
JK
530Tue Aug 17 11:14:25 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
531
532 * mips-tdep.c: Remove unused #ifndef NUMERIC_REG_NAMES and add comment.
533
2f03f9a6
RP
534Tue Aug 17 15:10:04 1993 K. Richard Pixley (rich@sendai.cygnus.com)
535
637603f9
RP
536 * config/m88k/tm-m88k.h: Fix typo in comment.
537 (FP_REGNUM): define in terms of SP_REGNUM
538 rather than by absolute number. Also clearly comment that this
539 is a convenient lie in order to decrease future confusion.
540 (ACTUAL_FP_REGNUM): new macro for FP.
541 (FRAME_CHAIN_VALID): removed. Standard default works fine.
542 * m88k-tdep.c (frame_chain_valid): redundant, so removed.
543 (NEXT_PROLOGUE_INSN): removed unused fourth arg, fixed all
544 callers.
545 (read_next_frame_reg): declare static.
546 (examine_prologue): removed unused variabel insn2, rename insn1
547 to insn, rewrote comment about finding fp, sp, etc. set frame_fp
548 based on ACTUAL_FP_REGNUM rather than FP_REGNUM which is
549 actually a scammed alias for SP_REGNUM on m88k.
550
2f03f9a6
RP
551 * frame.h: fixed typo in comment.
552
4f1afa16
JK
553Tue Aug 17 11:14:25 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
554
b80bd1e0
JK
555 * 29k-share/udi/udiphcfg.h: Always include udiphunix.h not udiphdos.h.
556
4f1afa16
JK
557 * complaints.c (complain): fflush (stdout) after output.
558
d541211d
PS
559Tue Aug 17 01:43:55 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
560
561 * blockframe.c, frame.h (sigtramp_saved_pc): New routine to fetch
562 the saved pc from sigcontext on the stack for BSD signal handling.
563 * config/i386/tm-i386bsd.h (SIGTRAMP_START, SIGTRAMP_END, FRAME_CHAIN,
564 FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC, SIGCONTEXT_PC_OFFSET):
565 Define to make backtracing through sigtramp work.
566 * config/vax/tm-vax.h (SIGTRAMP_START, SIGTRAMP_END, TARGET_UPAGES,
567 FRAME_SAVED_PC, SIGCONTEXT_PC_OFFSET): Ditto.
568
1109373a
JK
569Mon Aug 16 13:52:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
570
4f1afa16
JK
571 * main.c (cd_command): If current_directory on entry is "/", then
572 don't append an extra slash.
c307bb11 573 Don't assume that /../.. means /.
4f1afa16 574
d541211d
PS
575 * target.c (target_xfer_memory): Clear errno before calling
576 to_xfer_memory.
577
1109373a
JK
578 * stack.c (frame_info, print_frame_info): Add comment about using
579 the starting source line number on a line boundary if backtracing
580 through sigtramp.
581
4fd0b84e
PS
582Mon Aug 16 02:56:01 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
583
584 * blockframe.c (create_new_frame, get_prev_frame_info):
585 Use the function name when calling IN_SIGTRAMP.
586 * config/m68k/tm-m68k.h (SIG_PC_FP_OFFSET, SIG_SP_FP_OFFSET):
587 Define for correct handling of bachtraces through _sigtramp.
588 * m68k-tdep.c (m68k_find_saved_regs): Adjust saved sp for fake
589 sigtramp frames.
590 * mipsread.c (parse_type): Handle corrupt TIR info with complaint
591 instead of core dump.
592 * mipsread.c (parse_partial_symbols): Put static symbols into the
593 mimimal symbol table, use proper mst_types for all minimal symbols.
594 * stack.c (frame_info, print_frame_info): Use the starting source
595 line number on a line boundary if backtracing through sigtramp.
596
f2f848b8
RP
597Fri Aug 13 14:37:05 1993 K. Richard Pixley (rich@sendai.cygnus.com)
598
4fd0b84e
PS
599 * remote-bug.c: include gdbcmd.h.
600 (sleep, remque, insque): forward decls added.
601 (bug_fetch_registers, bug_store_registers): forward decls
602 removed.
603 (bug_read_inferior_memory, bug_write_inferior_memory): forward
604 decls added.
605 (srec_frame, srec_max_retries, srec_bytes, srec_echo_pace,
606 srec_sleep, srec_noise): new static variables for user settable
607 options. Mostly these are for debugging and tuning. I don't
608 expect them to stay user settable options for long.
609 (timeout): change default to 4 seconds.
610 (check_open): declare funtion static, force return value.
611 (readchar_nofail): if timeout, then say so if not being quiet.
612 (pollchar, double_scan, bug_scan, bug_srec_write_cr,
613 start_load): new functions.
614 (bug_wait): rewritten to use double scan.
615 (expect): while (1) -> for (;;)
616 (get_hex_digit): rewrite if condition to avoid gcc complaints.
617 (bug_load, bug_create_inferior, bug_open, bug_store_register):
618 removed unused variables.
619 (bug_load): replaced DELTA macro with user settable srec_frame
620 variable. Other minor lint.
621 (find_end_of_word, is_baudrate_right, set_rate, not_bug_wait,
622 gethex, timed_read, translate_addr, bug_before_main_loop):
623 unsused and removed.
624 (bug_resume): add missing first arg, pid.
625 (get_reg_name): use ip rather than cr04.
626 (bug_write, bug_write_cr, but_clear_breakpoints, bug_quiet):
627 declare type, args, and explicitly return.
628 (bug_store_register): straighten out the ip vs cr04 confusion.
629 (bug_write_inferior_memory): rewrite to cope with errors while
630 downloading s-records.
631 (bug_read_inferior_memory): declare static.
632 (bug_clear_breakpoints): expect nobr before prompt.
633 (_initialize_remote_bug): add initializations for srec-bytes,
634 srec-max-retries, srec-frame, srec-noise, srec-sleep,
635 srec-echo-pace.
636
4f4649a7
RP
637 * Makefile.in (remote-bug.o): new rule.
638 (ALLDEPFILES): added remote-bug.c
639
e93790f0
RP
640 * remote-hms.c (hms_wait): use -1 for timeout's which means block
641 forever rather than 99999.
642
057c2f47
RP
643 * ser-unix.c (get_tty_state): if a descriptor is not a tty, then
644 simply save encode this fact as the process group and return
645 success rather than an error.
646 (set_tty_state): if process group is -1, do not reset the
647 process group.
648 (hardwire_reachar): comment change.
649
0e5f1b37
RP
650 * serial.h: comment change.
651
f2f848b8
RP
652 * config/m88k/tm-m88k.h: comment change to remove embedded
653 comment.
654 (SKIP_PROLOGUE): skip_prologue returns a value which is expected
655 to reset the pc argument. So reset it.
656
5069d770
FF
657Fri Aug 13 10:15:24 1993 Fred Fish (fnf@deneb.cygnus.com)
658
659 * Makefile.in (VERSION): Bump to 4.10.1 after release and cvs
660 tagging.
661
ff1cdb40
JK
662Thu Aug 12 20:40:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
663
664 * gdbserver/Makefile.in: Use GDBSERVER_LIBS and
665 GDBSERVER_DEPFILES. Also remove much (but not all that could be
666 removed) crud inherited from gdb Makefile.in.
667 * config/i386/i386lynx.mh, config/sparc/sun4os4.mh: Define GDBSERVER_*.
668 * gdbserver/README: Say it works on Sun and change configuration
669 instructions slightly.
670
671Wed Aug 11 18:56:59 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
672
673 * config/i386/i386v4.mh: use -lsocket and -lnsl, for remote
674 targets that use BSD style network connections
675
ae87844d
JK
676Wed Aug 11 17:54:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
677
678 * remote-{monitor,bug}.c: Make bug_ops not static (forward declaration
679 of statics doesn't work with SunOS4 /bin/cc).
680 Rename the occurrence in remote-monitor.c to monitor_bug_ops.
681
523ef121
JK
682Tue Aug 10 13:07:14 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
683
684 * blockframe.c (find_pc_partial_function),
685 mips-tdep.c (find_proc_desc): Deal with "pathological" case.
686
0f1b1bcc
JK
687Tue Aug 10 14:50:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
688
523ef121
JK
689 * utils.c (wrap_here): Allow indent to be NULL.
690 (fputs_filtered): Don't check for null wrap_indent (wrap_here now
691 guarantees that it isn't, and anyway we were only checking one out
692 of the two places we dereferenced it).
693
0f1b1bcc
JK
694 * objfiles.h (struct objfile): Clean up comments for
695 {obj,sym}_private to clarify what they are private to.
696
48f075eb
SS
697Mon Aug 9 16:45:00 1993 Stan Shebs (shebs@rtl.cygnus.com)
698
699 * stabsread.c, buildsym.c (hashname): Moved function to
700 buildsym.c, as suggested in the sources.
701
0685d95f
JK
702Mon Aug 9 09:53:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
703
525390a2
JK
704 * remote-udi.c: Make udi_ops extern rather than trying forward
705 declaration of a static variable.
706
8a99c712
JK
707 * hppab-nat.c: Define ptrace to call_ptrace and pass the 5th arg
708 there, rather than using an ANSI C specific macro.
709
a2fbd4c8
JK
710 * 29k-share/udi/udr.c: Include fcntl.h not sys/fcntl.h. Also put
711 sys/types.h near the top (just on general principles).
712
b992d16b
JK
713 * environ.c (set_in_environ): Remove G960BASE and G960BIN; they are
714 no longer used.
715
0685d95f
JK
716 * gdbcore.h: New variable gnutarget.
717 * core.c: Add commands to set and show it.
718 * Callers to bfd_*open*: Pass gnutarget instead of NULL as target.
719 * environ.c (set_in_environ): For GNUTARGET, use set_gnutarget not
720 putenv.
721
722 * symtab.c (decode_line_1): Give error on unmatched single quote.
723
3da5198c
JK
724Sun Aug 8 13:59:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
725
95a98b5e
JK
726 * ser-unix.c (hardwire_send_break) [HAVE_SGTTY]: Use select not usleep.
727
3da5198c
JK
728 * remote.c: Add comments about 'd', 'r', and unrecognized requests.
729
730 * inflow.c (terminal_init_inferior): Don't muck with tty state if
731 gdb_has_a_terminal() is false.
732
f645e835
FF
733Sun Aug 8 10:07:47 1993 Fred Fish (fnf@cygnus.com)
734
735 * dwarfread.c (record_minimal_symbol): Remove prototype and
736 function.
737 * dwarfread.c (add_partial_symbol): Remove code to add minimal
738 symbols and remove comment about limitations. Experiments show
739 that now that gdb handles the ELF symtab better for creating
740 minimal symbols, that no additional information is added by
741 examining the DWARF information, and in fact, given the
742 limitations, the DWARF code was actually making things worse.
743
379dd965
FF
744Sat Aug 7 10:59:03 1993 Fred Fish (fnf@deneb.cygnus.com)
745
746 * elfread.c (elf_symtab_read): Properly sort out the bss symbols
747 from the data symbols and give them the correct minimal_symbol_type.
748 Add file static symbols to the minimal symbol table, not just
6c8f91a1
FF
749 global symbols. Add absolute symbols as well (like _edata, _end).
750 Redo stabs-in-elf special symbol handling now that file static
751 symbols are entered into the into the minimal symbol table.
379dd965
FF
752 * dwarfread.c (add_partial_symbol): Add comment about limitations
753 of DWARF symbols for distinquishing data from bss when adding
754 minimal symbols. Add file local symbols to minimal symbols.
755
8d9ec7b6
JK
756Thu Aug 5 08:58:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
757
80b4aa1c 758 * ser-go32.c: Define job_control variable.
e917bef3 759
80b4aa1c
JK
760Thu Aug 5 15:56:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
761
762 * configure.in: z8k-coff is the same as z8k-sim
763
764Thu Aug 5 08:58:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
80b4aa1c 765
038de493
JK
766 * 29k-share/udi/udip2soc.c: Include sys/types.h before sys/file.h.
767
a824e46e
JK
768 * config/i386/tm-i386bsd.h (NUM_REGS): There are only 10, not 11.
769
d625b398
JK
770 * inflow.c: Put all uses of F_GETFL and F_SETFL in #ifdef F_GETFL.
771
8d9ec7b6
JK
772 * 29k-share/udi/udip2soc.c: Include fcntl.h not sys/fcntl.h.
773
a88797b5
FF
774Wed Aug 4 18:32:12 1993 Fred Fish (fnf@cygnus.com)
775
776 * inflow.c (pass_signal): Signal handlers take one int arg;
777 supply an unused one to make it type compatible as an arg to
778 signal().
779
05e9e188
ILT
780Tue Aug 3 18:34:14 1993 Ian Lance Taylor (ian@cygnus.com)
781
782 * config/mips/tm-mips.h: Include bfd.h before coff/sym.h.
783
8e92ade7
FF
784Tue Aug 3 15:34:57 1993 Fred Fish (fnf@cygnus.com)
785
786 * Makefile.in (ALLCONFIG): Add config/i386/i386nw.mt,
787 config/m68k/delta68.mh, config/m68k/delta68.mt,
788 config/m68k/dpx2.mh, config/m68k/dpx2.mt, config/mips/riscos.mh,
789 config/mips/news-mips.mh.
790 * Makefile.in (ALLPARAM): Add config/i386/nm-symmetry.h,
791 config/i386/tm-i386nw.h, config/m68k/nm-delta68.h,
792 config/m68k/tm-delta68.h, config/m68k/xm-delta68.h,
793 config/m68k/nm-dpx2.h, config/m68k/tm-dpx2.h,
794 config/m68k/xm-dpx2.h, config/mips/xm-makeva.h.
795 * Makefile.in (ALLDEPFILES): Add dpx2-nat.c.
796
e906e7fa
ILT
797Tue Aug 3 12:02:09 1993 Ian Lance Taylor (ian@cygnus.com)
798
799 * mipsread.c: Updated for BFD ECOFF changes. Now gets the
800 swapping routines and external structure sizes via the
801 ecoff_backend information. No longer includes coff/mips.h.
802
511e0322
FF
803Tue Aug 3 10:58:04 1993 Fred Fish (fnf@cygnus.com)
804
805 * Makefile.in (SFILES): Add thread.c
806
6eb0b283
DE
807start-sanitize-v9
808Tue Aug 3 10:21:58 1993 Doug Evans (dje@canuck.cygnus.com)
809
810 * remote-sp64sim.c (simif_create_inferior): Add FIXME regarding
811 sim_set_args return code.
812end-sanitize-v9
813
90fcdfbf
RP
814Mon Aug 2 16:35:31 1993 K. Richard Pixley (rich@sendai.cygnus.com)
815
816 * Makefile.in (VERSION): bumped to 4.9.4.
817
818 * remote-monitor.c: updated copyright.
819 (bug_ops, monitor_desc): now static.
820 (monitor_desc): in several places, check and/or set to NULL.
821
822 * remote-hms.c (hms_files_info): Add the appropriate items where
823 missing in the printf call.
824
825 * remote-bug.c: new file for m88k bug support.
826
827 * config/m88k/m88k.mt (TDEPFILES): added remote-bug.o.
828
a3059251
SC
829Mon Aug 2 14:22:09 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
830
831 * h8300-tdep.c: Use new variable h8300hmode.
832
ac88287f
JK
833Mon Aug 2 12:06:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
834
802d6308
JK
835 * valops.c (typecmp): If we are passing a non-reference to a function
836 which takes a reference, pass the address.
837 (value_arg_coerce): Don't use COERCE_ENUM; we don't want to dereference
838 references here.
839
3082244d
JK
840 * thread.c (thread_switch): Define as static.
841 (add_thread): Cast return value from xmalloc.
842
ac88287f
JK
843 * gdbtypes.c (fill_in_vptr_fieldno): Call check_stub_type.
844 * gdbtypes.{c,h}: Improve comments on vptr_fieldno.
845
c178776d
FF
846Mon Aug 2 11:58:52 1993 Fred Fish (fnf@deneb.cygnus.com)
847
848 * README: Elaborate on gdb C++ support and cfront support.
849
da0baf42
SG
850Mon Aug 2 11:30:57 1993 Stu Grossman (grossman at cygnus.com)
851
852 * i386lynx-nat.c, thread.c, thread.h: Update copyrights.
853
afa2499d
JK
854Mon Aug 2 12:06:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
855
856 * Makefile.in (ALLDEPFILES): Add i386lynx-nat.c.
857
db691e4b
SG
858Mon Aug 2 08:42:50 1993 Stu Grossman (grossman at cygnus.com)
859
860 * gdbserver/remote-inflow.c (create_inferior): Fix comments, and
861 error msg. Setup seperate process group for child.
862 * (write_inferior_memory): Sleep for 1 second and retry on ptrace
863 failure.
864
25286543
SG
865Sun Aug 1 22:58:18 1993 Stu Grossman (grossman at cygnus.com)
866
884914bf
SG
867 * config/i386/i386lynx.mh (NATDEPFILES): Drop coredep (for now).
868 * config/i386/nm-i386bsd.h: Protect from multiple inclusion.
869 * config/i386/nm-i386lynx.h: Lotsa new host porting stuff.
870 * config/i386/tm-i386lynx.h: Define SAVED_PC_AFTER_CALL and
871 target_pid_to_str.
872
25286543
SG
873 * Makefile.in (CLIBS): Reorder to make Lynx ld happy.
874 * (HFILES): New file thread.h.
875 * (OBS): New file thread.c.
876 * configure.in: Host config for Lynx/386.
877 * fork-child.c (fork_inferior): Call init_thread_list().
878 * infrun.c (resume): Add pid to invocation of target_resume().
879 * (wait_for_inferior): Pay attention to pid from target_wait().
880 Multi-threading code now uses this to determine what to do.
881 * inftarg.c (child_wait): Conditionalize based on CHILD_WAIT macro.
882 Use target_pid_to_str() macro throughout when printing pid.
883 * inferior.h (child_resume): Add pid to prototype.
884 * hppab-nat.c hppah-nat.c infptrace.c (child_resume): Pass in pid as
885 argument, instead of using inferior_pid.
886 * procfs.c (procfs_resume): Pass in pid as argument. Ignored for
887 now. Use target_pid_to_str() macro throughout for printing process id.
888 * remote-adapt.c (adapt_resume): Pass in pid as argument.
889 * remote-eb.c (eb_resume): Pass in pid as argument.
890 * remote-es.c (es1800_resume): Pass in pid as argument.
891 * remote-hms.c (hms_resume): Pass in pid as argument.
892 * remote-mips.c (mips_resume): Pass in pid as argument.
893 * remote-mm.c (mm_resume): Pass in pid as argument.
894 * remote-monitor.c (monitor_resume): Pass in pid as argument.
895 * remote-nindy.c (nindy_resume): Pass in pid as argument.
896 * remote-sa.sparc.c (remote_resume): Pass in pid as argument.
897 * remote-sim.c (rem_resume): Pass in pid as argument.
38867a45 898 start-sanitize-v9
25286543 899 * remote-sp64sim.c (simif_resume): Pass in pid as argument.
38867a45 900 end-sanitize-v9
25286543
SG
901 * remote-st.c (st2000_resume): Pass in pid as argument.
902 * remote-udi.c (udi_resume): Pass in pid as argument.
903 * remote-vx.c (vx_resume): Pass in pid as argument.
904 * remote-z8k.c (rem_resume): Pass in pid as argument.
905 * remote.c (remote_resume): Pass in pid as argument.
906 * solib.c (solid_create_inferior_hook): Pass inferior_pid to
907 target_resume().
908 * target.c (normal_pid_to_str): New routine to print out process
909 ID normally.
910 * target.h (struct target_ops): Add pid to prototype at
911 to_resume(). (target_resume): Add pid argument.
912 * (target_pid_to_str): Default definition for normal type pids.
38867a45 913 * thread.h, thread.c: New modules for multi thread/process control.
25286543 914
804d23f3
JG
915Sun Aug 1 13:02:42 1993 John Gilmore (gnu@cygnus.com)
916
917 * README: Say that bug-gdb is also the place to send requests
918 for help with GDB.
919
d1445327
FF
920Sun Aug 1 09:42:13 1993 Fred Fish (fnf@cygnus.com)
921
84b5df32 922 * Makefile.in (make-proto-gdb-1): Use -f opt on rm of Makefile.
d1445327
FF
923 * h8500-tdep.c: Add parens around a few macro args.
924
eec03ebb
JK
925Fri Jul 30 15:43:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
926
77eb2e8f
JK
927 * TODO: Remove items about unix-to-unix/rapp debugging (now we
928 have gdbserver), moving xm files to subdirectory, ptype yylval,
929 and file-local symbols.
930
eec03ebb
JK
931 * gdbtypes.h: Improve comments about C++ methods.
932
bcca9a08
FF
933Fri Jul 30 14:16:32 1993 Fred Fish (fnf@deneb.cygnus.com)
934
935 * c-exp.y: Add missing 5th arg for one call to lookup_symbol, cast
936 NULL in all other calls to correct pointer types.
937
6cfec929
JK
938Fri Jul 30 15:43:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
939
940 From Jeffrey Law:
941 * tm-hppa.h (TARGET_WRITE_PC): Define.
942 * hppa-tdep.c (hppa_fix_call_dummy): If in a syscall,
943 then return the address of the dummy itself rather than
944 the address of $$dyncall.
945 (target_write_pc): New function to store a new PC.
946
f5a197a2
PS
947Fri Jul 30 12:51:27 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
948 and Jim Kingdon (kingdon@cygnus.com)
949
950 * breakpoint.c (breakpoint_re_set_one): Always reparse breakpoint
951 conditions, they might contain symbol table references.
952
953Fri Jul 30 12:51:27 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
954
955 * mipsread.c (parse_symbol): Handle opaque struct definitions and
956 type naming for stTypedef symbols.
957
96c68efa
JK
958Fri Jul 30 14:44:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
959
960 * c-exp.y (yylex): Detect C++ nested types.
961
38cbb25c
DE
962start-sanitize-v9
963Fri Jul 30 11:07:37 1993 Doug Evans (dje@canuck.cygnus.com)
964
965 * sp64-tdep.c (sparc64_frame_chain, sparc64_frame_saved_pc): Deleted.
966 (dump_ccreg, sparc_print_register_hook): New fns.
967 * remote-sim.h: New file.
968 * remote-sp64sim.h (sim_*): External fns. (simif_*): Internal fns.
969
970 * config/sparc/sp64.mt: New file.
971 * config/sparc/tm-sp64.h (FRAME_CHAIN, FRAME_SAVED_PC): Deleted.
972 (PRINT_REGISTER_HOOK): Call new fn sparc_print_register_hook.
973end-sanitize-v9
974
6879f0db
FF
975Fri Jul 30 10:15:01 1993 Fred Fish (fnf@deneb.cygnus.com)
976
977 * Makefile.in (ALLCONFIG): Add config/i386/ptx.mh
978
ca33fca1
JK
979Fri Jul 30 08:58:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
980
d3862cae
JK
981 From J. Law:
982 * infcmd.c (read_pc): Remove PA specific code.
983 * tm-hppa.h (TARGET_READ_PC): Define.
984 * hppa-tdep.c (target_read_pc): New function.
985
ca33fca1
JK
986 * symtab.c (gdb_mangle_name): Deal with it if type lacks a name.
987
598db9ee
FF
988Fri Jul 30 07:36:53 1993 Fred Fish (fnf@deneb.cygnus.com)
989
ebb962cd 990 * NEWS: Add note that DEC alpha support is host only, not native.
598db9ee
FF
991 * README: Emphasize that C++ support works best with GNU C++ and
992 stabs debugging format.
993 * delta68-nat.c: Add missing FSF copyright.
994
f1a67de8
JK
995Fri Jul 30 08:58:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
996
997 * paread.c (pa_symtab_read): Put file-local symbols in minimal symbols.
247145e6
JK
998 * hppa-tdep.c (frame_chain_valid): Check that our function has the
999 same address as _start, not that it must be the same symbol.
f1a67de8 1000
68f49dae
FF
1001Fri Jul 30 00:18:40 1993 Fred Fish (fnf@deneb.cygnus.com)
1002
1003 * Makefile.in (ALLDEPFILES): Add delta68-nat.c
1004 * Makefile.in (delta68-nat.o): Add dependency.
1005
54a11a1d
JK
1006Thu Jul 29 12:09:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1007
5d38a0a8
JK
1008 * value.h (COERCE_ENUM): Use COERCE_REF to coerce refs; value_ind
1009 was adequate in gdb 3.5 but not now.
1010
1011 * valops.c (typecmp): An array in t2 matches a pointer in t1.
1012
1013 * valops.c (typecmp): When comparing type1& to type2, compare
1014 type1 and type2 as leniently as if we were comparing type1 to
1015 type2.
1016
1410f5f1
JK
1017 * cp-valprint.c (cplus_print_value): Don't dump core if the
1018 baseclass doesn't have a name.
1019 * values.c (vb_match): New function, which finds the virtual
1020 base class pointer even if the types are nameless.
1021 (baseclass_{addr,offset}): Use it.
1022
63757ecd
JK
1023 * hppa-tdep.c: Make "maintenance print unwind" command from old
1024 "unwind" command.
1025
54a11a1d
JK
1026 * remote-udi.c: Remove udi_timer, call to siginterrupt, and associated
1027 obsolete junk which apparently had been copied from the
1028 pre-serial.h remote.c, but which is no longer used.
1029
9b311b22
FF
1030Thu Jul 29 12:36:20 1993 Fred Fish (fnf@deneb.cygnus.com)
1031
1032 * Makefile.in (NONSRC): Need 29k-share/README, not
1033 29k-share/udi/README.
1034
6e35b037
JK
1035Thu Jul 29 12:09:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1036
93af329a
JK
1037 * paread.c (pa_symfile_init): If error reading string table, don't
1038 use errno in cases where it hasn't been set.
1039
d4c22c52
JK
1040 * ser-unix.c (gdb_setpgid): Pass our pid, not 0, to setpgid.
1041
60a60032
JK
1042 * remote-monitor.c (_initialize_monitor): Comment out use of
1043 connect_command, since connect_command itself is commented out.
1044
1045 * remote-monitor.c (generic_open): Parse arguments the same way
1046 as remote.c.
1047
6e35b037
JK
1048 * hppa-tdep.c (pc_in_linker_stub): Fix unclosed comments.
1049
c4ed7353
JK
1050Wed Jul 28 13:19:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1051
6e35b037
JK
1052 * config/mips/xm-mips.h: Define HAVE_TERMIOS.
1053
c4ed7353
JK
1054 * dbxread.c (record_minimal_symbol): Don't put gcc_compiled or
1055 __gnu_compiled* symbols into the minimal symbols.
1056
0907dc09
ILT
1057Wed Jul 28 08:26:58 1993 Ian Lance Taylor (ian@cygnus.com)
1058
1059 * remote-mips.c (_initialize_remote_mips): Added "timeout" and
1060 "retransmit-timeout" variables to set mips_receive_wait and
1061 mips_retransmit_wait, respectively.
1062
ffff16b3
PS
1063Wed Jul 28 03:58:58 1993 (pes@regent.e-technik.tu-muenchen.de)
1064
1065 * symmisc.c (dump_msymbols): Handle new mst_file_* types.
1066
7706616f
JK
1067Tue Jul 27 12:07:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1068
157ea89d
JK
1069 * remote-udi.c: Remove old comment about download not implemented.
1070
704deef2
JK
1071 * serial.h, ser-{unix,go32,tcp}.c: Add flush_input and send_break.
1072 * nindy-share/*, remote-nindy.c: Extensive hacking to make it
1073 conform to GDB conventions like using memcpy not bcopy, serial.h,
1074 etc. This is to make it host on Solaris, AIX, etc.
1075 * Makefile.in: Reflect removed nindy-share files.
8805c1ee 1076 * config/i960/nindy960.mt (TDEPFILES): Remove ttybreak.o.
157ea89d 1077
efdd6b64
JK
1078 * stack.c (print_frame_info): Revise comment about `pathological'
1079 case (there was a wrong FIXME about text labels; also asm() can
1080 trigger this as well as versions of ar which truncate .o names).
1081
56ad756a
JK
1082 * buildsym.c (start_subfile): If a .c file includes a .C file, set
1083 the language of both of them to C++.
1084
7706616f
JK
1085 * config/sparc/xm-sun4os4.h: Define MEM_FNS_DECLARED and include
1086 <memory.h>.
1087 Include <malloc.h> rather than declaring malloc functions ourself.
1088
1089 * ser-unix.c (set_tty_state): Don't ignore errors setting process
1090 group.
1091 * inflow.c (terminal_inferior): If attach_flag set, ignore errors
1092 from set_tty_state.
1093
1094 * fork-child.c (fork_inferior): Only quote exec file if needed.
1095
1096 * mipsread.c (parse_symbol): Remove 21 Jul 93 change with
1097 stTypedef inside an stBlock.
1098
0eb22669
PS
1099Tue Jul 27 12:36:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1100
1101 * breakpoint.c (breakpoint_1): Walk the breakpoint chain to decide if
1102 we have breakpoints or watchpoints as we might have to ignore internal
1103 breakpoints.
1104
1105 Fix gdb core dumps after `file newfile' commands.
1106 * symtab.h, symfile.c (clear_symtab_users): New routine which
1107 unconditionally clears symtab users. clear_symtab_users_once
1108 commented out as it was a noop anyway.
1109 * objfiles.c (free_objfile): Don't call clear_symtab_users_once.
1110 * objfiles.c (free_all_objfiles), symfile.c (new_symfile_objfile),
1111 xcoffexec.c (exec_close): Call clear_symtab_users if necessary.
1112 * symfile.c (syms_from_objfile): Install cleanups for errors during
1113 symbol reading.
1114 * coffread.c, dbxread.c, mipsread.c, xcoffread.c (*_symfile_read):
1115 Lint cleanup code, call do_cleanups explicitly.
1116 * symfile.c (symbol_file_add): Call new_symfile_objfile and
1117 reinit_frame_cache _after_ the new symbols are read in.
1118
b31ca3de
PS
1119Tue Jul 27 01:57:01 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1120
1121 * mipsread.c (parse_type): Do not set tag name for compiler
1122 generated fake tag names.
1123
333355f3
RP
1124Mon Jul 26 17:31:49 1993 K. Richard Pixley (rich@rtl.cygnus.com)
1125
1126 * config/m88k/m88k.mt (TDEPFILES): add exec.o.
1127
91ab5674
JK
1128Mon Jul 26 13:17:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1129
b8ec9a79
JK
1130 * hppa-tdep.c: Remove all uses of use_unwind and `set use_unwind'
1131 command. Now we use unwind info by default if we can find it.
1132
1133 * config/sparc: Move VARIABLES_INSIDE_BLOCK and SUN_FIXED_LBRAC_BUG
1134 to tm-sparc.h so they are shared between Solaris and SunOS4.
1135 * dbxread.c (process_one_symbol): Deal with SunOS4 acc N_STSYM and
1136 N_GSYM functions.
1137
41c86b69
JK
1138 * config/pa/tm-hppa.h (REGISTER_NAMES): Use "fr" rather than "fp"
1139 for floating point registers.
1140
1c8961dd
JK
1141 * mipsread.c (parse_symbol): Put stStaticProc symbols in minimal
1142 symbols as mst_file_text.
1143
08ecd8f3
JK
1144 * hppa-tdep.c (pc_in_linker_stub): Return 0 if can't read memory.
1145
230a3ab0
JK
1146 * stabsread.c (rs6000_builtin_type): Make logical types be
1147 TYPE_CODE_BOOL.
91ab5674 1148
d889f6b7
JK
1149Sun Jul 25 23:41:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1150
1151 * breakpoint.{c,h} (struct breakpoint): Replace symtab field with
1152 source_file field.
1153
9aa3aa8c
JK
1154Fri Jul 23 09:57:25 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
1155
d889f6b7
JK
1156 * remote.c: Don't error() on errors xferring memory.
1157 * target.h: Clean up comments about *xfer_memory.
1158
f47e56c9
JK
1159 * exec.c, corelow.c (target_ops struct): Don't allow
1160 {insert,remove}_breakpoints to be defaulted to
1161 memory_{insert_remove}_breakpoint.
1162
9aa3aa8c
JK
1163 * demangle.c: Make it so `help set dem' tells you how to get the
1164 list of demangling styles.
1165
f261333b
JK
1166Thu Jul 22 15:41:09 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
1167
1168 * Makefile.in: Use REMOTE_O macro not remote.o.
1169 * config/i960/{nindy960,vxworks960}: Don't use remote.o.
1170
073c6b2b
ILT
1171Thu Jul 22 12:43:25 1993 Ian Lance Taylor (ian@cygnus.com)
1172
1173 * coredep.c: If NEED_SYS_CORE_H defined, include <sys/core.h>
1174 (can't include it in nm-*.h file because it causes conflicts with
1175 a.out symbol definitions).
1176 * hp300ux-nat.c (fetch_core_registers): Commented out; obsolete.
1177 * config/m68k/hp300hpux.mh (NATDEPFILES): Added coredep.o and
1178 corelow.o.
1179 * config/m68k/nm-hp300hpux.h (NEED_SYS_CORE_H): Defined.
1180 (REGISTER_U_ADDR): Defined.
1181 * config/m68k/xm-hp300hpux.h (HAVE_TERMIOS): Define instead of
1182 HAVE_TERMIO.
1183 * config/pa/xm-hppah.h: Likewise.
1184
22b4b223
JK
1185Wed Jul 21 11:37:30 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
1186
70c7ec2e
JK
1187 * mipsread.c (parse_symbol): when stTypedef and friends occur within
1188 an stBlock, skip over the fields of the inner one.
1189
1190 * mips-tdep.c (init_extra_frame_info): If in lenient prologue, call
1191 heuristic_proc_desc rather than just assuming registers not saved.
1192
51b4195f
JK
1193 * Makefile.in (regex.o): Add dependency.
1194
72943ad0
JK
1195 * hppa{b,h}-nat.c: Warning, not error, if can't access registers.
1196
22b4b223
JK
1197 * config/pa/hppa{b,h}.h: Define ATTACH_DETACH.
1198
66fe7416
PS
1199Wed Jul 21 03:07:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1200
1201 * config/mips/xm-makeva.h: New file implements va_list alignment
1202 restrictions for mips hosts.
1203 * config/mips/{xm-irix3.h, xm-mips.h, xm-news-mips.h, xm-riscos.h}:
1204 Use it.
1205
579f0258
PS
1206Wed Jul 21 00:11:05 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1207
66fe7416
PS
1208 * mips-tdep.c (init_extra_frame_info): Do not check for
1209 mips_in_lenient_prologue if it is a dummy frame.
579f0258
PS
1210 * mipsread.c (fixup_sigtramp): Initialize pdr.adr, it is used by
1211 mips_in_lenient_prologue.
1212
f29b5686
JK
1213Tue Jul 20 12:53:47 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
1214
23d35572
JK
1215 * mips-tdep.c (heuristic_proc_start): First time we print the
1216 warning, elaborate.
1217 (_initialize_mips_tdep): Improve docstring for `set heur'.
1218
726d33a4
JK
1219 * config/rs6000/tm-rs6000.h: Remove call to insert_step_breakpoint.
1220
f29b5686
JK
1221 * symtab.c (find_line_symtab): New function, to deal with multiple
1222 symtabs with the same name.
1223 (find_line_pc{,_range}): Use it.
1224 (find_pc_symtab): Add comment about overlapping symtabs.
1225
db85f523
FF
1226Mon Jul 19 21:29:14 1993 Fred Fish (fnf@deneb.cygnus.com)
1227
1228 * Makefile.in (SFILES): Add nlmread.c.
1229 * Makefile.in (OBS): Add nlmread.o.
1230 * Makefile.in (nlmread.o): Add new target.
1231 * configure.in (i[34]86-*-netware): New configuration.
1232 * nlmread.c, config/i386/{i386nw.mt, tm-i386nw.h}: New files
1233 for NLM/NetWare support.
1234
dc34b11d
JK
1235Mon Jul 19 11:48:57 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
1236
164207ca
JK
1237 * symtab.h (enum minimal_symbol_type): Add mst_file_*.
1238 * partial-stab.h [DBXREAD_ONLY]: Record statics in miminal symbols.
1239 * dbxread.c (record_minimal_symbol): Deal with statics.
1240 * minsyms.c (lookup_minimal_symbol): Prefer externals to statics.
1241
3d7d2980
JK
1242 * config/i386/xm-i386sco.h: Define HAVE_TERMIOS.
1243
1cd080b5
JK
1244 * printcmd.c, config/pa/xm-pa.h, config/alpha/xm-alpha.h: Make it so
1245 arg_bytes field of makeva_list is always aligned.
1246 * config/pa/xm-pa.h: Make arglist_address a char *.
1247
dc34b11d
JK
1248 * ser-unix.c: Don't try to use job control with termio.
1249
6f87ec4a
PS
1250Sun Jul 18 23:11:28 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1251 and Jim Kingdon (kingdon@cygnus.com)
1252
1253 Make breakpoint_re_set_one work with overloaded member functions,
1254 `b 123' and `b foo' if foo is a static function.
1255 * symtab.c (decode_line_1, decode_line_2): New argument `canonical'
1256 to return canonical line specs if requested by the caller.
1257 * breakpoint.c, source.c, symtab.c, symtab.h: Change prototypes and
1258 callers accordingly.
1259 * symtab.c (build_canonical_line_spec): New helper function which
1260 constructs the canonical line spec.
1261 * breakpoint.c (break_command_1): Use canonical line spec instead
1262 of command string as addr_string if necessary.
1263 * source.c (line_info): Fix storage leak.
1264
fc39be58
JK
1265Sun Jul 18 15:22:45 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
1266
56eec3c7
JK
1267 * infptrace.c: Split out define of PT_KILL; Sequent defines PT_KILL
1268 but not the others.
1269 * symm-tdep.c: Remove exec_file_command.
1270 [_SEQUENT_] (ptx_coff_regno_to_gdb, register_addr): New functions.
1271 A few miscellaneous cleanups.
1272 * symm-nat.c: Renamed from symm-xdep.c.
29b8ed0a 1273 * All symmetry dependent files: Many changes.
56eec3c7 1274
ee5fb959
JK
1275 * mips-tdep.c (mips_skip_prologue): New argument lenient.
1276 Use read_memory_nobpt.
1277 (is_delayed, mips_in_lenient_prologue): New functions.
1278 (init_extra_frame_info): If in the prologue, don't use saved registers.
1279 * config/mips/tm-mips.h: Declare mips_skip_prologue.
1280
fc39be58
JK
1281 * partial-stab.h (N_SO): Add the text offset to valu before, not after,
1282 passing it to END_PSYMTAB.
1283
ac82e9a5
JK
1284Fri Jul 16 18:48:52 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
1285
1286 * symtab.c (find_pc_symtab): Call warning, not printf directly.
1287
1288 * solib.c (solib_add): Use x{re,m}alloc, not {re,m}alloc.
1289
2e9e6869
ILT
1290Fri Jul 16 09:56:42 1993 Ian Lance Taylor (ian@cygnus.com)
1291
1292 * mipsread.c: No longer need to undefine ZMAGIC.
1293
f75906eb
ILT
1294Thu Jul 15 18:03:37 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1295
1296 * m88k-pinsn.c: Moved code into opcodes/m88k-dis.c.
1297 (print_insn): Now just calls print_insn_m88k.
1298
ccdc578f
DE
1299Thu Jul 15 14:54:05 1993 Doug Evans (dje@canuck.cygnus.com)
1300
1301 * h8300-tdep.c (examine_prologue): Make prototype match definition.
1302
f09aae84
JK
1303Thu Jul 15 08:34:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1304
5b336d29
JK
1305 * NEWS: Mention that remote.c now has a `load' operation.
1306
5ac7f56e
JK
1307 * hppa-tdep.c (pc_in_linker_stub): New function.
1308 (find_proc_framesize): Return 0 for linker stubs.
1309 (rp_saved): Tell the caller where rp is saved.
1310 (frame_chain_valid): Return 1 for linker stubs.
1311 (frame_saved_pc): Use return value from rp_saved.
1312
f09aae84
JK
1313 * stack.c (print_frame_info): When checking PC_IN_CALL_DUMMY,
1314 pass the sp relative to the frame in question, not the sp in the
1315 innermost frame.
1316
1ab786f4
JK
1317Wed Jul 14 17:37:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1318
b5d4d6d7
JK
1319 * mipsread.c (parse_procedure): Take as argument the symtab to look
1320 the name up in. Look it up with mylookup_symbol, not lookup_symbol.
1321 (psymtab_to_symtab_1): For stabs, pass the symtab to parse_procedure.
9adb88b7
JK
1322
1323 * mipsread.c (mylookup_symbol): Use strcmp, not STREQ, as we have
1324 already checked the first characters.
1325
1ab786f4
JK
1326 Changes from Jeffrey Law:
1327 * printcmd.c (makeva_list): Use MAKEVA_EXTRA_INFO to define
1328 machine dependent fields in the makeva_list structure.
1329 (makeva_size): Allocate extra space to handle gaps made by
1330 alignment restrictions.
19318471 1331 * config/pa/xm-pa.h (MAKEVA_EXTRA_INFO): Define.
1ab786f4
JK
1332 (MAKEVA_START): Initialize arglist_address field.
1333 (MAKEVA_ARG): Always store arguments on natural alignment
1334 boundaries. Set arglist_address to the address right after
1335 the args.
1336 (MAKEVA_END): Simply return the value stored in arglist_address.
1337
968dca8d
JK
1338Wed Jul 14 13:51:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1339
bf5b632d
JK
1340 * ch-valprint.c (chill_val_print, case TYPE_CODE_STRING): Print
1341 address, not addr.
1342
1343 * hppah-nat.c (store_inferior_registers): Don't print i in cases
1344 where we aren't using it.
1345
968dca8d
JK
1346 * a29k-tdep.c (get_saved_register): Fix typo.
1347
bd96254f
DE
1348Wed Jul 14 09:45:52 1993 Doug Evans (dje@canuck.cygnus.com)
1349
1350 * configure.in: Recognize h8300h (variant of h8300).
1351
1352start-sanitize-v9
1353Wed Jul 14 09:45:52 1993 Doug Evans (dje@canuck.cygnus.com)
1354
1355 * configure.in: Recognize sparc64-*-*.
1356end-sanitize-v9
1357
5af4f5f6
JK
1358Tue Jul 13 14:03:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1359
1360 * stabsread.c (define_symbol): Make the caddr_t hack apply to `function
1361 returning foo' as well as `pointer to foo'.
1362
1363 * remote.c [REMOTE_BREAKPOINT]: Use for breakpoint insn if defined.
1364 * config/m68k/tm-m68k.h: Define it.
1365 * mem-break.c, breakpoint.c: Improve comments.
1366
1367Tue Jul 13 13:35:31 1993 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
1368
1369 * config/m68k/tm-dpx2.h: Replace "tm-68k.h" with "m68k/tm-m68k.h".
1370 * config/m68k/xm-dpx2.h: Define HAVE_TERMIOS not HAVE_TERMIO.
1371
524895ab
DE
1372Tue Jul 13 11:50:38 1993 Doug Evans (dje@canuck.cygnus.com)
1373
1374 * gdbcore.h (read_memory_integer, read_memory_unsigned_integer):
1375 Make prototype match definition.
1376
98d82489
FF
1377Tue Jul 13 11:15:15 1993 Fred Fish (fnf@cygnus.com)
1378
8bdc1fd0
FF
1379 * elfread.c: Remove notice about file still being under
1380 construction.
98d82489
FF
1381 * Makefile.in (ultra3-xdep.o, umax-xdep.o): Add missing ')'.
1382
85494909
JK
1383Mon Jul 12 17:46:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1384
1385 * a29k-tdep.c (read_register_stack): Make val static.
1386
e1f63216
DE
1387Mon Jul 12 14:10:48 1993 Doug Evans (dje@canuck.cygnus.com)
1388
1389 * config/h8300/tm-h8300.h (REGISTER_CONVERTIBLE): Change value to 0.
1390 (REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW): Move def'n to
1391 usual spot.
1392
eabbe766
JK
1393Mon Jul 12 11:29:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1394
1326dace
JK
1395 * c-valprint.c (c_val_print): Fix thinko with unspecified length
1396 arrays.
1397
eabbe766
JK
1398 * hppa-tdep.c (find_proc_framesize): If there is a frame pointer,
1399 use it.
1400
f6365bd6
JK
1401Sun Jul 11 19:35:05 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1402
f1ed4330
JK
1403 * symtab.c (decode_line_1): Use end of block to figure out whether
1404 val.end is in the same function, not minimal symbols.
1405
1406 * source.c (line_info): Add a few more wrap_here's.
1407
1408 * i386-tdep.c (i386_follow_jump): Do byteswapping where needed and
1409 don't make assumptions about sizes of host data types.
1410
1411 * blockframe.c, symtab.h (find_pc_partial_function): New arg endaddr.
1412 * infrun.c, breakpoint.c, printcmd.c: Change callers.
1413 * printcmd.c (containing_function_bounds): Remove.
1414 * printcmd.c (disassemble_command): Use find_pc_partial_function,
1415 not containing_function_bounds.
1416 * infcmd.c (step_1): Use find_pc_partial_function rather than
1417 trying to roll our own. Move check for a pc between SIGTRAMP_START and
1418 SIGTRAMP_END in find_pc_partial_function, not step_1.
1419
f6365bd6
JK
1420 * sparc-tdep.c (sparc_frame_chain, frame_saved_pc):
1421 Keep unswapped value in array of char, not REGISTER_TYPE.
1422 Use REGISTER_RAW_SIZE not sizeof (REGISTER_TYPE).
1423 (sparc_extract_struct_value_address): Use TARGET_PTR_BIT not
1424 sizeof (CORE_ADDR).
1425
0a8f1742
JK
1426Thu Jul 1 15:50:05 1993 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
1427
1428 * configure.in (m68*-bull-sysv*): added support for Bull dpx2.
1429 * config/m68k/{t,x,n}m-dpx2.h, dpx2-nat.c: New files.
1430 * config/m68k/dpx2.m{h,t}: New files.
1431
53adb297
DE
1432Sun Jul 11 12:32:08 1993 Doug Evans (dje@canuck.cygnus.com)
1433
1434 * config/sparc/tm-sparc.h (PRINT_REGISTER_HOOK): Fix typo, add
1435 more parens around macro arg.
1436
fee44494
JK
1437Sat Jul 10 09:54:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1438
fe675038
JK
1439 * infrun.c: Remove step_resume_{duplicate,shadow}. Replace
1440 step_resume_break_address with step_resume_breakpoint (now local
1441 to wait_for_inferior).
1442 ({insert,remove}_step_breakpoint): Remove.
1443 (wait_for_inferior): Set step resume break with
1444 set_momentary_breakpoint. Test hitting it with bpstat_stop_status
1445 and bpstat_what (stop_step_resume_break removed).
1446 * breakpoint.{h,c}, infrun.c: Return value from bpstat_what now struct
1447 which includes previous return value as main_action, and a step_resume
1448 bit.
1449 * breakpoint.c (delete_breakpoint): If breakpoint was inserted, and
1450 there is another breakpoint there, insert it.
1451 * infrun.c (wait_for_inferior): Rearrange the spaghetti a bit. Use
1452 a few more gotos.
1453 Various: Clean up and add comments.
1454
fee44494
JK
1455 * infrun.c [TDESC]: Remove remaining tdesc code (see ChangeLog
1456 for Wed Nov 13 16:45:13 1991).
1457
4d50f90a
JK
1458Fri Jul 9 12:36:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1459
58e49e21
JK
1460 * values.c, value.h (modify_field), callers: Make fieldval a LONGEST.
1461
1462 * h8300-tdep.c (NEXT_PROLOGUE_INSN): Make pword1 an INSN_WORD *
1463 not short *.
1464
34df79fc
JK
1465 * findvar.c, defs.h
1466 ({extract,store}_{signed_integer,unsigned_integer,address}):
1467 New routines to replace SWAP_TARGET_AND_HOST.
1468 All over: All uses of SWAP_TARGET_AND_HOST on integers replaced.
1469
271d7387
JK
1470 * config/sparc/tm-sparc.h: Add comment suggesting that removing
1471 ins and locals from the registers array might clean things up.
1472
19bdd57f
JK
1473 * utils.c: Clean up comments about wrap buffer and wrap_here.
1474 * printcmd.c (printf_command): Call wrap_here before vprintf.
1475
28d14fd8
JK
1476 * mipsread.c (cross_ref): Set the name to unknown for "struct *" case.
1477 Patch from ptf@delcam.co.uk (Paul Flinders).
1478
4d50f90a
JK
1479 * a29k-tdep.c, findvar.c (get_saved_register): Fix byteswapping sins.
1480
2fcdae93
PS
1481Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1482
1483 * defs.h, remote-eb.c (TM_FILE_OVERRIDE): Remove it.
1484 * mips-tdep.c (init_extra_frame_info): Set proper fci->frame if pc
1485 is at the start of the dummy code.
1486
47976ba7
JK
1487Thu Jul 8 14:48:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1488
dd99f8e4
JK
1489 * sparc-tdep.c (sparc_push_dummy_frame): Skip all the do_save_insn
1490 stuff, just write the sp and fp.
1491 (sparc_pop_frame): Skip the do_restore_insn; we already restore
1492 the sp with the other out registers.
1493
558f4183
JK
1494 * hppa-tdep.c (hppa_push_arguments): Allocate enough space for
1495 arguments.
1496
47976ba7
JK
1497 * hppa-tdep.c: Change _initialize_hppab_tdep to _initialize_hppa_tdep.
1498
9fc8002c
DE
1499start-sanitize-v9
1500Thu Jul 8 14:47:00 1993 Doug Evans (dje@canuck.cygnus.com)
1501
1502 * sparc-tdep.c (sparc_frame_chain): Handle sizeof (CORE_ADDR)
1503 != sizeof (REGISTER_TYPE).
1504 (frame_saved_pc): Ditto.
1505end-sanitize-v9
1506
be474657
DE
1507Thu Jul 8 08:22:05 1993 Doug Evans (dje@canuck.cygnus.com)
1508
6de931d2 1509 * config/h8300/tm-h8300.h: (REGISTER_TYPES): Adjust for h8/300h.
bc4937f3
DE
1510 (REGISTER_RAW_SIZE): Ditto.
1511 (REGISTER_VIRTUAL_TYPE): Use builtin_type_unsigned_long for regs
1512 on the h8/300h (ints may still be 16 bits).
1513 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
1514 EXTRACT_STRUCT_VALUE_ADDRESS): Add FIXME's for h8/300h. Some
1515 thought needed here.
1516
d0414a11
DE
1517 * h8300-tdep.c (print_insn): Call print_insn_h8300h if h8/300h.
1518 (examine_prologue): reg_save_depth is 4 if h8/300h.
1519
be474657
DE
1520 * findvar.c (read_register): Provide some support for 64 bit regs.
1521 (write_register): Ditto.
1522
23a8e291
JK
1523Wed Jul 7 14:30:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1524
3206db62
JK
1525 * config/mips/nm-riscos.h: machine/machparam.h is always the right
1526 place to look for BSD43_NBPG, not machine/vmparam.h
1527
54023465
JK
1528 * infcmd.c (run_stack_dummy): New argument name.
1529 Change error message in (another) attempt to make it comprehensible.
1530 * valops.c (call_function_by_hand): Pass name to run_stack_dummy.
1531 * symtab.h: Declare demangle and asm_demangle since macros use them.
1532
e860d210
JK
1533 * eval.c (evaluate_subexp): Add comment about calling a member
1534 function of a variable in a register.
1535
d3dd6800
JK
1536 * expression.h: Clean up comment about string in STRUCT_STRUCT etc.
1537
23a8e291
JK
1538 * config/{rs6000/tm-rs6000.h,sparc/tm-sparc.h,pyr/tm-pyr.h},
1539 inferior.h (PC_IN_CALL_DUMMY) [ON_STACK]: Add comments about stack
1540 frame tops and bottoms.
1541
1542 * frame.h, blockframe.c, stack.c, a29k-tdep.c,
1543 config/gould/tmp-{pn,np1}.h,
1544 config/{sparc/tm-sparc.h,pyr/tm-pyr.h,vax/tm-vax.h}: Remove field
1545 next_frame from struct frame_info. It has no purpose beyond
1546 ->next->frame and is an artifact from GDB 2.8.
1547
de6a2704
JK
1548Tue Jul 6 11:51:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1549
c2153bf2
JK
1550 * Makefile.in: Remove gdb before creating a new one.
1551 Update init.c atomically.
1552
de6a2704
JK
1553 * Makefile.in (ALLPARAM): Add config/{alpha/xm-alpha.h,pa/xm-pa.h}.
1554 (ALLCONFIG): Add config/alpha/alpha-osf1.mh.
1555
1556 * infcmd.c (_initialize_infcmd): In docstring for "continue",
1557 describe argument as setting ignore count.
1558
b1d0b161
DE
1559Sun Jul 4 15:04:47 1993 Doug Evans (dje@cygnus.com)
1560
1561 * h8300-tdep.c (examine_prologue): Fix call to
1562 read_memory_unsigned_integer.
1563
fdf138bb
JK
1564Fri Jul 2 18:22:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1565
0c5af733
JK
1566 * config/mips/{x,n}m-irix{3,4}.h: Make some definitions here
1567 rather than including xm-bigmips.h.
1568
1500864f
JK
1569 * eval.c (evaluate_subexp): Improve error messages for OP_TYPE and
1570 default cases.
1571
fdf138bb
JK
1572 * Makefile.in (distclean): Remove y.tab.h.
1573
fdf138bb
JK
1574Fri Jul 2 14:55:48 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1575
1576 * exec.c (exec_file_command): Remove Mar 28 hack as BFD handles
1577 file updates properly now.
1578 * mipsread.c (mips_coff_new_init): Force reevaluation of sigtramp
1579 addresses if switching to a new symbol file.
1580 * dbxread.c (process_one_symbol): Avoid dereferencing NULL
1581 symbols that might be returned from define_symbol.
1582
85e07872
SC
1583Fri Jul 2 13:33:12 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
1584
1585 New target macros for getting at the pc, sp and fp.
1586 * infcmd.c (read_pc, write_pc): Modify to use new macros.
1587 (read_sp, write_sp, read_fp, write_fp): New functions.
1500864f
JK
1588 * blockframe.c (reinit_frame_cache, get_prev_frame_info):
1589 Use new functions.
85e07872
SC
1590 * breakpoint.c (bpstat_alloc): ditto.
1591 * infrun.c (wait_for_inferior): ditto.
1592 * stack.c (print_frame_info): ditto.
1593 * valops (call_function_by_hand): ditto.
1594 * corelow.c (core_open): ditto.
1595 * h8500-tdep.c: (target_read_sp, target_write_sp, target_read_pc,
1596 target_write_pc, target_read_fp, target_write_fp): New functions.
1597 * inferior.h (read_sp, write_sp, read_fp, write_fp): Prototypes.
1598
1599 * config/alpha/xm-alpha.h: Add MAKEVA_END.
1600 * config/h8500/tm-h8500.h: Define new macros.
1601
d8a80e6d
ILT
1602Fri Jul 2 13:51:04 1993 Ian Lance Taylor (ian@cygnus.com)
1603
1604 * configure.in (mipos-*-riscos*): New host and target; use riscos.
1605 * config/mips/nm-riscos.h: If BSD43_NBPG is not defined by
1606 vmparam.h, include machparam.h.
1607 (KERNEL_U_ADDR): Define to be BSD43_UADDR.
1608
75fa3e0f
JK
1609Fri Jul 2 13:39:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1610
c0bca41c
JK
1611 * c-exp.y (yylex): Give error if unmatched single quote.
1612
1613 * configure.in, config/m68k/*delta68*, delta68-nat.c: New port.
1614
75fa3e0f
JK
1615 * Remove unused STACK_END_ADDR in the following files (in other
1616 files it is used for something): tm-mips.h, tm-sun2.h, tm-news.h,
1617 tm-a29k, tm-i386v.h, tm-hppa.h, tm-nindy960.h, tm-amix.h,
1618 tm-hp300hpux.h, tm-isi.h.
1619
a77a5278
JK
1620Thu Jul 1 09:51:27 1993 Jim Kingdon (kingdon@cygnus.com)
1621
75fa3e0f
JK
1622 * config/mips/nm-riscos.h: Define NBPG and UPAGES.
1623 config/mips/xm-riscos.h: Include <sys/types.h>.
1624
1625 * ser-unix.c (hardwire_noflush_set_tty_state): Use an assignment,
1626 not an initializer, to copy the structure.
1627
1628 * gdbtypes.h (struct type): Add field tag_name.
1629 * gdbtypes.c (type_name_no_tag), c-typeprint.c (c_type_print_base):
1630 Use it.
1631 * {coff,dwarf,mips,stabs}read.c: Set it.
1632
1f72a94a
JK
1633 * xm-sysv4.h: Undefine HAVE_TERMIO.
1634
0abbc771
JK
1635 * config/mips/nm-riscos.h: Remove unmatched #endif.
1636 Define FETCH_INFERIOR_REGISTERS.
1637 * config/mips/riscos.mh: Don't include coredep.o; mips-nat.o is enough.
1638 Fix misspelling of NAT_FILE.
3762d624
JK
1639 * mips-nat.c (fetch_core_registers): If KERNEL_U_ADDR is not defined,
1640 we can still process "modern" core files.
0abbc771 1641
a77a5278
JK
1642 * ser-unix.c (hardwire_print_tty_state) [HAVE_TERMIOS]: Don't
1643 print c_line.
1644 (_initialize_ser_hardwire): Just check whether _POSIX_JOB_CONTROL
1645 is defined; don't care what it is defined to.
1646
95f2d253
JK
1647Wed Jun 30 20:06:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1648
1649 * config/vax/xm-vaxult2.h: Define FD_SET and FD_ZERO.
1650
c2e247c4
JK
1651Tue Jun 29 11:02:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1652
1653 * inftarg.c: Remove unused include of terminal.h.
1654 * signals.h: Don't undefine signals anymore.
1655 * main.c: Use job_control from serial.h.
1656 * fork-child.c (fork_inferior): Use gdb_setpgid.
1657 * serial.h, ser-unix.c, ser-go32.c: Provide gdb_setpgid.
1658 * utils.c (quit): Use current_target->to_terminal_ours to figure
1659 out whether we care about lack of job control, rather than __GO32__.
1660 * utils.c: Include serial.h not terminal.h
1661 (quit): Use job_control not TIOCGPGRP.
1662 * terminal.h: Don't undefine TIOCGPGRP.
1663 * serial.h, ser-unix.c, ser-go32.c, ser-tcp.c: Add SERIAL_FLUSH_OUTPUT.
1664 * utils.c (quit): Use it.
1665 * serial.h: Add SERIAL_UN_FDOPEN.
1666 * utils.c (quit): Use it.
1667 * ser-unix.c: Add process group to ttystate.
1668 [HAVE_SGTTY]: Add tchars, ltchars, and lmode to ttystate.
1669 * inflow.c: Include serial.h not terminal.h.
1670 Use serial.h stuff to replace most of the maze of #ifdef's.
1671 * inflow.c, main.c, inferior.h: make gdb_has_a_terminal a function.
1672 * serial.h: Document SERIAL_SET_TTY_STATE as being immediate.
1673 * ser-unix.c: Use TIOCSETN not TIOCSETP so it is true.
1674 * serial.h, ser-unix.c, ser-go32.c, ser-tcp.c:
1675 Add SERIAL_PRINT_TTY_STATE, SERIAL_NOFLUSH_SET_TTY_STATE, and
1676 SERIAL_SET_PROCESS_GROUP.
1677 * inflow.c: Use them.
1678 * config/xm-svr4.h, config/rs6000/xm-rs6000.h, config/sparc/sun4os4.h:
1679 Define HAVE_TERMIOS.
1680 * Various: Remove all use of TIOC*_BROKEN.
1681
eed6de01
PS
1682Wed Jun 30 12:20:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1683
1684 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define.
1685
1686Tue Jun 29 13:44:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1687
1688 * target.h (target_detach): Turn macro into function.
1689 * target.c (target_detach): Define it, do deferred register stores
1690 before calling the real target function.
1691
76a1bd4c
PS
1692Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1693 and Jim Kingdon (kingdon@cygnus.com)
1694
1695 * symtab.h (BLOCK_SHOULD_SORT): Do not sort blocks corresponding to
1696 a function to avoid printing of function arguments in wrong order
1697 due to sorting.
1698 * symfile.c (compare_symbols): Remove code for sorting arguments
1699 as blocks containing arguments are no longer sorted.
1700 * symtab.c (lookup_block_symbol): Update comment accordingly.
1701
a8c25621
JK
1702Tue Jun 29 11:02:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1703
64b09778
JK
1704 * config/pa/tm-hppa.h: Remove unused ARGS_GROW_DOC.
1705 (REG_STRUCT_HAS_ADDR): Add comment.
1706
a8c25621
JK
1707 * infrun.c (wait_for_inferior): Use find_pc_line not find_pc_symtab
1708 to check whether there is line number information.
1709
77641260
DZ
1710Tue Jun 29 08:29:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1711
fe76016a
DZ
1712 * remote-udi.c: Fix docstring so that it compiles.
1713
a8c25621
JK
1714 * remote-mips.c, remote-nindy.c: move bfd.h before symfile.h
1715 (for file_ptr).
77641260 1716
d63aae7f
JK
1717Tue Jun 29 09:11:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1718
fd09c963
JK
1719 * dbxread.c (process_one_symbol): If we find a LOC_BLOCK where we
1720 don't expect it, change it to LOC_STATIC so at least we don't coredump.
1721
1722 * c-typeprint.c (c_type_print_base): Don't error() on invalid type.
1723
a8c25621 1724 * symtab.h: Add comments about line numbers.
d63aae7f
JK
1725 * source.c (identify_source_line): Fix off by one bug with line.
1726
6b9561a4
JK
1727Mon Jun 28 10:09:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1728
c702007b
JK
1729 * printcmd.c (makeva*): New interface, for making a va_list.
1730 (printf_command): Use it.
1731 * config/m88k/xm-delta88.h: Remove VPRINTF define, not needed.
1732 * config/pa/xm-pa.h: New file.
1733 * config/pa/xm-hppa{b,h}.h: Include it.
1734
6b9561a4
JK
1735 * xcoffread.c: Remove obsolete NO_TYPEDEFS comment.
1736
be2860fb
PS
1737Sun Jun 27 08:54:55 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1738
1739 * valprint.c (val_print_type_code_int): Fix off by one error with
1740 eliminating leading zeroes for large little endian integers.
1741
ee0d1b65
JK
1742Sun Jun 27 08:58:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1743
42280556
JK
1744 * config/mips/riscos.mh (CC): Use -systype sysv.
1745
68d2db62
JK
1746 * ser-unix.c: Move #include of <sys/time.h> to HAVE_SGTTY section.
1747
ee0d1b65
JK
1748 * Makefile.in (ALLPARAM): Add config/mips/{x,n}-{news-mips,riscos}.h.
1749
751b4006
JK
1750Fri Jun 25 11:22:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1751
1752 * config/m68k/tm-m68k.h: Remove obsolete comment about duplicating
1753 CALL_DUMMY between different 68k machines.
1754
ea7f0a9f
SG
1755Fri Jun 25 17:02:45 1993 Stu Grossman (grossman at cygnus.com)
1756
1757 * gdbserver/Makefile.in: Add dependancies on server.h.
1758 * gdbserver/remote-gutils.c: Remove lots of unused functions and
1759 variables.
1760 * gdbserver/remote-inflow.c: Remove lots of unused variables and
1761 #includes. Also, use PTRACE_* symbols instead of constants.
1762 (mywait): Surround calls to wait() with enable/disable_async_io()
1763 so that we can be interrupted from GDB while waiting for the
1764 child. Also, handle child exit more gracefully.
1765 * gdbserver/remote-server.c: Remove lots of unused variables.
1766 Move all extern defs into server.h. Redo main loop so that
1767 failure from getpkt() causes communications to be re-established.
1768 Fix 'k' command so that it restarts the child.
1769 * gdbserver/remote-utils.c: Remove lots of unloved vars and
1770 subrs. Move many extern decls into server.h. (remote_open): For
1771 tcp, seperate usage of proto fd from connected fd. Close proto
1772 fd after getting connection. (putpkt/getpkt): Pay attention to
1773 errors when reading/writing. Report these to the caller. New
1774 routines input_interrupt/enable_async_io/disable_async_io to make
1775 it possible to get an I/O interrupt when data arrives from the
1776 comm link.
1777 * serial.h: New file to contain common defs for all remote files.
1778
a037b21e
SG
1779Fri Jun 25 17:02:45 1993 Stu Grossman (grossman at cygnus.com)
1780
1781 * remote.c: Add arg names to prototypes, in a modest effort at
1782 clarification. Also add prototypes for some new functions.
1783 * (remote_wait): Better error reporting for 'T' responses.
1784 * ser-go32.c (strncasecmp): Make str1 & str2 be const.
1785 * (dos_async_init): Make usage message reflect requested port #.
1786 * ser-tcp.c (tcp_open): Terminate hostname properly to prevent
1787 random hostname lookup failures. Add nicer message for unknown
1788 host error. (wait_for): Wake up in case of exceptions. Also,
1789 restart select() if we got EINTR.
1790 * ser-unix.c (wait_for): Restart select() if we got EINTR.
1791 * serial.c: (serial_close): Clean up code.
1792
ea7f0a9f
SG
1793Fri Jun 25 11:22:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1794
1795 * config/m68k/tm-m68k.h: Remove obsolete comment about duplicating
1796 CALL_DUMMY between different 68k machines.
1797
a38b1233
JK
1798Fri Jun 25 11:22:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1799
f3fe62b1
JK
1800 * Makefile.in (*.tab.c): Use ./c-exp.tab.c not just c-exp.tab.c.
1801 Make comment explaining this comprehensible.
1802 (TAGFILES): Include ALLDEPFILES.
1803 (ALLDEPFILES): udi2soc.c and udr.c are in 29k-share/udi, not
1804 29k-share/udi/udi.
1805 (update-alldeps): Remove; obsolete.
1806
e50ebec8
JK
1807 * remote.c: Move comments regarding packets to top of file with the
1808 rest of the protocol comments.
1809 Fix incorrect description of 'T' response.
1810
3576a412
JK
1811 * README (Reporting Bugs): Refer people to the GDB manual.
1812
7e71985c
JK
1813 * c-valprint.c (c_val_print): Handle TYPE_CODE_BOOLEAN.
1814 * stabsread.c: Type -16 is 4 bytes.
1815
a38b1233
JK
1816 * remote-udi.c: Improve docstring.
1817
872dd3fe
FF
1818Fri Jun 25 11:16:31 1993 Fred Fish (fnf@cygnus.com)
1819
a38b1233
JK
1820 * elfread.c (elf_symfile_read): Call bfd_elf_find_section, not
1821 bfd_elf32_find_section, to track bfd changes.
872dd3fe 1822
f75ad5da
JK
1823Fri Jun 25 11:22:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1824
1825 * config/mips/riscos.mh (REGEX{,1}, MUNCH_DEFINE, MH_CFLAGS): Define.
ef3986bb 1826 * config/mips/xm-riscos.h: Define USG.
f75ad5da 1827
a32ebcfd
JK
1828Thu Jun 24 14:52:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1829
1830 * main.c (filename_completer): Don't complete to files ending in ~.
1831
1832 * NEWS: Mention filename completion and "info line" enhancements.
1833
1834 * main.c (symbol_completion_function): On "info t foo", return NULL,
1835 don't error().
1836
1837 * main.c (symbol_completion_function): Don't use readline word
1838 breaking. Use new calling convention for c->completer and
1839 complete_on_cmdlist.
1840 * command.h (struct command): Change arguments; now the text passed
1841 to completer does not have any word breaking done. New arg word.
1842 * symtab.{c,h} (make_symbol_completion_list): Do word breaking. Take
1843 word argument.
1844 * {main.c,gdbcmd.h} ({filename,noop}_completer): Take word argument.
1845 * command.{c,h} (complete_on_cmdlist): Take word argument.
1846
1847 * command.c (lookup_cmd_1): Doc fix.
1848
b8774958
RP
1849Thu Jun 24 13:26:04 1993 K. Richard Pixley (rich@sendai.cygnus.com)
1850
1851 * Makefile.in (OP_INCLUDE): define.
1852 (OPCODE_CFLAGS): use OP_INCLUDE.
1853
1854 * config/i386/ncr3000.mh, config/i386/i386v4.mh,
1855 config/i386/i386sol2.mh, config/m68k/hp300hpux.mh,
1856 config/m68k/amix.mh, config/mips/irix[34].mh,
1857 config/m88k/delta88.mh, config/sparc/sun4sol2.mh (ALLOCA,
1858 ALLOCA1): macros removed.
1859
1860 * config/mips/decstation.mh, config/rs6000/rs6000.mh
1861 (MMALLOC_LIB): renamed to MMALLOC.
1862
4ae030b9
JK
1863Wed Jun 23 00:25:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1864
1865 * partial-stab.h: Consolidate case statements for N_LSYM and N_FUN.
1866 * dbxread.c: Change comment regarding acc.
1867
c2df19bd
RP
1868Wed Jun 23 15:04:54 1993 K. Richard Pixley (rich@sendai.cygnus.com)
1869
7ae7b919
RP
1870 Makefile overhaul dropping autodepend features.
1871 * Makefile.in: many comment changes. forced consistent use of $()
1872 for makefile variables references. dropped leading ./ in file
1873 references. Drop $(srcdir)/ prefix on all dependencies.
1874 Inserted contents of alldeps.mak and depend.
b8774958 1875 (INCLUDE_CFLAGS): defined as new macro for getting libiberty's
7ae7b919
RP
1876 include directory into the compilation line.
1877 (GDB_CFLAGS): new macro to take up the semantic previously held
1878 by INCLUDE_CFLAGS.
1879 (LIBIBERTY): dropped ancient subdir macro. I last removed this
1880 macro in feb of '92. How does it keep coming back?
1881 (MMALLOC_LIB): renamed to MMALLOC.
1882 (BFD_SRC_DIR): renamed to BFD_SRC.
1883 (BFD_OBJ_DIR): renamed to BFD_DIR.
1884 (BFD_LIB): renamed to BFD.
1885 (BFD_INCLUDES): renamed to BFD_CFLAGS.
1886 (READLINE_DIR): now represents object directory.
1887 (RL_LIB): renamed to READLINE.
1888 (READLINE_SRC, READLINE_CFLAGS, OPCODES, OPCODES_CFLAGS): new
1889 macros.
1890 (INTERNAL_CFLAGS): added GDB_CFLAGS, OPCODES_CFLAGS,
1891 READLINE_CFLAGS, BFD_CFLAGS. Dropped USER_CFLAGS.
1892 (LDFLAGS): removed default assignment.
1893 (TEXIDIR, INCLUDE_DEP, MMALLOC_DIR, MMALLOC_DEP, BFD_DEP,
1894 READLINE_DEP, LIBIBERTY_DIR, TESTS, depend, STAGESTUFF): unused, so removed.
1895 (ALLOCA1, ALLOCA): removed all references. alloca is now in
1896 libiberty.
1897 (VERSION): unilaterally and arbitrarily bumped to 4.9.3.
1898 (SFILES, NONSRC, HFILES, ALLDEPFILES, ALLPARAM, ALLCONFIG):
1899 removed all $(srcdir) prefixes.
1900 (getopt_h, ieee-float_h, bfd_h, wait_h, dis-asm_h): new macros
1901 for potential dependencies. commented out by default.
1902 (readline_headers, udiheaders): convenient abbreviations.
1903 (gdbcore_h, frame_h, symtab_h, gdbtypes_h, expression_h,
1904 value_h, breakpoint_h, command_h, gdbcmd_h, defs_h, inferior_h):
1905 new macros used for header file dependencies.
1906 (install-info, clean-info): collapse into the info rule.
1907 (install): now depends on all.
1908 (install-only): new target for installing without depending on
1909 all.
1910 (uninstall): new target.
1911 (config-check, config-check-hosts, config-check-targets): added
1912 fixme comments.
1913 (ch-exp.tab.c, m2-exp.tab.c): added artificial dependencies in
1914 order to force parallel makes into keeping these rules separate.
1915 * configure.in: omit cat'ing depend file onto generated Makefile.
1916 * alldeps.mak, depend: removed.
1917
baa38372
RP
1918 * inferior.h: remove redundant include of symtab.h which is
1919 included in value.h via breakpoint.h.
1920
fbca7519
RP
1921 * alloca.c: removed. alloca is now in libiberty.
1922
88607839
RP
1923 * config/m88k/delta88.mh, config/ns32k/merlin.mh (M_UNINSTALL):
1924 new macro to undo what M_INSTALL does.
c2df19bd 1925
29f3879c
JK
1926Wed Jun 23 00:25:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1927
4ae030b9
JK
1928 * config/ns32k/{merlin.mh,xm-merlin.h}: Be consistent about name
1929 of gdb-sh.
6ffbfcc2 1930
ec06a3cb
JK
1931 * dbxread.c (copy_pending): Change name and function of begi argument
1932 to endi, since that is what the caller needs.
1933
853a233b
JK
1934 * Makefile.in (TAGFILES): Don't include YYFILES.
1935
1936 * Makefile.in (HFILES): Include monitor.h.
1937
1938 * Makefile.in: Include text that used to be in alldeps.mak.
1939 Remove config/mips/{bigmips.mh,xm-bigmips} from it.
1940 * Makefile.in, configure.in: Remove all traces of alldeps.mak.
1941
29f3879c
JK
1942 * main.c (main): Print help message on stdout not stderr
1943 per standards.texi.
1944 New option --version per standards.texi.
1945 In help message, show long options with "--" not "-".
1946 Don't try to print help message or version until after we have
1947 called initialize_all_files.
1948
9ddfb9eb
JK
1949Tue Jun 22 03:15:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1950
15d4eb21
JK
1951 * solib.c (solib_add_common_symbols): Don't call lookup_minimal_symbol.
1952 (solib_add): Call special_symbol_handling once, not once per library.
1953
59ba57da
JK
1954 * procfs.c (procfs_resume): Don't pass a SIGTSTP whose action
1955 is SIG_DFL.
1956
1957 * procfs.c (procfs_resume): Skip the unnecessary PRSVADDR on all
1958 systems, not just Solaris.
1959
9ddfb9eb
JK
1960 * stabsread.c: Include <ctype.h>.
1961
3768398d
JK
1962Mon Jun 21 16:09:46 1993 Jim Kingdon (kingdon@cygnus.com)
1963
1964 * fork-child.c (fork_inferior): Quote exec_file so it can contain
1965 funky characters.
1966
68eabdd3
FF
1967Mon Jun 21 16:56:47 1993 Fred Fish (fnf@cygnus.com)
1968
1969 * Makefile.in (INCLUDE_CFLAGS): Add BFD_INCLUDES for now, since
1970 bfd.h is included by target.h, which most of gdb includes.
1971 * depend: Hand remove BFD_INCLUDES from ${CC} lines, now that
1972 it's in INCLUDE_CFLAGS.
1973
c96d68c2
JK
1974Mon Jun 21 16:09:46 1993 Jim Kingdon (kingdon@cygnus.com)
1975
2c7ab4ca
JK
1976 * config/i386/*aix*, i386aix-nat.c: New files.
1977 * configure.in: Use them.
c96d68c2 1978 * alldeps.mak: List them.
2c7ab4ca
JK
1979 * coffread.c (decode_base_type): Deal with anonymous enum type.
1980 * i387-tdep.c (print_387_status_word): Add comment re "top".
1981 * i386-tdep.c [I386_AIX_TARGET] (i386_extract_return_value): New func.
1982 * dbxread.c: Use SEEK_SET and SEEK_CUR, not L_*. Define them if and
1983 only if not defined by a header file.
1984 * mipsread.c: Don't define L_SET or L_INCR.
c96d68c2 1985
200a3470
FF
1986Mon Jun 21 15:10:07 1993 Fred Fish (fnf@cygnus.com)
1987
1988 * Makefile.in (BFD_INCLUDES): Bfd.h is now back in bfd build dir.
1989 * depend: Hand updated to match.
1990
089dc220
JK
1991Sun Jun 20 13:11:11 1993 Jim Kingdon (kingdon@cygnus.com)
1992
1993 * stabsread.c (read_struct_fields): Don't call read_cpp_abbrev on $_.
1994 (read_cpp_abbrev): Don't complain specially for $_. Also return 0 if
1995 we don't recognize the abbrev.
1996
2a4e8cc3
JK
1997Sun Jun 20 00:24:41 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1998
1999 * solib.c (solib_add_common_symbols): Add comment about performance.
2000
e64ec645
JK
2001Fri Jun 18 12:37:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2002
ee06f230
JK
2003 * config/mips/{{x,n}m-riscos.h,riscos.mh}: New files.
2004 * configure.in (mips-*-sysv*): Use riscos for host, bigmips for target.
2005
b487ba2e
JK
2006 * config/mips/{{x,n}m-news-mips.h,news-mips.mh}: New files.
2007 * config/mips/{bigmips.mh,xm-bigmips.h}: Remove.
2008 * configure.in (mips-sony-*): Use news-mips for host.
2009
e64ec645
JK
2010 * buildsym.h: Doc fix for processing_acc_compilation.
2011
8715a9f3
JK
2012Thu Jun 17 19:57:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2013
2014 * printcmd.c (print_formatted): Don't use tab in wrap_here arg.
2015
fc61e9ee
JK
2016Thu Jun 17 17:29:30 1993 Jim Kingdon (kingdon@lisa.cygnus.com)
2017
2018 * Makefile.in (INTERNAL_CFLAGS): Include ../include as well as
2019 ${srcdir}/../include.
2020
2021 * config/m88k/xm-delta88.h: Comment out unused defines which conflict
2022 with system headers.
2023 * printcmd.c (printf_command): Cast second arg to vprintf to PTR.
2024 Use VPRINTF macro if defined.
2025 * config/m88k/xm-delta88.h: Define VPRINTF. Include <sys/siginfo.h>.
2026 Define TIOC{GETC,GLTC}_BROKEN.
2027 * m88k-nat.c: Uncomment include of <sys/ptrace.h>.
2028 * main.c: Rename initialize_{main,cmd_lists,history} to init_* to
2029 make things easier on munch (apparently this matters on
2030 the delta88 with svr3).
2031
c8fee4a5
DZ
2032Thu Jun 17 16:53:56 1993 david d `zoo' zuhn (zoo@cygnus.com)
2033
2034 * Makefile.in: canonicalize install.sh; for use within
2035 this directory (and subdirs)
2036
2037Tue Jun 15 17:01:23 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2038
2039 * Makefile.in: remove parentdir support; use INSTALL_XFORM
2040
7ccb1e44
SC
2041Thu Jun 17 15:08:35 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
2042
2043 * configure.in (alpha-*-osf*), config/alpha/alpha-osf.mh: New
2044 host.
2045 * sh-tdep.c (frame_find_saved_regs): Use NUM_REGS rather than hard
2046 wired (and wrong) constant.
2047 * values.c (unpack_long): Add case to unpack when target object is
2048 sizeof(int).
2049 * config/sh/tm-sh.h (REGISTER_NAMES): Know about the news ones the
2050 simulator defines.
2051
1c5d6049
RP
2052Wed Jun 16 16:08:18 1993 K. Richard Pixley (rich@sendai.cygnus.com)
2053
21cc14d8
RP
2054 * NEWS: tracking user visible changes starting with
2055 vxworks-timeout.
2056
1c5d6049
RP
2057 * remote-vx.c (_initialize_vx): rename user settable option from
2058 rpcTimeout to vxworks-timeout.
2059
3ef6f604
FF
2060Wed Jun 16 12:21:49 1993 Fred Fish (fnf@cygnus.com)
2061
53f0969b
FF
2062 * Makefile.in (depend): More makefile diddling.
2063 * alldeps.mak, depend: Update to latest automatically built
2064 versions.
2065
3ef6f604
FF
2066 * Makefile.in (depend): Bfd.h keeps moving, keep up with it.
2067 * alldeps.mak, depend: Update to latest automatically built
2068 versions.
2069
56894788
RP
2070Tue Jun 15 12:26:05 1993 K. Richard Pixley (rich@sendai.cygnus.com)
2071
2072 * remote-vx.c: include gdbcmd.h for setlist.
2073 (_initialize_vx): make rpcTimeout user settable.
2074
3a6249b1
JK
2075Mon Jun 14 09:23:51 1993 Jim Kingdon (kingdon@cygnus.com)
2076
bd50d1b0 2077 * main.c, gdbcmd.h: Add function filename_completer.
df0f0dcc
JK
2078 * main.c, symfile.c, source.c, exec.c, core.c: Use it for
2079 "directory", "source", "cd", "symbol-file" "add-symbol-file",
2080 "load", "file", "exec-file", "core-file" commands.
2081 (But '/' is a word break, limiting usefulness; see comments).
bd50d1b0
JK
2082
2083 * source.c (mod_path): Warning not error if can't find directory.
2084
3a6249b1
JK
2085 * isi-xdep.c: New file.
2086 * config/m68k/isi.mh (XDEPFILES): Add isi-xdep.o
2087
9748446f
JK
2088Sun Jun 13 09:17:48 1993 Jim Kingdon (kingdon@cygnus.com)
2089
f92d5249
JK
2090 * config/m68k/xm-news.h: Include <sys/param.h>.
2091
dbbf9508
JK
2092 * m88k-tdep.c (IEEE_isNAN): Remove.
2093 config/m88k/tm-m88k.h (INVALID_FLOAT): Return 0. This was the same
2094 broken isNAN as on the mips.
2095
198133b9
JK
2096 * valprint.c (_initialize_valprint): Use c->function.sfunc not just
2097 c->function.
2098
a5e6391b
JK
2099 * dbxread.c (process_one_symbol): If SUN_FIXED_LBRAC_BUG is not
2100 defined, don't worry about Sun's silly LBRAC bug.
2101 * config/m68k/tm-sun3.h: Define SUN_FIXED_LBRAC_BUG to 0.
2102
2103 * dbxread.c (process_one_symbol): If there's a symbol before an
2104 N_SO, don't error().
2105 (case N_BCOMM): complain () not error ().
2106
9748446f
JK
2107 * defs.h, main.c (catch_errors): Add return_mask arg.
2108 stack.c (print_frame_info): Pass RETURN_MASK_ERROR.
2109 other callers: Pass RETURN_MASK_ALL.
2110 (return_to_top_level), callers: Add return_reason arg.
2111 * utils.c (quit):
2112 Use return_to_top_level (RETURN_QUIT) instead of error ().
2113 * main.c (main), tm-nindy960.h (ADDITIONAL_OPTION_HANDLER):
2114 Use SET_TOP_LEVEL not setjmp (to_top_level).
2115 * remote-nindy.c: Use catch_errors not setjmp (to_top_level).
2116
6e6656cc
JK
2117Sat Jun 12 14:40:54 1993 Jim Kingdon (kingdon@cygnus.com)
2118
ff56144e
JK
2119 * solib.c (solib_create_inferior_hook) [SVR4_SHARED_LIBS]:
2120 Don't try to get the debug base yet.
2121
8357834f
JK
2122 * dbxread.c (process_one_symbol): Set n_opt_found based on whether
2123 a non-gcc N_OPT symbol is found. Make SUN_FIXED_LBRAC_BUG a macro
2124 which returns 0 or 1 to say whether to do it.
2125 * config/sparc/sun4{sol2,os4}.h
2126 (SUN_FIXED_LBRAC_BUG,VARIABLES_INSIDE_BLOCK): Use n_opt_found so
2127 the right thing happens for both acc and SunOS4 /bin/cc.
2128
2129 * valprint.c (print_hex_chars): Use local_hex_format_{pre,suf}fix.
2130 * printcmd.c (print_scalar_formatted): Use val_print_type_code_int.
2131
6e6656cc
JK
2132 * mips-tdep.c: Remove isa_NAN; it assumed sizeof(host int) == 4 and
2133 probably contained byte-order sins too.
2134 config/mips/tm-mips.h (INVALID_FLOAT): Define to 0 like most machines.
2135 The IEEE_FLOAT code in print_floating takes care of it.
2136
ce13daa7
FF
2137Sat Jun 12 14:47:04 1993 Fred Fish (fnf@cygnus.com)
2138
2139 * Makefile.in (VERSION): Bump to 4.9.2.
2140 * c-valprint.c (c_val_print): For array of chars printed with
2141 string syntax, don't print the address of the array. From
2142 bothner@cygnus.com.
2143 * c-exp.y (yylex): Recognize '.' as indicating a floating point
2144 number regardless of the radix. From wilson@cygnus.com.
2145 * valprint.c (set_input_radix_1, set_output_radix_1): New
2146 prototypes and functions that do the actual radix setting work.
2147 * valprint.c (set_radix, set_output_radix, set_input_radix):
2148 Rewrite to use set_input_radix_1 and set_output_radix_1.
2149 * valprint.c (initialize_valprint): Enable commands to
2150 independently set and show input and output radices.
2151 * valprint.c (show_radix): New prototype and function that
2152 handles separate input and output radices.
2153
112087ed
KR
2154Fri Jun 11 18:39:38 1993 Ken Raeburn (raeburn@cygnus.com)
2155
2156 Patches from Jeff Law, law@cs.utah.edu:
2157 * hppa-pinsn.c: Now uses disassembler from opcode library,
2158 this contains only the stub function print_insn.
2159
57cb418a
RP
2160Fri Jun 11 15:19:59 1993 K. Richard Pixley (rich@cygnus.com)
2161
2162 * main.c (main): back to two periods for elipse.
2163 (print_gdb_version): revised format for configuration info.
2164
ce13daa7
FF
2165Fri Jun 11 10:24:35 1993 Fred Fish (fnf@cygnus.com)
2166
2167 * defs.h (INT_MAX): Cast unsigned shift result to int.
2168
574dac8e
JK
2169Fri Jun 11 10:17:41 1993 Jim Kingdon (kingdon@cygnus.com)
2170
2171 * dbxread.c (process_one_symbol): Rather than having
2172 BLOCK_ADDRESS_FUNCTION_RELATIVE a macro, make it a variable which
2173 is true if we are doing stabs-in-elf, false otherwise.
2174 config/sparc/tm-sun4sol2.h: Don't define it.
2175
f63f30e2
ILT
2176Fri Jun 11 13:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
2177
2178 * remote-mips.c (mips_send_packet): Don't print garbage character
2179 in debugging info.
2180 (mips_request): Don't check that remote pid is 0, because
2181 sometimes it isn't.
83909c43
ILT
2182 (mips_fetch_registers): Pass a pointer to SWAP_TARGET_AND_HOST,
2183 not an integer.
f63f30e2 2184
91c87211
JK
2185Fri Jun 11 10:17:41 1993 Jim Kingdon (kingdon@cygnus.com)
2186
c94e7e75
JK
2187 * stack.c (print_frame_info): Use catch_errors around print_frame_args.
2188
702c0ff7
JK
2189 * Makefile.in (install): Don't depend on gdb.
2190
91c87211
JK
2191 * Rename remote-es1800.c to remote-es.c
2192 and remote-st2000.c to remote-st.c for 14-char filenames.
2193 config/m68k/{es1800,st2000}: Use the new names.
2194
2195 * mips-tdep.c (isa_NAN): Don't return true on -0.
2196
dd577ca5
FF
2197Fri Jun 11 10:24:35 1993 Fred Fish (fnf@cygnus.com)
2198
2199 * defs.h (INT_MAX): Cast unsigned shift result to int.
2200
a608f919
FF
2201Thu Jun 10 13:26:41 1993 Fred Fish (fnf@cygnus.com)
2202
2203 * elfread.c (elf_symtab_read): Add bfd section address to bfd
2204 symbols, now that they are section relative.
2205 * solib.c (bfd_lookup_symbol): Ditto.
2206
2207Thu Jun 10 10:56:56 1993 Jim Kingdon (kingdon@cygnus.com)
2208
2209 * Makefile.in (depend): Add bfd -I's for paread.c and xcoffexec.c
2210 depend: Updated accordingly.
2211
39d4639b
JK
2212Wed Jun 9 16:08:44 1993 Jim Kingdon (kingdon@cygnus.com)
2213
2214 * Makefile.in (*.tab.c): Use mv for atomic update.
2215
2216 * Makefile.in ({dist,real}clean): Also remove nm.h.
2217 (realclean): Also remove ${TESTS}, y.output, yacc.{acts,tmp}.
2218 (distclean): Don't rebuild *.tab.c or TAGS.
2219
fa48972a
RP
2220Wed Jun 9 12:56:58 1993 K. Richard Pixley (rich@cygnus.com)
2221
90494078
RP
2222 * Makefile.in (version.c): add host and target names to version.c.
2223 * main.c (main): print three periods for the elipse.
2224 (print_gdb_version): also print configuration.
2225
a29be236
RP
2226 * udi/udiids.h, udi/udip2soc.c, udi/udiphcfg.h, udi/udiphunix.h,
2227 udi/udiproc.h, udi/udipt29k.h, udi/udiptcfg.h, udi/udisoc.h,
2228 udi/udr.c: Change AMD copyrights to FSF copyleft '93.
2229
2230 * remote-eb.c (get_hex_regs, eb_fetch_registers), remote-adapt.c
2231 (get_hex_regs, adapt_fetch_registers): cast args to
2232 supply_register to avoid gcc warning.
2233
0b3556fe
RP
2234 * config/a29k/a29k.mt (TDEPFILES): drop minimon support. It
2235 doesn't compile on solaris and is now obsolete.
2236
fa48972a
RP
2237 * config/sparc/sun4os4.mh (XM_CLIBS): remove -lresolv. This
2238 breaks stock sunos installations.
2239
b01c21d0
JK
2240Wed Jun 9 06:14:33 1993 Jim Kingdon (kingdon@cygnus.com)
2241
4640902b
JK
2242 * m68k-stub.c: Add comment about frame cache.
2243
b01c21d0
JK
2244 * target.h (target_store_registers): Doc fix re error handling.
2245
2246 * findvar.c (write_register): Call SWAP_TARGET_AND_HOST regardless
2247 of register_valid[regno].
2248
9745ba07
JK
2249Tue Jun 8 14:42:10 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
2250
2251 * symtab.h, dwarfread.c: Doc fix re dependencies.
2252
f7630ec9
RS
2253Tue Jun 8 17:54:09 1993 Rob Savoye (rob@rtl.cygnus.com)
2254
2255 * serial.c (serial_close): If scb is NULL, don't try to close
2256 it.
1f72a94a 2257 * configure.in: Add support for rom68k and bug boot monitors.
f7630ec9 2258
df14b38b
SC
2259Tue Jun 8 17:39:12 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
2260
2261 * coffread.c (init_stringtab): Fix bug where sizeof(long) != 4.
2262 * gdbcore.h, core.c (read_memory_unsigned_integer): New function.
2263 * findvar.c (read_register, write_register): Fix thinko where
2264 sizeof(host long) != sizeof(target int).
2265 * h8300-tdep.c: Use new read_memory_unsigned_integer call.
2266 * sh-tdep.c (_initialize_sh_tdep): Add memory_size command.
2267
e7ac0161
JK
2268Tue Jun 8 14:42:10 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
2269
2270 * Move config/m68k/tm-m68k.h (FRAME_FIND_SAVED_REGS) to
2271 m68k-tdep.c (m68k_find_saved_regs). Don't duplicate code between
2272 68881 and non-68881 cases. Check for a pair of movel instructions.
d9e5694c 2273
75c319ff
RP
2274Tue Jun 8 14:52:55 1993 K. Richard Pixley (rich@sendai.cygnus.com)
2275
54d44c8c
RP
2276 First cut at sparc-vxworks targetting.
2277 * config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt: new files.
2278 * configure.in: sparc-vxworks gdb_target now vxsparc.
2279
45d8db87 2280 * remote-eb.c, remote.c: symfile.h requires bfd.h so include it.
75c319ff 2281
683bf9b5
JK
2282Tue Jun 8 14:42:10 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
2283
2284 * config/m68k/xm-news.h: add "extern int errno".
2285
35799202
RP
2286Tue Jun 8 13:45:07 1993 K. Richard Pixley (rich@sendai.cygnus.com)
2287
2288 * remove-vx.c (vx_read_register, vx_write_register): collapse
2289 ifdef I80960 else (assumes) m68k into parameterizable macros
2290 VX_NUM_REGS and VX_SIZE_FPREGS.
2291 * config/m68k/tm-vx68.h, config/i960/tm-vx960.h (VX_NUM_REGS,
2292 VX_SIZE_FPREGS): new definitions.
2293
6b27ebe8
JK
2294Tue Jun 8 11:08:29 1993 Jim Kingdon (kingdon@cygnus.com)
2295
2296 * symfile.{c,h} (generic_load): New function.
2297 remote{,-nindy,-eb,-mips}.c: Use it.
2298
a5d61570
SG
2299Mon Jun 7 20:07:30 1993 Stu Grossman (grossman@cygnus.com)
2300
2301 * Makefile.in (depend): More sed gubbish to deal with
2302 ../bfd/bfd.h being generated during the build.
2303 * depend: Re-done with corrected makefile.
2304
6f4a4fbb
FF
2305Mon Jun 7 16:32:05 1993 Fred Fish (fnf@cygnus.com)
2306
2307 * Makefile.in (BFD_SRC_DIR): Renamed def and usages from BFD_DIR.
2308 * Makefile.in (BFD_OBJ_DIR): New definition for the bfd build
2309 directory to find automatically generated header files and library.
2310 * Makefile.in (BFD_LIB): Use BFD_OBJ_DIR.
2311 * Makefile.in (LINTFLAGS): Include BFD_OBJ_DIR.
2312 * Makefile.in (saber_gdb): Include BFD_OBJ_DIR.
2313 * Makefile.in (depend): Include BFD_OBJ_DIR in gcc args.
2314 * Makefile.in (paread.o, xcoffexec.o): Remove, now in depend.
2315 * depend, alldeps.mak: Rebuild after Makefile.in changes.
2316
2317Fri Jun 4 10:18:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2318
2319 * configure.in: change lynx support to CPU-*-lynxos*
2320
2321 * Makefile.in (subdir_do): change test from existence of directory
2322 to existence of Makefile (the directory may exist but not be configured)
2323
2324Thu Jun 3 01:18:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2325
2326 * config/sparc/xm-sun4sol2.h: define MEM_FNS_DECLARED
2327
761d5a4b
ILT
2328Fri Jun 4 10:43:33 1993 Ian Lance Taylor (ian@cygnus.com)
2329
2330 * configure.in (mips-idt-ecoffl*): New target; use idtl.
2331 (mips-idt-ecoff*): Added trailing '*'.
2332 * config/mips/idtl.mt: New file; like idt.mt, but little endian.
2333
452b4b00
SG
2334Thu Jun 3 17:36:56 1993 Stu Grossman (grossman@cygnus.com)
2335
2336 * ser-go32.c: Clean up lots of compilation nits.
2337
e835b5e7
SG
2338Thu Jun 3 14:44:57 1993 Stu Grossman (grossman@cygnus.com)
2339
2340 * Patches from Jeffrey Law <law@cs.utah.edu>.
2341 * hppab-nat.c: Eliminate unnecessary ifdefs for
2342 FETCH_INFERIOR_REGISTERS, CANNOT_FETCH_REGISTER, and
2343 CANNOT_STORE_REGISTER.
2344 (fetch_register): Delete code to handle CANNOT_FETCH_REGISTER.
2345 * hppa-pinsn.c: Support 'I', 'J', and 'K' in output
2346 templates for 1.1 FP computational instructions.
2347
3af7fb94
SG
2348Thu Jun 3 03:34:49 1993 Stu Grossman (grossman@cygnus.com)
2349
bd91ddd1
SG
2350 * Makefile.in: Remove ser-tcp.[co]. (Use XDEPFILES instead.)
2351 * alldeps.mak, depend: Rebuild to account for ser-tcp.
2352 * config/sparc/sun4os4.mh: Add ser-tcp to XDEPFILES.
2353 * gdbserver/Makefile.in (gdbserver): Use -lbsd.
2354 * gdbserver/remote-inflow{-sparc}.c (create_inferior): Don't use a
2355 shell when running the child, as args have been expanded by the
2356 time we get here. Simplify calling convention.
2357 * gdbserver/remote-server.c (main): Use new calling convention
2358 for create_inferior, remove defunct code for coalescing argv.
2359 Remove extra calls to mywait(), as we no longer have to wade
2360 through a shell.
2361
3af7fb94
SG
2362 * target.c (target_read_memory_partial): Don't deref errnoptr
2363 when checking for null pointer.
2364
2b577349
JG
2365Wed Jun 2 19:58:46 1993 John Gilmore (gnu@cygnus.com)
2366
2367 * remote-es1800.c: Fix typo.
2368
68feeeed
FF
2369Tue Jun 1 21:22:39 1993 Fred Fish (fnf@cygnus.com)
2370
2371 * target.c (target_read_memory_partial): Like target_read_memory,
2372 but does partial reads, such as reads that bump into the end of
2373 the address space.
2374 * target.h (target_read_memory_partial): Add prototype.
2375 * valprint.c (PRINT_MAX_DEFAULT): New define, initial value 200.
2376 * valprint.c (val_print_string): Complete rewrite to fix bug with
2377 bumping into end of memory, avoiding unnecessarily long reads, and
2378 fixing bug when print_max is set to 0 (unlimited print length).
2379 * valprint.c (_initialize_valprint): Use PRINT_MAX_DEFAULT to
2380 initialize print_max.
2381
c1128340
RS
2382Tue Jun 1 18:11:35 1993 Rob Savoye (rob at darkstar.cygnus.com)
2383
2384 * configure.in: Add support for rom68k and bug boot monitors.
2385
574a2a49
JK
2386Mon May 31 10:37:04 1993 Jim Kingdon (kingdon@cygnus.com)
2387
6119aeeb
JK
2388 * printcmd.c (print_scalar_formatted): Print integers bigger than
2389 LONGEST in hex no matter how big, and no matter what the format
2390 and size.
2391
2392 * stabsread.c (read_type): Skip type attributes if present.
36bcda79 2393
574a2a49
JK
2394 * stabsread.c (read_huge_number): Don't accept '0' + radix as part
2395 of number, just through '0' + radix - 1.
2396
2707b48a
FF
2397Sun May 30 15:35:21 1993 Fred Fish (fnf@cygnus.com)
2398
8f1cc6c6
FF
2399 * Makefile.in (SER_HARDWIRE): Temporarily comment out ser-tcp.o.
2400
c701c14c
FF
2401 * {dbxread.c, dwarfread.c} (read_ofile_symtab): Rewrite to take
2402 single parameter, the pointer to the partial symtab, rather than
2403 a bunch of args that are derived from the partial symtab. Change
2404 prototypes and callers to match.
2405
2707b48a
FF
2406 * dbxread.c (read_ofile_symtab): Remove "#if 1" around code to
2407 set demangling style automatically.
2408 * defs.h (CPLUS_MARKER): Clarify comment that this is only for
2409 GNU C++, not C++ in general.
2410 * symtab.h (general_symbol_info): Simplify by eliminating one
2411 structure level for the language dependent info.
2412
86e3a5e4
FF
2413Sat May 29 15:59:29 1993 Fred Fish (fnf@cygnus.com)
2414
2415 * c-typeprint.c (c_type_print_base): Avoid dereferencing NULL
2416 names for TYPE_CODE_STRUCT and TYPE_CODE_UNION types.
2417 TYPE_CODE_ENUM was already testing for this.
2418
38dc5e12
SG
2419Fri May 28 17:18:05 1993 Stu Grossman (grossman@cygnus.com)
2420
2421 * Makefile.in: Add new file ser-tcp.c.
2422 * defs.h (memcmp): Add decl for memcmp to #ifndef MEM_FNS_DECLARED.
2423 * findvar.c (write_register): See if we are writing back the same
2424 value that's already in the register. If so, don't bother.
2425 * remote.c (putpkt, getpkt): Improve handling of communication
2426 problems.
2427 * ser-go32.c: Prototype it to death. Update serial_ops and add
2428 dummy routines where appropriate.
2429 * ser-tcp.c: New module to implement serial I/O via TCP
2430 connections.
2431 * ser-unix.c: Clean up getting/setting of tty state. Get rid of
2432 SERIAL_RESTORE, add SERIAL_{GET|SET}_TTY_STATE interfaces.
2433 * serial.c: Add start of support for connect command.
2434 (serial_open): Distinguish between tcp and local devices.
2435 * serial.h (struct serial_ops): Get rid of restore, add
2436 get_tty_state and set_tty_state. Define protoypes and macros for
2437 this mess.
2438 * gdbserver/remote-utils.c: Add tcp support. (readchar): Do
2439 some real buffering. Handle error conditions gracefully.
2440 * gdbserver/remote-inflow-sparc.c: Update to remote-inflow.c
2441 (Lynx), remove lots of cruft.
2442
633c8b0a
DZ
2443Fri May 28 17:24:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2444
2445 * printcmd.c (print_address_symbolic): turn this into an assigment
2446 instead of an initialization (many compilers don't accept
2447 structure initialization).
2448
860b4da3
JK
2449Thu May 27 16:56:25 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2450
2451 * xcoffread.c (read_xcoff_symtab): If several program csects in one
2452 source file, give them all the name of the source file, rather than
2453 the 2nd and subsequent ones having NULL names.
2454
b7ccd8e0
PS
2455Thu May 27 06:16:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2456
2457 * printcmd.c (print_address_symbolic): Append source filename and
2458 linenumber of the symbol if print symbol-filename is on.
2459 (initialize_printcmd): `set print symbol-filename'.
2460
185a1705
SG
2461Wed May 26 13:46:16 1993 Stu Grossman (grossman@cygnus.com)
2462
5fa46c42
SG
2463 * configure.in: Add config for Lynx target. Configure gdbserver
2464 only for Lynx. Re-do selective configuration of sparclite.
2465
185a1705
SG
2466 * gdbserver/{remote-gutils.c remote-server.c Makefile.in
2467 configure.in remote-inflow.c remote-utils.c}: New files to
2468 support GDB remote server. Currently only works for Lynx.
2469
3a594d72
JK
2470Wed May 26 10:28:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2471
59d69506
JK
2472 * stabsread.c (define_symbol, case 't'): Only set the name if it
2473 is not a pointer type.
2474
2475 * stabsread.c (define_symbol): Clean up logic; move the read_type
2476 calls to inside the switch statement (this improves the error
2477 handling).
2478
3a594d72
JK
2479 * mipsread.c (parse_symbol, parse_partial_symbols): Deal with Fortran
2480 common blocks.
2481
b9298844
JK
2482Tue May 25 20:44:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2483
43795ece
JK
2484 * printcmd.c (print_formatted, case 'i'): Pass a tab to wrap_here.
2485
2486 * source.c (line_info): Change "pc" to "address" in messages and
2487 use print_address for addresses.
2488
2f2a70e5
JK
2489 * source.c (line_info): If we don't find a symtab, print more useful
2490 output, including the symbolic address.
2491
b9298844
JK
2492 * source.c (line_info): If --fullname, display the source.
2493 (identify_source_line), callers: Take pc as argument, rather than
2494 assuming innermost frame (emacs doesn't use this, so no one ever
2495 noticed).
2496 * symtab.h: Declare frame_file_full_name.
2497 * main.c: Don't.
2498
aea2312b
BK
2499Tue May 25 15:30:43 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
2500
2501 * breakpoint.c (catch_command_1): Fix typo in error msg.
2502
6b346f51
KR
2503Tue May 25 16:05:55 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2504
2505 * elfread.c (elf_symfile_read): Update ELF structure and routine
2506 names to specify 32-bit versions.
2507 (elf_symtab_read): Retrieve size field directly from symbol,
2508 instead of using old kludge.
2509
2510 * mips-pinsn.c (print_insn): Cast address to bfd_vma before
2511 calling opcodes library.
2512 * z8k-tdep.c (print_insn): Likewise.
2513
ea753d03
JK
2514Tue May 25 13:06:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2515
2516 * stabsread.c: Remove all uses of error(). Make error_type and
2517 read_type_number static.
2518 (define_symbol): Don't try to deal with a missing symbol
2519 descriptor which isn't followed by digit, '(', or '-'.
2520 * stabsread.h: Don't declare read_type_number here.
2521 * gdbtypes.h: Don't declare error_type here.
2522 * xcoffread.c: Remove NO_TYPEDEFS code.
2523
619ccb24
ILT
2524Tue May 25 09:33:16 1993 Ian Lance Taylor (ian@cygnus.com)
2525
2526 * mips-tdep.c: Removed #include of many header files, and #define
2527 of MIPSMAGIC; no longer used.
2528
30ffb593
JK
2529Tue May 25 09:36:13 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2530
6fe90fc8
JK
2531 * Many places: replace "the inferior" in messages with "the program"
2532 or "the program being debugged".
ea753d03 2533 * inflow.c (try_writing_regs): Remove; it's been #if 0'd forever
6fe90fc8
JK
2534 and I'm getting sick of maintaining it.
2535
30ffb593
JK
2536 * config/i386/linux.mh: Don't use \ newline; the awk scripts don't
2537 support it.
2538
2539 * config/i386/go32.mh: Define SER_HARDWIRE.
2540 * Makefile.in: Define SER_HARDWIRE.
2541 (DEPFILES): Use it.
2542 (alldeps.mak): Add SER_HARDWIRE.
2543 Remove all references to ser-hardwire.{c,o}.
2544 * configure.in: Remove all ser_hardwire and gdb_serial_driver stuff.
2545
1b71de8e
PS
2546Mon May 24 23:50:05 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2547
2548 * sparc-nat.c (store_inferior_registers): Fill in all members of
2549 inferior_fp_registers by reading them from the inferior before
2550 modifying and writing them back.
2551 Fixes unexplainable inferior FP exceptions after calls to the inferior
2552 or setting of floating point registers.
2553 * mips-tdep.c (mips_skip_prologue): Skip move of argument register
2554 to register which is generated by gcc-2.4.
2555
3b17ee1b
KR
2556Tue May 25 00:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
2557
2558 * hppa-pinsn.c: Define OLD_TABLE before including opcode/hppa.h.
2559
2560Mon May 24 13:55:14 1993 Stu Grossman (grossman@cygnus.com)
2561
2562 * config/i386/{i386lynx.mh i386lynx.mt nm-i386lynx.h tm-i386lynx.h
2563 xm-i386lynx.h}: New configuration for Lynx.
2564
8789d972
JK
2565Mon May 24 10:01:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2566
87c942a8
JK
2567 * mipsread.c (parse_symbol): Deal with scVar and scVarRegister.
2568 * symtab.h: Comment that LOC_REGPARM_ADDR can be call by reference.
2569
8789d972
JK
2570 * c-typeprint.c (c_type_print_base): Don't print typedef'd names
2571 as struct, union, or enum tags.
2572
8537c754
PS
2573Mon May 24 01:10:01 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2574
2575 * symmisc.c (dump_msymbols): Avoid gdb coredump with stripped
2576 executable.
2577
f52bde21
JK
2578Sat May 22 10:03:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2579
2632d6df
JK
2580 * infrun.c (wait_for_inferior),
2581 infcmd.c (program_info, signal_command): Use symbolic signal names.
2582
6b82a761
JK
2583 * inftarg.c (child_wait): Deal with EINTR and include message from
2584 strerror if printing an error message.
2585
2586 * main.c (command_line_input): Use STOP_SIGNAL not SIGTSTP.
2587
f52bde21
JK
2588 * stabsread.c: Remove most uses of lookup_fundamental_type.
2589 (define_symbol): Use read_type for type of enum constant,
2590 not just read_type_number. Also don't call error().
2591 (define_symbol): For unrecognized constant type, one complaint (the
2592 one from error_type) is enough. Don't make our own in addition.
2593 (define_symbol): Don't treat an N_FUN 'R' as a prototype.
2594 * gdbtypes.h: Doc fixes.
2595
7cf92dd2
PS
2596Sat May 22 03:33:07 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2597
2598 Fix stack unwinding through _sigtramp on Irix. These patches are from
2599 Paul Flinders <ptf@delcam.co.uk>.
2600 * mipsread.c (fixup_sigtramp): Find _sigtramp on Irix even when the
2601 executable uses sigvec.
2602 * mips-tdep.c (read_next_frame_reg): Allow tm-file to override
2603 sigcontext offsets.
2604 * config/mips/tm-irix3.h: Add sigcontext offsets for Irix.
2605
101b7f9c
PS
2606Sat May 22 00:39:01 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2607
2608 * infrun.c (wait_for_inferior): Clear stop_signal if it should not
2609 be passed to the inferior to make "handle <signal> nopass nostop" work.
2610
ac8cf67d
PS
2611Sat May 22 00:21:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2612
2613 * config/mips/tm-irix3.h: Clean up, use tm-bigmips.h and redefine
2614 the necessary bits.
2615 * findvar.c (value_from_register): Fix uninitialized first_addr
2616 which caused problems with assignment of doubles to register variables
2617 on some targets.
2618 * mipsread.c: Remove TM_FILE_OVERRIDE, include tm.h and provide the
2619 missing mips definitions if necessary.
2620
2621 Fix handling of double register variables for mips targets and big
2622 endian hosts. These patches are from Paul Flinders <ptf@delcam.co.uk>.
2623 * config/mips/tm-mips.h: Increase MAX_REGISTER_{RAW,VIRTUAL}_SIZE to
2624 8 bytes for doubles.
2625 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): New macro for
2626 conversion of type held in multiple registers to host format.
2627 * config/mips/tm-mips.h (REGISTER_CONVERT_FROM_TYPE): New macro,
2628 companion to REGISTER_CONVERT_TO_TYPE.
2629 * config/mips/tm-mips.h (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE):
2630 Convert to function calls.
2631 * config/mips/tm-mips.h (FIX_CALL_DUMMY): New code for big endian
2632 mips targets.
2633 * mips-tdep.c (mips_print_register): Raw buffer now needs just
2634 MAX_REGISTER_RAW_SIZE bytes.
2635 * mips-tdep.c (mips_print_register): Use REGISTER_CONVERT_TO_TYPE
2636 (if defined) for doubles.
2637 * mips-tdep.c: (mips_extract_return_value, mips_store_return_value):
2638 New functions, take care of REGISTER_CONVERT_TO/FROM_TYPE.
2639 * valops.c (value_assign): Use REGISTER_CONVERT_TO_TYPE if
2640 defined.
2641 * findvar.c (value_from_register): Use REGISTER_CONVERT_TO_TYPE if
2642 defined.
2643
73262420
JK
2644Fri May 21 09:04:25 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2645
e23a6896
JK
2646 * configure.in: Add i[34]86-*-isc*.
2647
5e27c054 2648 * stabsread.c: Make sure all complain() pass the address of the struct.
b646b438
JK
2649
2650 * xcoffread.c: Make sure all struct complaints are static not auto.
2651
2652 * Makefile.in: Add rule for xcoffexec.o like that for paread.o.
2653
73262420
JK
2654 * xcoffread.c (process_xcoff_symbol, case C_LSYM): Use define_symbol.
2655
2c6af8c0
JK
2656Wed May 19 12:33:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2657
2658 * config/i386/linux.mh: Re-enable coredumps now that they should work.
2659
ee3d350d
RP
2660Wed May 19 15:44:20 1993 K. Richard Pixley (rich@cygnus.com)
2661
2662 * config/m68k/tm-m68k.h (FRAME_CHAIN): add missing close paren.
2663
f3fe87c7
SG
2664Wed May 19 15:33:57 1993 Stu Grossman (grossman@cygnus.com)
2665
2666 * config/pa/nm-hppab.h: Comment PTRACE_ARG3_TYPE.
2667
5b40415c
JK
2668Wed May 19 12:33:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2669
2670 * Makefile.in (INSTALLED_LIBS): New variable.
2671
31d16514
JK
2672Tue May 18 14:08:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2673
94d50340
JK
2674 * main.c (quit_command): In the "quit anyway?" message, tell the user
2675 whether we are planning to detach or kill the program.
2676
cdaa7905
JK
2677 * config/vax/vaxbsd.mh: Add "NAT_FILE= nm-vax.h".
2678 * config/vax/xm-vaxbsd.h: Use <sys/param.h> not <machine/limits.h>
2679
15f78602
JK
2680 * infcmd.c (read_pc): Doc fix.
2681
511933e7
JK
2682 * printcmd.c (print_address_symbolic): Use %u not %d for offset.
2683
993583e5
JK
2684 * blockframe.c (get_prev_frame_info): If pc in sigtramp, set
2685 signal_handler_caller.
2686 * tm-68k.h (FRAME_{CHAIN,SAVED_PC}): Deal with sigtramp.
2687 * tm-hp300bsd.h: Define SIGTRAMP_{START,END} not IN_SIGTRAMP.
2688 * inferior.h (IN_SIGTRAMP): Definition moved from infrun.c.
2689 Use SIGTRAMP_START if defined.
2690 * infcmd.c (step_1): Use SIGTRAMP_{START,END} if needed.
2691 * infrun.c (wait_for_inferior): Check IN_SIGTRAMP before SKIP_PROLOGUE.
2692
7f8253c7
JK
2693 * infptrace.c: Remove unused KERNEL_U_ADDR_HPUX code.
2694
b1b4a89e
JK
2695 * infcmd.c (step_1): Fix poorly worded error message.
2696
865e574b
JK
2697 * config/{i386/linux.mh,m68k/isi.mh} (NATDEPFILES):
2698 Comment out corelow.c because core dumps are broken on these machines.
2699
31d16514
JK
2700 * Makefile.in (depend): Put "${srcdir}" in generated dependencies
2701 if srcdir is not ".".
2702 Also put in -I${BFD_DIR} or -I${READLINE_DIR} for files which need it.
2703 (INCLUDE_CFLAGS): Remove BFD_DIR and READLINE_DIR.
2704 * depend: Update to latest automatically built version.
2705
6e50aeb4
FF
2706Tue May 18 08:10:45 1993 Fred Fish (fnf@cygnus.com)
2707
2708 * ChangeLog, ChangeLog-92: Split ChangeLog at 1993.
2709 * Makefile.in (NONSRC): Add ChangeLog-92
2710
2711Tue May 18 08:03:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
f49cf589
JK
2712
2713 * findvar.c ({read,write}_register): Use REGISTER_RAW_SIZE
2714 not typo RAW_REGISTER_SIZE.
2715
2716 * frame.h, inferior.h: Doc fixes.
2717
35247ccd
SG
2718Mon May 17 15:43:03 1993 Stu Grossman (grossman@cygnus.com)
2719
2720 * findvar.c (write_register): Add sanity check for register size.
2721 (read_register): Fixup sanity check for register size to be
2722 consistent with write_register().
2723
2724Mon May 17 07:36:20 1993 Ian Lance Taylor (ian@cygnus.com)
2725
2726 * sparclite/Makefile.in: Add dummy info, install and install-info
2727 targets.
2728
d968d5b4
RP
2729Thu May 13 07:30:22 1993 Ian Lance Taylor (ian@cygnus.com)
2730
2731 * remote-nindy.c: Removed declaration of coffstrip.
2732 * nindy-share/nindy.c: #if 0 coffstrip routine; no longer used.
2733
377f53d2
FF
2734Wed May 12 00:35:19 1993 Fred Fish (fnf@cygnus.com)
2735
2736 * Makefile.in (VERSION): Bump to 4.9.1 after release and cvs
2737 tagging.
2738
2739 * Makefile.in (VERSION): GDB 4.9 release.
2740
965a33af
FF
2741Tue May 11 08:04:41 1993 Fred Fish (fnf@cygnus.com)
2742
2743 * README: Update known bugs to include the Solaris bug that
2744 leaves core dumps in the current directory when restarting the
2745 inferior with "run". Expand on the testsuite information.
2746
2747 * Makefile.in (VERSION): Bump to 4.8.96 for what should hopefully
2748 be the last 4.9 prerelease test archive.
2749
d2712f02
JK
2750Mon May 10 22:13:23 1993 Jim Kingdon (kingdon@cygnus.com)
2751
2752 * config/m68k/xm-hp300bsd.h: Include <sys/param.h> to avoid INT_MAX
2753 redefined warnings.
2754
0a4a0f09
FF
2755Mon May 10 20:00:43 1993 Fred Fish (fnf@cygnus.com)
2756
2757 * README, NEWS: Update for gdb 4.9 release.
2758
57ffffe3
JG
2759Mon May 10 19:38:34 1993 John Gilmore (gnu@cygnus.com)
2760
2761 * ch-exp.y (MAX, MIN): Rename to MAX_TOKEN, MIN_TOKEN.
2762 * target.c (MIN): #undef before defining.
2763
4a2383c1
JK
2764Mon May 10 16:03:03 1993 Jim Kingdon (kingdon@cygnus.com)
2765
2766 Patch from Jeffrey Law:
2767 * gdb/config/pa/nm-hppab.h (PTRACE_ARG3_TYPE): Define as caddr_t.
2768
1edc5cd2
ILT
2769Mon May 10 15:28:27 1993 Ian Lance Taylor (ian@cygnus.com)
2770
2771 * hppa-tdep.c (hppa_push_arguments): Allocate correct amount of
2772 memory.
2773
f39a2631
FF
2774Mon May 10 13:14:46 1993 Fred Fish (fnf@cygnus.com)
2775
2776 * ch-exp.y (start): Apply work-around to avoid bison warning.
2777
67d2bd1a
FF
2778Sun May 9 07:25:02 1993 Fred Fish (fnf@cygnus.com)
2779
0b81fc43
FF
2780 * Makefile.in (BISON): Remove double quotes around BISON
2781 definition when bison is used.
2782
8f59e92b
FF
2783 * configure.in (hppa*-hp-bsd): Change to hppa*-hp-bsd*
2784 * configure.in (hppa*-hp-hpux): Change to hppa*-hp-hpux*
2785 * configure.in (m68*-hp-bsd): Change to m68*-hp-bsd*
2786 * configure.in (m68*-hp-hpux): Change to m68*-hp-hpux*
2787 * configure.in (hppa*-*-bsd): Change to hppa*-*-bsd*
2788 * configure.in (hppa*-*-hpux): Change to hppa*-*-hpux*
2789 * configure.in (m68*-hp-bsd): Change to m68*-hp-bsd*
2790 * configure.in (m68*-hp-hpux): Change to m68*-hp-hpux*
2791
67d2bd1a
FF
2792 * Makefile.in (VERSION): Bump to 4.8.6.
2793
64c5ac4f
FF
2794Sat May 8 12:36:03 1993 Fred Fish (fnf@cygnus.com)
2795
2796 * config/pa/xm-hppah.h (MALLOC_INCOMPATIBLE): Define it, and
2797 include declarations for malloc/realloc/free. Both malloc and
2798 realloc return 'void *' for non-ANSI compilations.
2799
1adf2ba9
PS
2800Sat May 8 01:39:30 1993 (pes@regent.e-technik.tu-muenchen.de)
2801
2802 * coffread.c (read_coff_symtab): Don't fclose stream as it is no
2803 longer opened twice.
2804
7a758f71
JK
2805Thu May 6 21:08:55 1993 Jim Kingdon (kingdon@cygnus.com)
2806
2807 * solib.c (clear_solib): Don't close bfd if it is NULL.
2808
34b70237
FF
2809Thu May 6 20:55:35 1993 Fred Fish (fnf@cygnus.com)
2810
2811 * core.c (dis_asm_read_memory): Cast second arg of
2812 target_read_memory to "char *".
2813 * breakpoint.c (watchpoint_check): Change arg type from PTR to
2814 "char *", to match other functions called by catch_errors().
2815
2c298c09
SG
2816Thu May 6 15:47:45 1993 Stu Grossman (grossman@cygnus.com)
2817
2818 * More patches from Jeffrey Law (law@cs.utah.edu).
35247ccd 2819 * gdb/config/nm-hppab.h (PTRACE_ARG3_TYPE): Define as caddr_t.
2c298c09
SG
2820 * gdb/config/pa/tm-hppah.h (millicode_start, millicode_end):
2821 Delete unnecessary declarations.
2822
9e15da4a
SG
2823Thu May 6 15:15:46 1993 Stu Grossman (grossman@cygnus.com)
2824
2825 * ser-unix.c (wait_for): Use VTIME to do timeouts instead of
2826 poll() for termio{s}.
2827
dfa592fb
JK
2828Thu May 6 10:03:41 1993 Jim Kingdon (kingdon@cygnus.com)
2829
2830 * i386-tdep.c (i386_frame_num_args): Always return -1.
2831
d83a6710
SG
2832Wed May 5 15:16:33 1993 Stu Grossman (grossman@cygnus.com)
2833
a34d4bc1 2834 * Patches from Jeffrey Law <law@cs.utah.edu>.
8fa74880
SG
2835 * gdb/hppa-tdep.c: Declare frame_saved_pc.
2836 (frameless_function_invocation): New function.
2837 (frame_saved_pc, init_extra_frame_info): Use
2838 frameless_function_invocation.
f45e781f 2839 * gdb/config/pa/tm-hppa.h (SAVED_PC_AFTER_CALL): Use saved_pc_after
8fa74880
SG
2840 call instead of just grabbing the value currently in %r2.
2841 (FRAMELESS_FUNCTION_INVOCATION): Use frameless_function_invocation.
f45e781f 2842 * gdb/config/pa/tm-hppah.h (SAVED_PC_AFTER_CALL): Delete private
8fa74880 2843 definition and use the common one in tm-hppa.h.
4b01383b
SG
2844 * gdb/hppa-tdep.c (frame_chain_valid): If "use_unwind" is true, then
2845 use unwind descriptors to determine if the frame chain is valid.
b227992a
SG
2846 * gdb/hppa-tdep.c (find_dummy_frame_regs): Rework so that
2847 it does not assume %r4 is the frame pointer.
68c8d698
SG
2848 * gdb/hppa-pinsn.c (print_insn): Handle 'r' and 'R' for break, rsm,
2849 and ssm instructions.
2850 * gdb/hppa-tdep.c (extract_5r_store, extract_5R_store): New
2851 helper functions for print_insn.
a34d4bc1 2852 * gdb/hppa-tdep.c (gcc_p, hpux_cc_p): Delete unused functions.
d83a6710 2853 * gdb/config/pa/tm-hppa.h (ABOUT_TO_RETURN): Handle a return
a34d4bc1 2854 which nullifies the following instruction.
d83a6710 2855
a7edcb25
JK
2856Tue May 4 12:11:38 1993 Jim Kingdon (kingdon@cygnus.com)
2857
d83a6710
SG
2858 * infptrace.c [FIVE_ARG_PTRACE]: Define ptrace to call_ptrace and
2859 pass the 5th arg there, rather than using an ANSI C-specific macro.
2860
a7edcb25
JK
2861 * Makefile.in (depend): Don't include ${CC} command for *.tab.c.
2862
d39fbfe3
FF
2863Tue May 4 19:33:12 1993 Fred Fish (fnf@cygnus.com)
2864
2865 * Makefile.in (VERSION): Bump to 4.8.5
2866 * Makefile.in (INCLUDE_CFLAGS): Add BFD_DIR and READLINE_DIR
2867 directories to include search path.
2868 * Makefile.in (CLIBS, CDEPS, ADD_FILES, ADD_DEPS): Clean up
2869 whitespace.
2870 * Makefile.in (depend): For gcc -MM line, use INTERNAL_CFLAGS
2871 * Makefile.in (main.o, dbxread.o, coffread.o, mipsread.o,
2872 elfread.o, dwarfread.o, stabsread.o, xcoffread.o, xcoffexec.o,
2873 xdr_ld.o, xdr_rdb.o, nindy.o, Onindy.o, ttybreak.o, ttyflush.o,
2874 udr.o, udip2soc.o): Remove explicit rules, use the ones that
2875 are automatically generated in "depend".
2876 * Makefile.in (paread.o): Document why a dependency doesn't get
2877 automatically generated in "depend" and leave this explicit rule
2878 in for now (FIXME).
2879 * depend: Update to latest automatically generated version.
2880
5b8462fa
JK
2881Tue May 4 12:11:38 1993 Jim Kingdon (kingdon@cygnus.com)
2882
67240bb8
JK
2883 * xcoffread.c: Doc fix.
2884
5b8462fa
JK
2885 * Makefile.in (depend): Include $(CC) command in generated output.
2886
5287eacd
FF
2887Mon May 3 22:51:05 1993 Fred Fish (fnf@cygnus.com)
2888
2889 * Makefile.in (NONSRC): Remove ${srcdir}/putenv.c.
2890 * Makefile.in (SFILES): Add ${srcdir}/putenv.c.
2891 * depend: Update to latest automatically built version.
2892
9775789d
SG
2893Mon May 3 19:20:20 1993 Stu Grossman (grossman@cygnus.com)
2894
f202f778
SG
2895 * sparclite/Makefile.in: Create default target that does nothing
2896 in order to force user to build by hand.
2897
1e8005d0
SG
2898 * sparclite/Makefile: Remove. It's not necessary anymore.
2899
9775789d
SG
2900 * ser-unix.c (wait_for): New routine to handle read timeouts,
2901 etc. Uses poll() if HAVE_TERMIO[S] is defined, select() otherwise.
2902
588cca90
ILT
2903Mon May 3 13:52:08 1993 Ian Lance Taylor (ian@cygnus.com)
2904
2905 * mips-pinsn.c (print_insn): Return value.
2906
ebd99d54
FF
2907Sun May 2 11:43:57 1993 Fred Fish (fnf@cygnus.com)
2908
588cca90
ILT
2909 * Makefile.in (SFILES): Remove ser-hardwire.c; it is a link made
2910 at configuration time and doesn't belong in the distribution archive.
2911
d8aaff82
FF
2912 * Makefile.in (NONSRC): Add 29k-share/README.
2913 * Makefile.in (HFILES): Add 29k-share/udi/udiids.h.
2914
ebd99d54
FF
2915 * defs.h (UINT_MAX, LONG_MAX, INT_MAX, INT_MIN): Replace hex
2916 constants with slightly more portable definitions (still depends
2917 on 2's complement arithmetic though).
2918 * config/i386/nm-linux.h: Define NO_SYS_REG_H for no <sys/reg.h>.
2919 * i386v-nat.c (sys/reg.h): Conditionalize include on
2920 NO_SYS_REG_H. Linux doesn't have <sys/reg.h>.
2921 * ser-unix.c (termio.h): Include <termio.h> like other files that
2922 include termio.h, not <sys/termio.h> which may not exist (on
2923 linux for example).
2924
9b25bb09
FF
2925Sat May 1 16:05:24 1993 Fred Fish (fnf@cygnus.com)
2926
2927 * valprint.c (print_longest): Change format parameter from a
2928 'char' to an 'int'. We can't have 'char' parameters with the
2929 current coding style, where we mix prototypes with pre-ANSI
2930 style declarations.
2931 * value.h (print_longest): Change format parameter in prototype
2932 from a 'char' to an 'int'.
2933
dea149ce
PS
2934Sat May 1 02:47:20 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2935
23654371 2936 * config/mips/tm-mips.h (STAB_REG_TO_REGNUM): Match it with the gcc
dea149ce 2937 definition.
23654371 2938 * config/mips/tm-irix3.h (STAB_REG_TO_REGNUM): Add.
dea149ce
PS
2939 * irix4-nat.c (fill_fpregset): Fix bug with indexing into fpregsetp.
2940
2f1c04d1
SG
2941Fri Apr 30 17:45:32 1993 Stu Grossman (grossman@cygnus.com)
2942
2943 * The following patches are from Jeffrey Law <law@cs.utah.edu>.
2944 * config/pa/hppabsd.mh: Add more files to NATDEPFILES.
2945 * config/pa/xm-hppa[bh].h: Define FIVE_ARG_PTRACE.
2946 * hppab-nat.c: Delete WANT_NATIVE_TARGET ifdefs.
2947 ptrace needs 5 arguments, #define ptrace to always
2948 pass zero as the 5th argument.
2949
c7cb9064
SC
2950Fri Apr 30 15:54:13 1993 Steve Chamberlain (sac@thepub.cygnus.com)
2951
2952 * configure.in: Match z8k-*-sim for z8000.
2953 * config/h8500/tm-h8500.h, h8500-tdep.c: Lint.
2954 * remote-hms.c: Update to use new serial protocol.
2955
5385e525
RP
2956Fri Apr 30 16:50:38 1993 K. Richard Pixley (rich@rtl.cygnus.com)
2957
5084717f
RP
2958 * mips-tdep.c: remove include of sys/dir.h. Doesn't seem
2959 necessary and Solaris doesn't have it.
2960
0139c441
RP
2961 * Makefile.in (clean-info, install, install-info, info, dvi,
2962 check, all): do not echo recursion lines.
2963
5084717f 2964 * 29k-share/udip2soc.c (UDIConnect): replace union wait with int.
8317b39f 2965
13b464b2
RP
2966 * config/sparc/sun4sol2.mh (XM_CLIBS): add -lsocket which is
2967 required target ports which use sockets (like a29k-udi).
2968
2f1c04d1 2969 * remote-udi.c (udi_wait): Use SIGURG, as Solaris doesn't have SIGLOST.
5385e525 2970
8d57a263
JK
2971Fri Apr 30 11:05:42 1993 Jim Kingdon (kingdon@cygnus.com)
2972
eca29634
JK
2973 * ser-unix.c [USE_{TERMIO,ALARM}_TIMEOUT]: New code to deal with
2974 systems lacking select().
2975
db7c818b 2976 * Makefile.in (TAGS): Doc fix. Deal with empty DEPFILES.
8d57a263 2977
496ca67c
FF
2978Fri Apr 30 10:06:46 1993 Fred Fish (fnf@cygnus.com)
2979
2980 * alldeps.mak, depend: Update with latest automatically built
2981 versions.
2982
3717e95b
FF
2983Thu Apr 29 12:03:23 1993 Fred Fish (fnf@cygnus.com)
2984
d5f608a4
FF
2985 * Makefile.in (SFILES): Add ser-unix.c and ser-go32.c.
2986
97e72c06
FF
2987 * Makefile.in (make-proto-testsuite.dir): New target to make
2988 prototype testsuite tree.
97e72c06 2989
3717e95b
FF
2990 * Makefile.in (VERSION): Bump to 4.8.4.
2991
ff580c7b
JK
2992Thu Apr 29 08:46:22 1993 Jim Kingdon (kingdon@cygnus.com)
2993
2994 * stabsread.c (define_symbol): If unrecognized constant type,
2995 complain() not error().
2996
7efb57c3
FF
2997Thu Apr 29 00:03:59 1993 Fred Fish (fnf@cygnus.com)
2998
f43aec2e
FF
2999 * infptrace.c: Add missing close paren to test for
3000 FIVE_ARG_PTRACE defined.
3001
7efb57c3
FF
3002 * defs.h (CC_HAS_LONG_LONG): Set up to define CC_HAS_LONG_LONG
3003 when compiling with gcc, but disable it for now. See comment.
3004 * defs.h (LONGEST): Define as either "long" or "long long"
3005 based on CC_HAS_LONG_LONG.
3006 * defs.h (longest_to_int): Use CC_HAS_LONG_LONG to control
3007 how longest_to_int is defined.
3008 * c-valprint.c (c_val_print): Call print_longest.
3009 * expprint.c (dump_expression): Use PRINTF_HAS_LONG_LONG
3010 instead of LONG_LONG.
3011 * {printcmd.c, gdbtypes.h} (LONG_LONG): Replace usages with
3012 CC_HAS_LONG_LONG.
3013 * printcmd.c (print_scalar_formatted): Call print_longest
3014 and let it figure out what to do for PRINTF_HAS_LONG_LONG.
3015 * typeprint.c (print_type_scalar): Call print_longest and let
3016 it figure out what to do for PRINTF_HAS_LONG_LONG.
3017 * valprint.c (val_print_type_code_int): Call print_longest
3018 and let it figure out what to do for PRINTF_HAS_LONG_LONG.
3019 * stabsread.c (LONG_LONG): Replace usages with CC_HAS_LONG_LONG.
3020 * value.h (struct value): Replace usage of LONG_LONG with
3021 CC_HAS_LONG_LONG.
3022 * value.h (print_longest): Add prototype.
3023 * values.c (LONG_LONG): Replace usages with CC_HAS_LONG_LONG.
3024 * values.c (unpack_double): Collapse code that was unnecessarily
3025 dependent on CC_HAS_LONG_LONG. Use LONGEST instead of direct types.
3026 * values.c (value_from_longest): Remove dependency on
3027 CC_HAS_LONG_LONG and just use LONGEST.
3028 * solib.c (solib_map_sections): Use bfd_get_filename
3029 to access filename field.
3030 * solib.c (clear_solib): Save filename and free it later, after
3031 bfd_close, since bfd_close may reference it. Use bfd_get_filename
3032 to access the field.
3033 * config/convex/xm-convex.h (LONG_LONG): Replace with
3034 CC_HAS_LONG_LONG. Add define for PRINTF_HAS_LONG_LONG.
3035 * doc/gdbint.texinfo (LONG_LONG): Replace with CC_HAS_LONG_LONG.
3036 Add PRINTF_HAS_LONG_LONG references.
3037
0626f40d
JK
3038Wed Apr 28 06:11:38 1993 Jim Kingdon (kingdon@cygnus.com)
3039
31b56726
JK
3040 * inflow.c (kill_command), infcmd.c (attach_command),
3041 remote.c (remote_interrupt_twice): In messages for the user, call it
3042 "the program" or "the program being debugged" not "the inferior".
3043
0626f40d
JK
3044 * hp300ux-nat.c: Cast second arg to supply_register calls.
3045 (_initialize_kernel_u_addr, getpagesize): New functions.
3046 (store_inferior_register_1): Change arg name from value to val.
3047 (fetch_core_registers): Make arg core_reg_size unsigned.
3048 Pass 5 args to ptrace.
3049 * config/m68k/xm-hp300hpux.h: Define FIVE_ARG_PTRACE.
3050 Remove KERNEL_U_ADDR stuff.
3051 * infptrace.c [FIVE_ARG_PTRACE]: Pass 5th arg to ptrace.
3052 * config/m68k/hp300hpux.m{t,h}:
3053 Move exec.o from NATDEPFILES to TDEPFILES
3054 * config/m68k/hp300hpux.mt: Mention GAS requirement. Remove
3055 hp-include stuff. Add m68k-tdep.o to TDEPFILES.
3056
d8f23320
PS
3057Wed Apr 28 13:27:54 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3058
3059 * ch-exp.y (yylex): Don't STREQ with simplename if it is NULL.
3060
08bb2617
JK
3061Wed Apr 28 06:11:38 1993 Jim Kingdon (kingdon@cygnus.com)
3062
3063 * config/sparc/xm-sun4os4.h [__STDC__]: Don't use MALLOC_INCOMPATIBLE.
3064
caa53d6d
RP
3065Wed Apr 28 11:39:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3066
3067 * doc/gdb.texinfo: make node "Shell Commands" unconditional;
3068 describe `set demangle-style arm' (not cfront);
3069 mention can type `q' to discard output, when gdb pages
3070
212e10cf
PS
3071Wed Apr 28 11:32:39 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3072
3073 * valops.c (search_struct_field): Fix gdb core dump with incomplete
3074 stabs info.
3075
ebdb9ade
JK
3076Wed Apr 28 06:11:38 1993 Jim Kingdon (kingdon@cygnus.com)
3077
3078 * remote.c: Change timeout to 2.
3079 (remote_open): Use unpush_target not remote_close.
3080 (remote_resume): If siggnal != 0, give warning not error().
3081 (remote_wait, remote_interrupt, remote_interrupt_twice):
3082 If we get two interrupts, let the user get out if they want.
3083 (remote_{kill,mourn}): New functions.
3084 i386-stub.c (handle_exception, case 'k'): Don't BREAKPOINT.
3085
c0f2f39c
ILT
3086Wed Apr 28 09:20:55 1993 Ian Lance Taylor (ian@rtl.cygnus.com)
3087
3088 * config/sparc/sun4sol2.mh (XM_CLIBS): Define to be -lnsl.
3089
609e1c57
JK
3090Wed Apr 28 06:11:38 1993 Jim Kingdon (kingdon@cygnus.com)
3091
71607f9d
JK
3092 * Remote targets (mourn): Call unpush_target.
3093
e82980e4
JK
3094 * config/sparc/xm-sun4os4.h: Declare free() to return int.
3095 Remove twisted use of PARAMS.
3096
609e1c57
JK
3097 * config/rs6000/xm-rs6000.h: Don't define MALLOC_INCOMPATIBLE now
3098 that ansidecl.h assumes ANSI on AIX.
3099
ab425a9b
JK
3100Tue Apr 27 10:01:33 1993 Jim Kingdon (kingdon@cygnus.com)
3101
3102 * README: Move most stuff about hacking GDB to doc/gdbint.texinfo.
3103 (Known bugs): Remove AIX bugs, revise SPARC struct bug description.
3104
f661c4ca
PS
3105Tue Apr 27 13:44:19 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3106
3107 * expprint.c (print_subexp): Fix bug with OP_SCOPE operator output.
3108
ebe8362f
JK
3109Tue Apr 27 10:01:33 1993 Jim Kingdon (kingdon@cygnus.com)
3110
3111 * remote-vx.c (net_connect): Allow numeric IP address for host.
3112
9faacb92
SC
3113Mon Apr 26 17:59:38 1993 Steve Chamberlain (sac@thepub.cygnus.com)
3114
3115 * config/sh/sh.mt, config/sh/tm-sh.h, sh-tdep.c: New files.
3116
9aa31e91
JK
3117Mon Apr 26 07:13:32 1993 Jim Kingdon (kingdon@cygnus.com)
3118
3119 * rs6000-tdep.c (branch_dest): Deal with stepping through system call.
3120
3121 * symtab.h, xcoffread.c: Revise linetable sorting comments.
3122
24d45a63
PS
3123Sun Apr 25 02:32:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3124
3125 * valops.c (value_cast): A cast might also change the object
3126 representation in C++.
3127 * dbxread.c (end_psymtab): Copy subpst read_symtab function from pst
3128 to get the proper read_symtab function when called from mipsread.c.
3129 * mipsread.c (mipscoff_psymtab_to_symtab, psymtab_to_symtab_1):
3130 Set cur_bfd in psymtab_to_symtab_1 as CURBFD(pst) is invalid
3131 for dummy psymtabs, inhibit processing of dummy psymtabs.
3132
8cba9703
JK
3133Sat Apr 24 19:59:54 1993 Jim Kingdon (kingdon@cygnus.com)
3134
87237c52
JK
3135 * Changes from (or inspired by) AMD:
3136 * remote-udi.c (udi_attach): Assignments to Space and Offset were
3137 switched, fix it.
3138 (udi_wait): Make error message (UDIGetStdout) match error.
3139 (udi_wait): Handle UDIStdinNeeded.
3140 * command.c [CANT_FORK]: Use system().
3141 * utils.c (prompt_for_continue): Allow quit with 'q'.
3142
8cba9703
JK
3143 * solib.c (solib_add): Don't call special_symbol_handling if there
3144 were errors in symbol_add_stub. Also set so->from_tty before
3145 calling symbol_add_stub.
3146
66a1aa07
SG
3147Fri Apr 23 16:17:00 1993 Stu Grossman (grossman@cygnus.com)
3148
3149 * Merge in HPPA/BSD patches from Utah:
3150 * defs.h: Add const to 2nd arg of psignal prototype.
3151 * hppah-tdep.c: Renamed to hppa-tdep.c 'cuz it's common code with
3152 BSD now.
3153 * hppab-core.c: Deleted. No longer useful.
3154 * hppab-nat.c: #include more files. Use PT_WUREGS, not
3155 PT_WRITE_U.
3156 * hppab-tdep.c: Deleted. Supplanted by hppa-tdep.c.
3157 * config/pa/hppabsd.mh (NATDEPFILES): Remove hppab-core.o.
3158 * config/pa/hppabsd.mt (TDEPFILES): hppab-tdep.o => hppa-tdep.o
3159 * config/pa/hppahpux.mt (TDEPFILES): hppab-tdep.o => hppa-tdep.o
3160 * config/pa/xm-hppab.h: #define SET_STACK_LIMIT_HUGE.
3161
b5728692
SG
3162Fri Apr 23 10:34:02 1993 Stu Grossman (grossman@cygnus.com)
3163
3164 * Fix two bugs found by deja-gnu. One is the incorrect reporting
3165 of the PC being in a stack dummy when looking at a core file
3166 without symbols. The other is the incorrect passing of char
3167 arguments during expression evaluation (ie: p foo('a','b') would
3168 mess up the passing of it's args because it wasn't coercing the
3169 char's to ints).
3170 * hppah-tdep.c: Rename global functions to have consistent hppa_
3171 prefix. Make more functions static. Drop hp_ prefix from static
3172 functions. (hppa_push_arguments): Call value_arg_coerce to cast
3173 char to int args if necessary. (hppa_fix_call_dummy): Create
3174 this routine from FIX_CALL_DUMMY macro in tm-hppa.h.
3175 * inferior.h (PC_IN_CALL_DUMMY): Check for frame_address being
3176 valid (ie: != 0) before doing comparison against PC.
3177 * valops.c (call_function_by_hand): Adjust call to FIX_CALL_DUMMY
3178 to reflect new arguments.
3179 * config/pa/tm-hppa.h (POP_FRAME, PUSH_ARGUMENTS): Use new hppa_
3180 prefix for func name. (FIX_CALL_DUMMY): Move code into
3181 hppah-tdep.c.
3182
3183 * testsuite/gdb.t16/gdbme.c, testsuite/gdb.t17/gdbme.c: Add calls
3184 to malloc() so that we can test GDB eval of dynamically created
3185 arrays (like char strings in `print "foo"').
3186
7586127f
PS
3187Fri Apr 23 01:28:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3188
3189 * printcmd.c (print_address_symbolic): Search symtabs as well as the
3190 minimal symbols for a nearby symbol.
3191
158a0711
JG
3192Thu Apr 22 19:44:21 1993 John Gilmore (gnu@cacophony.cygnus.com)
3193
3194 * coffread.c: Comment changes around minimal symbol recording.
3195
3127785a
RP
3196Thu Apr 22 16:24:36 1993 K. Richard Pixley (rich@rtl.cygnus.com)
3197
158a0711 3198 * command.c: comment changes only.
f936e20d 3199
3127785a
RP
3200 * mips-tdep.c (heuristic_fence_post): new static variable.
3201 (heuristic_proc_start): use heuristic_fence_post, print better
3202 warnings, but only if not stop_soon_quietly.
3203 (_initialize_mips_tdep): add_set_cmd for heuristic-fence-post.
3204
5afa2040
JK
3205Thu Apr 22 14:50:05 1993 Jim Kingdon (kingdon@cygnus.com)
3206
3207 * symtab.h: Fix LOC_REF_ARG comment.
3208
3209Wed Apr 22 20:21:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3210 and Jim Kingdon (kingdon@cygnus.com)
3211
3212 * stabsread.c (define_symbol): Combine a 'p', 'r' arg pair to a
3213 LOC_REGPARM symbol.
3214 * config/sparc/tm-sparc.h (REG_STRUCT_HAS_ADDR): Revise comments.
3215 symfile.c (compare_symbols): Don't check first character; STRCMP
3216 does that.
3217
3218 * stabsread.c (define_symbol): Generate a LOC_REGPARM_ADDR for
3219 structures that are passed by address in a register.
3220 * symtab.h (enum address_class): Add LOC_REGPARM_ADDR.
3221 * findvar.c (read_var_value),
3222 printcmd.c (address_info, print_frame_args),
3223 stack.c (print_frame_arg_vars), symmisc.c (print_{,partial_}symbol),
3224 * symtab.c (lookup_block_symbol): Deal with it.
3225
fce30fa1
JK
3226Thu Apr 22 09:07:24 1993 Jim Kingdon (kingdon@cygnus.com)
3227
4365c36c
JK
3228 * objfiles.h (obj_section), objfiles.c (build_objfile_section_table):
3229 Add objfile field.
3230 * objfiles.c (find_pc_section): Return a struct obj_section *.
3231 * sparc-tdep.c (in_solib_trampoline): Deal with find_pc_section return.
3232 * symfile.c (syms_from_objfile) [IBM6000_TARGET]:
3233 Don't use obj_section hack.
3234 * xcoffexec (vmap_symtab): Relocate obj_sections.
3235 * printcmd.c (containing_function_bounds): Use find_pc_section.
3236
fce30fa1
JK
3237 * symtab.h: Clean up SYMBOL_VALUE comments.
3238
f2c365f5
JK
3239Wed Apr 21 14:29:57 1993 Jim Kingdon (kingdon@cygnus.com)
3240
31258e4f
JK
3241 * stack.c (print_frame_arg_vars), printcmd.c (print_frame_args):
3242 Expand comments about LOC_ARG/LOC_LOCAL pairs.
3243
f2c365f5
JK
3244 * coffread.c (read_coff_symtab): Use rewind before fseek.
3245
32d8a6d3
PB
3246Wed Apr 21 14:24:19 1993 Per Bothner (bothner@cygnus.com)
3247
3248 * ch-exp.y: Removed unused structure_primitive_value and FIXME_23.
3249 * Makefile.in: Add $(YFLAGS) when using $(YACC).
3250 * Makefile.in: Remove message to expect conflicts and unused
3251 rules in ch-exp.y, since there no longer are any such.
3252
1b5c6c05
DZ
3253Wed Apr 21 13:27:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
3254
3255 * stabs.texinfo: fixed bad xrefs (un-initialized statics)
3256
cee86be3
JK
3257Tue Apr 20 08:55:11 1993 Jim Kingdon (kingdon@cygnus.com)
3258
4cdcf3b9
JK
3259 * xcoffexec.c (xcoff_relocate_core): If no exec file, error()
3260 rather than dumping core.
3261
24c2857c 3262 * Makefile.in: Add ${srcdir}/ to all source files.
4cdcf3b9 3263 (alldeps.mak): Add "${srcdir}/" to files when generating alldeps.mak.
24c2857c
JK
3264 (TAGS): Deal with srcdir and new config directory scheme.
3265 createtags: Remove.
3266 Makefile.in (NONSRC): Remove createtags.
3267 alldeps.mak: Updated.
3268
cee86be3
JK
3269 * rs6000-tdep.c: Delete unused function print_frame.
3270
3271 * frame.h (struct frame_info): Doc fix for next_frame.
3272 New field signal_handler_caller.
3273 blockframe.c (create_new_frame, get_prev_frame_info),
3274 config/rs6000/tm-rs6000.h (INIT_EXTRA_FRAME_INFO): Set it (needs
3275 INIT_FRAME_PC_FIRST).
3276 stack.c (print_frame_info), rs6000-tdep.c (rs6000_frame_chain):
3277 Check it.
3278
9583b295
SG
3279Mon Apr 19 22:52:33 1993 Stu Grossman (grossman@cygnus.com)
3280
3281 * irix4-nat.c (fetch_core_registers): Special version of this for
3282 Irix 4.x, which stores regs a bit differently from other /proc
3283 based systems.
3284 * procfs.c, core-svr4.c: Move fetch_core_registers from procfs.c
3285 to new file core-svr4.c.
3286 * config/i386/i386sol2.mh, config/i386/i386v4.mh, config/m68k/amix.mh,
3287 config/i386/ncr3000.mh, config/sparc/sun4sol2.mh: Add core-svr4.o
3288 to NATDEPFILES.
3289 * config/mips/irix4.mh: Add corelow.o to NATDEPFILES.
3290
3f06498a
JK
3291Mon Apr 19 11:13:34 1993 Jim Kingdon (kingdon@cygnus.com)
3292
3293 * i387-tdep.c: Remove unused #includes.
3294
3295 * configure.in: Match i[34]86-*-sysv3.2 not i[34]86-*-sysv32.
3296
3297 * config/i386/nm-i386v.h: Define NO_PTRACE_H.
3298
058eb766
JK
3299Sun Apr 18 10:39:35 1993 Jim Kingdon (kingdon@cygnus.com)
3300
3301 * xcoffread.c: Nuke NO_DEFINE_SYMBOL code. There is no going back.
3302
3303 * stabsread.c (define_symbol): 'R' is synonym for 'P', not 'r'.
3304 xcoffread.c (process_xcoff_symbol, case C_RPSYM):
3305 Don't muck with SYMBOL_CLASS.
3306
04c6a64f
SG
3307Fri Apr 16 17:38:33 1993 Stu Grossman (grossman@cygnus.com)
3308
3309 * munch: Don't use head command. It doesn't exist everywhere.
3310
9c225659
FF
3311Fri Apr 16 15:07:57 1993 Fred Fish (fnf@cygnus.com)
3312
3313 * inflow.c (new_tty): Remove spurious 'o' character at end
3314 of #endif line.
3315
e157305c
PS
3316Fri Apr 16 12:27:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3317
3318 * mips-tdep.c (mips_skip_prologue): Always skip the typical prologue
3319 instructions and nothing more.
3320 * mipsread.c (add_line): Add comment why we have to combine line number
3321 entries for the same line number.
3322
0b28c260
JK
3323Fri Apr 16 09:42:03 1993 Jim Kingdon (kingdon@cygnus.com)
3324
3325 * symtab.{c,h}: Doc fixes (remove symseg references, last relevant
3326 in gdb 2.8!).
3327
dd052d9a
FF
3328Thu Apr 15 21:16:58 1993 Fred Fish (fnf@cygnus.com)
3329
3330 * depend, alldeps.mak: Update, now that gcc -MM bug is fixed.
3331
9fa59efd
JK
3332Thu Apr 15 12:38:39 1993 Jim Kingdon (kingdon@cygnus.com)
3333
3334 * source.c (select_source_symtab): Clean up comment. Also, if
3335 we have a current_source_symtab, and s is NULL, return without
3336 doing anything.
3337 xcoffread.c (xcoff_symfile_read): Don't call select_source_symtab.
3338 breakpoint.c (breakpoint_re_set): Don't call select_source_symtab.
3339
65ce5df4
JG
3340Thu Apr 15 02:37:48 1993 John Gilmore (gnu@cacophony.cygnus.com)
3341
3342 * dbxread.c (unknown_symchar_complaint): Add new complaint.
6f49b01e 3343 * stabsread.h: Declare it.
65ce5df4
JG
3344 * partial-stab.h: Use it.
3345
3346 * utils.c (malloc_botch): Don't forward-declare if NO_MMALLOC.
3347
486b440e
JK
3348Wed Apr 14 17:12:51 1993 Jim Kingdon (kingdon@cygnus.com)
3349
df2a1bd7
JK
3350 * stack.c (print_frame_info): Print specially if dummy frame.
3351
fa99ebe1
JK
3352 * breakpoint.c: Add comments regarding within_scope future direction.
3353
ee7e82fe
JK
3354 * Version 4.8.3.
3355
486b440e
JK
3356 * xcoffread.c (record_include_{begin,end}): Change fatal to complain.
3357
3358Wed Apr 14 14:03:18 1993 Per Bothner (bothner@cygnus.com)
3359
3360 * ch-exp.y: Fix thinko that broke parsing of FALSE.
3361
39cb3d04
PS
3362Wed Apr 14 12:49:29 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3363
3364 * stabsread.c (read_member_functions): Initialize domain for stubbed
3365 member functions to avoid gdb core dumps when printing pointers
3366 to member functions.
3367 * cp-valprint.c (cp_print_class_method): Check for stubbed member
3368 functions.
3369
ccd87bf2
JK
3370Tue Apr 13 08:28:26 1993 Jim Kingdon (kingdon@cygnus.com)
3371
e2ff731b
JK
3372 * expprint.c (print_subexp): If opcode not found in op_print_tab,
3373 stop with an error().
3374 eval.c (evaluate_subexp): Change error message.
3375
ccd87bf2
JK
3376 * objfiles.c (build_objfile_section_table): Cast return value
3377 from obstack_finish.
3378
0a62ff36
JK
3379Mon Apr 12 10:53:50 1993 Jim Kingdon (kingdon@cygnus.com)
3380
f3649227
JK
3381 * config/rs6000/tm-rs6000.h, rs6000-tdep.c: Move FRAME_CHAIN
3382 to rs6000_frame_chain and deal with it if we're in a signal handler.
3383 (FRAME_SAVED_PC): Use rs6000_frame_chain.
3384
0a819c04
JK
3385 * breakpoint.c (within_scope): New function.
3386 (enable_breakpoint, watchpoint_check): Use it.
3387
affc9686
JK
3388 * source.c (openp): Handle "exec-file ./ls" correctly.
3389
0a62ff36
JK
3390 * breakpoint.c (breakpoint_1): Use wrap_here before "at".
3391
5a7c9cce
PB
3392Sat Apr 10 01:32:43 1993 Per Bothner (bothner@rtl.cygnus.com)
3393
3394 * ch-exp.y: Clean up lexing of identifiers and
3395 reserved words. (E.g. don't recognize FALSEXXX as the
3396 keyword FALSE followed by the identifier XXX.)
3397 Also, convert identifiers to lower case.
3398
1724c671
SG
3399Fri Apr 9 15:53:19 1993 Stu Grossman (grossman@cygnus.com)
3400
3401 * remote-mips.c, remote-monitor.c, remote-st2000.c: Convert to
3402 new serial interface.
3403
4febd102
SG
3404Fri Apr 9 15:01:12 1993 Stu Grossman (grossman@cygnus.com)
3405
3406 * remote.c (remote_open): Use SERIAL_OPEN instead of serial_open.
3407 (putpkt, getpkt): Use new return codes for SERIAL_READCHAR.
3408 * ser-go32.c: Return -1 on most failures, 0 on most successes,
3409 and use new return codes for go32_readchar().
3410 * ser-unix.c: Ditto. Also, move error handling up to caller for
3411 SERIAL_SETBAUDRATE().
3412 * serial.c (serial_open): Internal call, not SERIAL_OPEN to get
3413 to specific routine.
3414 (serial_close): New routine to wrap around device close routine.
3415 serial.h: Clean & document return values more clearly.
3416
a80c7bf6
JK
3417Fri Apr 9 10:20:55 1993 Jim Kingdon (kingdon@cygnus.com)
3418
944c1c2f
JK
3419 * rs6000-pinsn.c (print_operand): Deal with no operand instructions.
3420
3421 * rs6000-pinsn.c (print_operand, case LI): Print condition register
3422 operand in decimal rather than wrong textual versions.
3423
21486670
JK
3424 * printcmd.c (_initialize_printcmd): Clean up docstring for "x"
3425 (mention 't', remove false thing about 'g' only good with 'f').
3426
ddc6e6f7
JK
3427 * breakpoint.h: move "struct breakpoint" and friends to top of
3428 file so that bpstat_find_breakpoint prototype works.
3429
a80c7bf6
JK
3430 * solib.c (struct so_list): Add bfd field.
3431 (solib_map_sections): Leave bfd open and scratch_pathname allocated.
3432 Put the bfd in bfd field of the so_list.
3433 (clear_solib): Free bfd name and close_bfd on the bfd.
3434
47f366bc
PB
3435Fri Apr 9 00:45:41 1993 Per Bothner (bothner@rtl.cygnus.com)
3436
3437 * valarith.c (value_subscript): Add COERCE_REF.
3438 * ch-exp.y (operand_5): We can generalize the 2nd operand
3439 of a string repetition ot 'literal' without ambiguity.
3440
cabd4da6
JK
3441Thu Apr 8 10:15:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3442
3443 * breakpoint.h (struct bpstat): Remove momentary field.
3444 Remove bpstat_momentary_breakpoint. This was always kludgy
3445 and is no longer used.
3446
3447 * breakpoint.h: Add enum bpstat_what.
3448 breakpoint.h (struct bpstat), breakpoint.c (bpstat_stop_status):
3449 stop and print fields of bpstat now per-breakpoint, not just
3450 one for the whole chain.
3451 breakpoint.{c,h} (bpstat_what): New function.
3452 breakpoint.h: Remove bpstat_stop and bpstat_should_print.
3453 infrun.c: Replace switch (stop_bpstat->breakpoint_at->type)
3454 with call to bpstat_what.
3455 README: Remove watchpoint/breakpoint bug from known bugs.
3456
3457 * breakpoint.h: Prototype bpstat_find_breakpoint.
3458
dfbfbd96
FF
3459Thu Apr 8 16:01:21 1993 Fred Fish (fnf@cygnus.com)
3460
3461 * symtab.c (find_methods, gdb_mangle_name): Note that functions
3462 are g++ specific.
3463 * symtab.h (VTBL_FNADDR_OFFSET, OPNAME_PREFIX_P, VTBL_PREFIX_P,
3464 DESTRUCTOR_PREFIX_P): Note that macros are g++ specific.
3465
3466Thu Apr 8 12:45:32 1993 Ian Lance Taylor (ian@cygnus.com)
3467
3468 * i960-pinsn.c (tabent): Copied struct definition from
3469 opcodes/i960-dis.c.
3470
ca6a826d
PS
3471Thu Apr 8 10:34:37 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3472
3473 * symtab.h (DESTRUCTOR_PREFIX_P): New macro to check if physname
3474 is a C++ destructor.
3475 * symtab.c (gdb_mangle_name): Use it.
3476 * symtab.c (find_methods): Do not add destructors to choice list
3477 for constructors.
3478 * symtab.c (decode_line_1): Make breakpoints on destructors work
3479 for gcc-2.x again.
3480
40b56283
SG
3481Wed Apr 7 18:43:09 1993 Stu Grossman (grossman@cygnus.com)
3482
b83bf6b3
SG
3483 * ser-go32.c: Make it use serial port name.
3484 * go32-xdep.c: Put in def for strlwr, needed by dir.o in go32 libc.
3485
40b56283
SG
3486 * infcmd.c (read_pc): Make sure that we read PC_REGNUM when not
3487 in a system call!
3488
41faa775
SG
3489Wed Apr 7 15:52:11 1993 Stu Grossman (grossman@cygnus.com)
3490
3491 * configure.in: Only configure sparclite subdir when target_cpu
3492 is sparclite.
3493
f635bd47
JK
3494Wed Apr 7 10:11:22 1993 Jim Kingdon (kingdon@cygnus.com)
3495
ef5b809c
JK
3496 * xcoffread.c (struct coff_symbol): Change c_sclass to unsigned char.
3497 Remove FIXME comment regarding this.
3498
47045b36
JK
3499 * symfile.h: Change NULL->'\0' in comment (that wasn't a typo).
3500
f635bd47
JK
3501 * xcoffread.c (read_xcoff_symtab): Use E_SYMNMLEN.
3502
73d0fc78
RP
3503Tue Apr 6 22:30:58 1993 K. Richard Pixley (rich@cygnus.com)
3504
3505 Add section table to objfile struct. Use it for find_pc_section.
3506 * objfiles.c (add_to_objfile_sections,
3507 build_objfile_section_table, find_pc_section): new functions.
3508 (allocate_objfile): build section table.
3509 * objfiles.h (struct obj_section): new structure.
3510 (struct objfile): add section table.
3511 (find_pc_section): new prototype.
3512 * solib.[ch] (find_pc_section_from_so_list): removed.
3513 * sparc-tdep.c: include objfiles.h for find_pc_section. include
3514 symfile.h for objfiles.h.
3515 (in_solib_trampoline): adjusted for new find_pc_section
3516 prototype. Removed BAD_RICH_HACK ifdefs.
3517 * symfile.c (syms_from_objfile): offset objfile sections.
3518 (find_pc_section): removed. Also removed BAD_RICH_HACK ifdefs.
3519 * symfile.h (find_pc_section): prototype removed. Also fixed
3520 comment typo NUL -> NULL.
3521 * target.[ch] (find_pc_section_from_targets): removed.
3522 * config/sparc/tm-sun4sol2.h (BAD_RICHH_HACK): removed.
3523
07861607
SG
3524Tue Apr 6 21:41:13 1993 Stu Grossman (grossman@cygnus.com)
3525
3526 * ser-go32.c: Format. (go32_open): Use proper return value.
3527
3528 * configure.in: Undo conditional configdirs hack for sparclite.
3529
118ec55a
JW
3530Tue Apr 6 17:07:37 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
3531
3532 * symtab.c (list_symbols): When call break_command, pass both
3533 filename and function name not just function name.
3534
3535Tue Apr 6 15:00:09 1993 Fred Fish (fnf@cygnus.com)
3536
3537 (Changes and new files to make "none" a full fledged configuration)
3538 * config/none/{nm-none.h, tm-none.h, xm-none.h}: New files.
3539 Currently only tm-none.h has any meaningful contents.
3540 * config/none/none.mh (NAT_FILE): Use nm-none.h
3541 * config/none/none.mh (XM_FILE): Use xm-none.h
3542 * config/none/none.mt (TM_FILE): Use tm-none.h
3543 * Makefile.in (depend): Remove comment about parse errors in
3544 valops.c, it now parses correctly and generates a correct depend
3545 line. Remove line that touches xm.h, tm.h, and nm.h; they are
3546 now linked to config/none/{xm-none.h, tm-none.h, nm-none.h}.
3547
786757a9
JK
3548Tue Apr 6 09:54:29 1993 Jim Kingdon (kingdon@cygnus.com)
3549
9925b928
JK
3550 * values.c (USE_STRUCT_RETURN): Only use gcc wierdness for gcc1.
3551
786757a9
JK
3552 * xcoffread.c (read_xcoff_symtab): Deal correctly with symbols of
3553 exactly 8 characters.
3554
0c101d49
SG
3555Tue Apr 6 10:31:26 1993 Stu Grossman (grossman@cygnus.com)
3556
3557 * configure.in: Sparclite uses sparc config dir. Also has it's
3558 own tm- & .mt files now. Also add sparclite to configdirs.
3559 * go32-xdep.c: Dummy routines for sigsetmask & strlwr.
3560 * config/i386/go32.mh: Nullify def of TERMCAP.
3561 * config/i386/xm-go32.h: Get rid of redef of EIO.
3562 * config/sparc/{sparclite.mh tm-sparclite.h}: New sparclite
3563 specific configs. Very similar to sun4os4, but without solib.
3564 * sparclite/{Makefile.in configure.in}: First cut at making this
3565 dir configgable.
3566
5d2b030a
SG
3567Tue Apr 6 03:10:44 1993 Stu Grossman (grossman@cygnus.com)
3568
3569 * ser-go32.c: First cut at adapting to new serial interface.
3570
4e772f44
SG
3571Mon Apr 5 22:29:43 1993 Stu Grossman (grossman@cygnus.com)
3572
3573 * Makefile.in (SFILES OBS): Add serial.[co] & ser-hardwire.[co].
3574 These implement a new serial line interface for talking to remote
3575 targets.
3576 * configure.in: Link ser-hardwire.c to ser-unix.c for all hosts,
3577 EXCEPT go32, which gets ser-go32.c.
3578 * remote.c: Use new serial interface. More remote-xxx's to be
3579 converted later.
3580 * ser-bsd.c, ser-termios.c: Removed.
3581 * serial.c: New. Implements common operations for all serial
3582 types.
3583 * ser-unix.c: New. Unix specific serial operations for various
3584 flavors of Unix (Posix, SysV, BSD).
3585 * serial.h: Generic serial interface defs.
3586 * config/i386/go32.mh, config/i386/i386bsd.h,
3587 config/m68k/apollo68b.mh, config/sparc/sun4os4.mh: Remove
3588 ser-bsd.o from XDEPFILES. All the magic is now handled in
3589 configure.in.
3590
9acdb2dc
SG
3591Mon Apr 5 20:48:54 1993 Stu Grossman (grossman@cygnus.com)
3592
3593 * config/h8500/tm-h8500.h: Clean up brain damage found by GCC.
3594
0848ad1c
JK
3595Fri Apr 2 08:23:14 1993 Jim Kingdon (kingdon@cygnus.com)
3596
1d7e34e1
JK
3597 * xcoffread.c (xcoff_symfile_offsets): Use 0 not addr for offsets.
3598
b0e932ad 3599 * rs6000-tdep.c (frameless_function_invocation): Don't even think
1d7e34e1 3600 about framelessness except on the innermost frame.
b0e932ad 3601
0848ad1c
JK
3602 * xcoffexec.c: Call fatal() not abort().
3603
3604 * stabsread.c (patch_block_stabs): If stab & no symbol, make
3605 a LOC_OPTIMIZED_OUT symbol.
3606 symtab.h (enum address_class): Add LOC_OPTIMIZED_OUT.
3607 findvar.c (read_var_value), printcmd.c (address_info),
3608 symmisc.c (print_{,partial_}symbol), c-exp.y (variable),
3609 m2-exp.y (yylex): Deal with it.
0848ad1c 3610 ch-exp.y (yylex): Deal with it.
0848ad1c
JK
3611
3612Thu Apr 1 18:43:02 1993 Stu Grossman (grossman@cygnus.com)
3613
3614 * findvar.c (value_from_register): H8500 specific, check to see
3615 if we are looking at short pointer. If so, skip crock.
3616 * h8500-tdep.c (h8500_frame_chain): Mask down value from
3617 read_memory_integer() to avoid getting messed up by sign extension.
3618
0e184833
RP
3619Thu Apr 1 16:44:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
3620
3621 * sparc-tdep.c (in_solib_trampoline), symfile.c (find_pc_section):
3622 ifdef protect using BAD_RICH_HACK. This should be removed soon.
3623 * config/sparc/tm-sun4sol2.h (BAD_RICH_HACK): define.
3624
a6cead71
JK
3625Thu Apr 1 09:01:38 1993 Jim Kingdon (kingdon@cygnus.com)
3626
720b3aed
JK
3627 * i960-pinsn.c, a29k-pinsn.c: Much abridged, just use libopcodes.a.
3628
3629 * core.c (dis_asm_print_address): New function.
3630
a6cead71
JK
3631 * core.c (dis_asm_read_memory): Reinstate 4th arg. The prototype
3632 has been fixed.
3633
494503c7
PS
3634Thu Apr 1 09:34:43 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3635
3636 * breakpoint.c (bpstat_print, bpstat_stop_status): Change to walk the
3637 entire breakpoint chain and print only the first entry that needs to
3638 be printed and needs to be stopped for. Fixes problems with printing
3639 of multiple breakpoints with different conditions.
3640 * breakpoint.c (print_it_done): Renamed from print_it_noop as it
3641 effectively stops printing of the breakpoint chain.
3642 * breakpoint.c (print_it_noop): New routine to print nothing
3643 for this breakpoint entry and dont stop printing.
3644 * breakpoint.c (breakpoint_re_set_one): mention the reevaluated
3645 watchpoint only if it is enabled.
3646 * mipsread.c (parse_procedure): Correct incorrect setjmp procedure
3647 descriptor from the library to make backtraces through setjmp work.
3648 * mipsread.c (fixup_sigtramp): Correct pcreg and fregoffset for
3649 sigtramp.
3650 * mips-tdep.c (read_next_frame_reg): Provide correct values for
3651 all registers saved within sigtramp, cleanup.
3652
f7ed13c7
JK
3653Wed Mar 31 12:52:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3654
3655 * sparc-pinsn.c: Much abridged, just calls version in libopcodes.a.
3656
bf097a0b
RP
3657Wed Mar 31 21:23:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
3658
3659 * core.c (dis_asm_read_memory): drop fourth arg which conflicts
3660 with prototype in ../include/dis-asm.h.
3661
5d0734a7
JK
3662Wed Mar 31 12:52:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
3663
3664 * core.c (dis_asm_{read_memory,memory_error}): New functions.
3665 m68k-pinsn.c, h8500-tdep.c, i386-pinsn.c, mips-pinsn.c, z8k-tdep.c:
3666 Use read_memory_func interface to disassembler.
3667
2093fe68
RP
3668Tue Mar 30 15:46:14 1993 K. Richard Pixley (rich@rtl.cygnus.com)
3669
3670 Teach sparc solaris to next over shared library functions.
3671 * solib.[hc] (find_pc_section_from_so_list): new function and
3672 prototype.
3673 * sparc-tdep.c (in_solib_trampoline): new function.
3674 * symfile.[hc] (find_pc_section): new function and prototypes.
3675 * target.[hc] (find_pc_section_from_targets): new function and
3676 prototypes.
3677 * config/sparc/tm-sun4sol2.h (IN_SOLIB_TRAMPOLINE): redefine to
3678 in_solib_trampoline.
3679
b27be792
JK
3680Tue Mar 30 08:06:24 1993 Jim Kingdon (kingdon@cygnus.com)
3681
deae7611
JK
3682 * infrun.c (wait_for_inferior): Revise comment.
3683
359a097f
JK
3684 * command.c (do_setshow_command): Use %u with var_{u,z}integer.
3685
3686 * command.{c,h}: New var_type var_integer.
3687 main.c: Use it for history_size.
3688
3689 * rs6000-tdep.c, xcoffexec.c, config/rs6000/xm-rs6000.h, breakpoint.c:
3690 Lint and byte-order fixups.
3691
3f031adf
JK
3692 * breakpoint.c (print_it_normal): Return 0 after hitting watchpoint.
3693
8af68e4e
JK
3694 * breakpoint.h (bpstat): New field print_it.
3695 breakpoint.c (bpstat_print): Use it.
3696 (print_it_normal): New function (from old bpstat_print code).
3697 (bpstat_{alloc,stop_status}): Set print_it field.
3698
3699 * breakpoint.c (bpstat_stop_status): Use catch_errors when
3700 evaluating watchpoint condition, via new function watchpoint_check.
3701 Also stop if watchpoint disabled due to leaving its block.
3702
b27be792
JK
3703 * findvar.c [REG_STRUCT_HAS_ADDR]: Add comment.
3704
aa66fddd
PS
3705Tue Mar 30 00:14:38 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3706
3707 * mips-pinsn.c: Add missing include of dis-asm.h.
3708
d7d35f00
FF
3709Mon Mar 29 15:03:25 1993 Fred Fish (fnf@cygnus.com)
3710
239121e2
FF
3711 * Makefile.in (clean, distclean, realclean): Recursively apply
3712 to subdirs first, rather than last. This avoids, for example,
3713 Makefile being removed in a parent directory before the recursive
3714 make is run.
3715
141ccc03
FF
3716 * alldeps.mak, depend: Update for below changes.
3717
2225eb85
FF
3718 * config/m68k/tm-m68k.h: Renamed from config/m68k/tm-68k.h.
3719 * m68k/{tm-3b1.h, tm-altos.h, tm-amix.h, tm-es1800.h,
3720 tm-hp300bsd.h, tm-hp300hpux.h, tm-isi.h, tm-news.h, tm-os68k.h,
3721 tm-st2000.h, tm-sun2.h, tm-sun3.h, tm-vx68.h}: Include tm-m68k.h
3722 instead of tm-68k.h.
3723 * Makefile.in (HFILES): tm-68k.h renamed to tm-m68k.h.
3724 * README, a29k-pinsn.c, m68k-pinsn.c, m68k-stub.c, remote-vx.c,
3725 m68k/{altos.mh, altos.mt, apollo68b.mh, nm-apollo68b.h,
3726 nm-hp300bsd.h, config/m68k/xm-apollo68b.h}: Map '68k' to 'm68k'.
3727 * a29k/tm-a29k.h, doc/gdbint.texinfo: Account for renaming of
3728 tm-68k.h to tm-m68k.h.
3729 * m68k/m68k-fp.mt (TM_FILE): tm-68k-fp.h renamed to tm-m68k-fp.h.
3730 * m68k/m68k-nofp.mt (TM_FILE): tm-68k-nofp.h renamed to
3731 tm-m68k-nofp.h.
3732
d7d35f00
FF
3733 * config/a29k/tm-a29k.h: Renamed from config/a29k/tm-29k.h.
3734 * a29k-pinsn.c: Renamed from am29k-pinsn.c.
3735 * a29k-tdep.c: Renamed from am29k-tdep.c.
3736 * remote-eb.c, config/a29k/tm-ultra3.h: Include renamed tm-a29k.h.
3737 * remote-monitor.c, remote-st2000.c, config/a29k/{nm-ultra3.h,
3738 tm-a29k.h, xm-ultra3.h}, config/romp/rtbsd.mh, doc/gdbinv-s.texi,
3739 testsuite/gdb.t15/funcargs.exp, testsuite/gdb.t17/callfuncs.exp:
3740 Map '29k' to 'a29k'.
3741 * config/a29k/{a29k-kern.mt, a29k-udi.mt, a29k.mt, ultra3.mt}
3742 (TDEPFILES): Use renamed a29k-pinsn.o and a29k-tdep.o.
3743 * config/a29k/{a29k-udi.mt, a29k.mt} (TM_FILE): Use renamed
3744 tm-a29k.h.
3745 * config/a29k/a29k-udi.mt (MT_CFLAGS): Remove TARGET_AM29K
3746 define that does not appear anywhere else in the gdb source tree.
3747 * doc/gdbinit.texinfo: Document renaming of tm-29k.h to tm-a29k.h.
3748
ad376893
JK
3749Mon Mar 29 13:55:29 1993 Jim Kingdon (kingdon@cygnus.com)
3750
2225eb85
FF
3751 * breakpoint.c: Add comments regarding breakpoint_re_set.
3752
e5c00760
JK
3753 * xcoffread.c (sort_syms, compare_symbols): Remove.
3754 (xcoff_symfile_read): Use sort_all_symtab_syms from symfile.c
3755 not our own sort_syms (it is identical).
3756
ad376893
JK
3757 * xcoffread.c: Nuke NAMES_HAVE_DOT define (not used).
3758
0b0d6c3f
PS
3759Sun Mar 28 11:24:37 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3760
3761 * breakpoint.c (breakpoint_re_set_one): Fix storage leak.
3762 * breakpoint.c (enable_breakpoint): Don't enable watchpoint if it
3763 went out of scope.
3764 * exec.c (exec_close): Fix storage leak.
3765 * exec.c (exec_file_command): Make sure that bfd doesn't realign the
3766 output sections when patching an executable.
3767 * mips-nat.c (store_inferior_registers): Use REGISTER_PTRACE_ADDR
3768 when writing all registers.
3769 * mips-tdep.c (mips_push_dummy_frame): Save floating point registers
3770 at the right offset in the dummy frame.
3771 * mipsread.c (psymtab_to_symtab_1): Do not complain for stProc,
3772 stStaticProc and stEnd symbols as they are generated by gcc-2.x.
3773 * mipsread.c (mipscoff_new_init): Initialize stabsread and buildsym.
3774
0f0834c5
JG
3775Fri Mar 26 15:25:05 1993 John Gilmore (gnu@cygnus.com)
3776
3777 * Makefile.in (TARFILES): Avoid trailing backslash.
3778
2d313932
JK
3779Fri Mar 26 11:29:30 1993 Jim Kingdon (kingdon@cygnus.com)
3780
d7d35f00
FF
3781 * breakpoint.{c,h}: Add exp_string to struct breakpoint and use
3782 it in breakpoint_re_set.
2d313932
JK
3783 * breakpoint.c (watch_command, enable_breakpoint): Fetch lazy values.
3784
3785 * rs6000-tdep.c (single_step): Misc cleanups (CORE_ADDR not int,
3786 don't use sizeof(int) for target stuff, etc).
3787
53f6119f 3788Thu Mar 25 15:03:53 1993 Fred Fish (fnf@cygnus.com)
3c02636b 3789
53f6119f
FF
3790 * alldeps.mak, configure.in, i860-break.h, i860-opcode.h,
3791 i860-pinsn.c, i860-tdep.c, config/i860/*: Remove incomplete i860
3792 support that can't be integrated anyway due to lack of clear
3793 authorship.
3c02636b 3794
ccf1e898
SG
3795Thu Mar 25 12:26:50 1993 Stu Grossman (grossman@cygnus.com)
3796
3797 * findvar.c (read_register, write_register): Make these capable
3798 of reading/writing registers that are shorter than REGISTER_TYPE.
3799 * (value_from_register): Install H8500 specific code to return
3800 proper value when register is being used as a pointer.
3801 * h8500-tdep.c: Remove extra defines of NUM_REGS.
3802 (h8500_skip_prologue): Use correct lengths for LINK instructions.
3803 (FRAME_CHAIN): Change name to h8500_frame_chain. Rewrite code to
3804 chain frames properly by combining frame pointer with T reg.
3805 (init_extra_frame_info): Delete. It's now a macro.
3806 (frame_args_address): Don't add PTR_SIZE. Stack args are already
3807 offset by the correct amount off of the frame pointer.
3808 (register_byte): Delete. It's now a macro.
3809 (register_raw_size, register_virtual_size): Delete. Replaced by
3810 common routine h8500_register_size, cuz there's no difference
3811 between the raw & virtual sizes on this machine.
3812 (register_convert_to_raw, register_convert_to_virtual): Delete,
3813 cuz there's no difference between the raw & virtual forms.
3814 Replaced by memcpy in tm file.
3815 (register_virtual_type): Rename to h8500_register_virtual_type.
3816 Get rid of pointer pseudo-regs, use _REGNUM with all reg names.
3817 (_initialize_h8500_tdep): Get rid of crock to ensure that GDB &
3818 emulator have same reg offsets. This is all handled in the
3819 simulator code now.
3820 (h8500_trapped_internalvar): New routine to detect references to
3821 convenience vars acting as pointer pseudo-regs.
3822 (h8500_value_trapped_internalvar): Conjure up value of pointer
3823 pseudo-regs.
3824 (h8500_set_trapped_internalvar): Convert set value in real
3825 register references.
3826 infcmd.c (read_pc, write_pc): Add h8500 specific code to handle
3827 code segment register.
3828 infrun.c (proceed): Simplify. Call write_pc instead of doing it
3829 by hand.
3830 (wait_for_inferior): Add h8500 specific code to add stack segment
3831 when reading SP register.
3832 remote-sim.c (fetch_register): Spacing.
3833 tm-h8500.h: #define GDB_TARGET_IS_H8500 to make it easier to
3834 detect cruft. Redo all register manipulation stuff. Get rid of
3835 pointer pseudo-regs. (INIT_EXTRA_FRAME_INFO): Adds stack segment
3836 to frame pointer. (IS_TRAPPED_INTERNALVAL,
3837 VALUE_OF_TRAPPED_INTERNALVAR, SET_TRAPPED_INTERNALVAR): Use these
3838 to create internal vars for pointer pseudo-regs.
3839
2531303c
FF
3840Thu Mar 25 10:10:28 1993 Fred Fish (fnf@cygnus.com)
3841
3842 * Makefile.in: Numerous small changes to macro definitions
3843 and rules for building gdb distribution tree. Many macros
3844 eliminated or merged, and rules simplified.
3845 * alldeps.mak: Update.
3846 * depend: Update.
3847
b396a969
DZ
3848Wed Mar 24 13:52:29 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
3849
3850 * Makefile.in: recurse through SUBDIRS for dvi target too
3851
53f6119f
FF
3852Wed Mar 24 08:48:30 1993 Jim Kingdon (kingdon@cygnus.com)
3853
3854 * Clean up xcoff relocation.
3855 objfiles.h (struct objfiles): Add section_offsets, num_sections.
3856 symfile.c (syms_from_objfile), xcoffread.c (xcoff_symfile_offsets):
3857 Set them.
3858 symtab.h (struct general_symbol_info): Add section field.
3859 minsyms.c (prim_record_minimal_symbol{,_and_info}): Set it.
3860 xcoffread.c: Set section for symbols and msymbols.
3861 (struct symtab): Add block_line_section field.
3862 buildsym.c (end_symtab): Set it.
3863 (end_symtab and callers): Add section parameter.
3864 objfiles.c (objfile_relocate): New funciton.
3865 xcoffexec.c (vmap_symtab): Use it.
3866 xcoffsolib.h (struct vmap): Remove unused fields.
3867 config/rs6000/tm-rs6000.h, stack.c, xcoffexec.c: Remove
3868 CORE_NEEDS_RELOCATION, symtab_relocated.
3869 config/rs6000/tm-rs6000.h: Remove use of loadinfotext.
3870 rs6000-tdep.c: Make loadinfotext static.
3871 breakpoint.c (fixup_breakpoints): Doc fix.
3872 symtab.h (struct symtab), config/rs6000/tm-rs6000.h, buildsym.c
3873 (end_symtab): primary field replaces nonreloc.
3874
ece2e98a
JG
3875Tue Mar 23 00:10:53 1993 John Gilmore (gnu@cygnus.com)
3876
3877 * symtab.h (struct linetable_entry): Remove confusing comment.
3878
80c8fd72
DZ
3879Tue Mar 23 00:01:23 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
3880
3881 * Makefile.in: add installcheck target
3882
1a0edbc7
FF
3883Mon Mar 22 16:17:58 1993 Fred Fish (fnf@cygnus.com)
3884
3885 * config/{a29k, arm, convex, gould, h8300, i386, i860, i960, m68k,
3886 m88k, mips, none, ns32k, pa, pyr, romp, rs6000, sparc, tahoe, vax,
3887 z8k}: New directories to hold cpu specific configuration files.
3888 Naming follows gcc convention.
3889 * config/{*.mt, *.mh}: All target and host makefile fragment
3890 config files moved to an appropriate config/<cpu> subdirectory.
3891 * nm-*, xm-*, tm-*: All native, host, and target files, which
3892 get linked to nm.h, xm.h, and tm.h respectively by configure,
3893 moved to appropriate config/<cpu> subdirectory.
3894 * nm-sysv4.h, xm-sysv4.h, tm-sysv4.h, tm-sunos.h, nm-trash.h:
3895 Native, host, and target files that are common across more than
3896 one cpu architecture and included by one of the configured
3897 native, host, or target files, get moved to config directory.
3898 * Makefile.in (INCLUDE_CFLAGS): Add -I${srcdir}/config to
3899 pick up native, host, or target include files moved to one of
3900 the config subdirectories, and that are included by other files.
3901 * Makefile.in (alldeps.mak): Modify to account for new config
3902 directory structure.
3903 * alldeps.mak, depend: Update for new config directory structure.
3904 * config/*/[ntx]m-*.h: Modify all files that include other
3905 [ntx]m-*.h files to use path relative to gdb/config. I.E.
3906 "a29k/tm-ultra3.h" includes "a29k/tm-29k.h" rather than just
3907 "tm-29k.h".
3908 * remote-eb.c (tm-29k.h): Include a29k/tm-29k.h.
3909 * mipsread.c (tm-mips.h): Include mips/tm-mips.h.
3910 * i860-pinsn.c (tm-i860.h): Include i860/tm-i860.h.
3911 * configure.in: Default gdb_host_cpu to host_cpu, and remap
3912 the ones where the default is not unique or different than the
3913 config subdirectory name. Similarly, handle gdb_target_cpu.
3914 Modify configure.in as appropriate to make use of gdb_host_cpu
3915 and gdb_target_cpu to find makefile fragments and make links.
3916
5f5341a7
ILT
3917Mon Mar 22 12:36:24 1993 Ian Lance Taylor (ian@cygnus.com)
3918
3919 * mipsread.c (compare_blocks): Sort blocks with the same start
3920 address by decreasing ending address.
3921
1a3579df
PS
3922Mon Mar 22 20:36:04 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3923
3924 * mipsread.c (parse_procedure): Save cur_fdr accross call to
3925 lookup_symbol as it might get clobbered by the call.
3926
3927 * mipsread.c (parse_partial_symbols): Use ADD_PSYMBOL_ADDR_TO_LIST.
3928 The previous code did not initialize the language field for the psymtab
3929 entry.
3930
f24c159f
JG
3931Sat Mar 20 00:33:39 1993 John Gilmore (gnu@cygnus.com)
3932
3933 * c-exp.y (parse_number): Avoid shift warning.
3934 * serial.h (struct ttystate): Declare empty one on DOS.
3935
bc0d4cb9
SG
3936Fri Mar 19 12:59:50 1993 Stu Grossman (grossman@cygnus.com)
3937
733a9015
SG
3938 * xm-sun4os4.h: Return type of free() should be void, not int.
3939
bc0d4cb9
SG
3940 * vx-share/vxWorks.h: Remove #def of NULL.
3941
deb3f296
JK
3942Fri Mar 19 11:28:18 1993 Jim Kingdon (kingdon@cygnus.com)
3943
3944 * tm-rs6000.h: Nuke no-op STAB_REG_TO_REGNUM.
3945
52f8e6a0
SC
3946Fri Mar 19 07:40:09 1993 Steve Chamberlain (sac@cygnus.com)
3947
3948 * z8k-tdep.c (print_insn): Include the new dis-asm header file.
3949
00cea52f
PB
3950Thu Mar 18 14:26:57 1993 Per Bothner (bothner@rtl.cygnus.com)
3951
3952 * ieee-float.c: Moved to ../libiberty.
3953 * ieee-float.h: Moved to ../include.
3954 * Makefile.in: Update accordingly.
3955 * i386-pinsn.c (print_insn), m68k-pinsn.c (print_insn):
3956 Convert to stubs that call disassemblers in ../opcodes/*-dis.c.
3957 * m68k-tdep.c: Removed definition of ext_format ext_format_68881;
3958 it is now in ../opcodes/m68881-ext.c.
3959 * mips-tdep.c (mips_skip_prologue): Try to skip more of the
3960 prologue (some callers _do_ care).
3961 * mips-pinsn.c (print_insn), z8k-tdep.c (print_insn): Convert to
3962 new interface of ../opcodes/*-dis.c.
3963 * ch-exp.y: Add #include <ctype.h>.
3964
b60b2e3e
JK
3965Thu Mar 18 11:57:49 1993 Jim Kingdon (kingdon@cygnus.com)
3966
c161de74
JK
3967 * xcoffexec.c (exec_close): Don't close exec_bfd twice.
3968
b60b2e3e
JK
3969 * xcoffread.c (enter_line_range): endaddr is exclusive, not inclusive.
3970
ecfd2b60
JK
3971Wed Mar 17 09:46:31 1993 Jim Kingdon (kingdon@cygnus.com)
3972
3973 * xcoffread.c (arrange_linetable): Use x{m,re}alloc not {m,re}alloc.
3974
2d8d693a
SC
3975Wed Mar 17 11:28:11 1993 Steve Chamberlain (sac@thepub.cygnus.com)
3976
3977 * z8k-tdep.c (extract_return_value, write_return_value,
3978 store_struct_return): New functions from macros in tm-z8k.h.
3979
898e13c8
FF
3980Wed Mar 17 11:23:06 1993 Fred Fish (fnf@cygnus.com)
3981
3982 * valops.c (value_arg_coerce): Apply temporary patch to
3983 fix problem with coercion of array and function types when
3984 passed as arguments to C functions, pending a more complete
3985 review of when and how coercion should be done, depending
3986 upon context and language.
3987
9d61147e
JK
3988Wed Mar 17 09:46:31 1993 Jim Kingdon (kingdon@cygnus.com)
3989
3e57da38
JK
3990 * xcoffread.c (MIN_TBTABSIZ): Change to 12.
3991
9d61147e
JK
3992 * xcoffread.c (xcoff_symfile_read): Only read stringtab and
3993 debugsec if there are a non-zero number of symbols.
3994
3021c40d
JG
3995Tue Mar 16 18:08:45 1993 John Gilmore (gnu@cygnus.com)
3996
3997 * command.c (show_user): Avoid fprintf_filtered botch (AGAIN!).
3998
8112a711
JK
3999Tue Mar 16 15:18:17 1993 Jim Kingdon (kingdon@cygnus.com)
4000
4001 * xcoffexec.c (add_vmap): Wrap symbol read in catch_errors.
4002
4003 * xcoffread.c (read_symbol_lineno): Look to end of symbols for .bf,
4004 not just 50 symbols.
4005 (symtbl_num_syms): New variable.
4006 (read_xcoff_symtab): Set it.
4007 (read_symbol_nvalue): Check for bad symno.
4008 (read_symbol_{lineno,nvalue}, callers): Don't pass symtable; it's
4009 always symtbl.
4010
e829d983
SG
4011Tue Mar 16 10:09:05 1993 Stu Grossman (grossman@cygnus.com)
4012
4013 * config/rs6000.mh: Get rid of -Dfd_set=int crock.
4014 This is defined in defs.h if necessary.
4015 * vx-share/vxWorks.h: Remove #defs of min and max.
4016 * vx-share/xdr_ld.c, vx-share/xdr_ptrace.c,
4017 vx-share/xdr_rdb.c: include defs.h.
4018
c8ade719
JK
4019Fri Mar 12 09:33:23 1993 Jim Kingdon (kingdon@cygnus.com)
4020
4021 * xcoffread.c (retrieve_tracebackinfo): Move assignment out
4022 of while condition.
4023
4024 * xcoffread.c (enter_line_range): complain() on bad endoffset.
4025 xcoffread.c: Doc fixes.
4026
4027Tue Mar 9 09:56:12 1993 Jim Kingdon (kingdon@cygnus.com)
4028
4029 * tm-rs6000.h (CORE_NEEDS_RELOCATION): Just call xcoff_relocate_core.
4030 xcoffexec.c (xcoff_relocate_core): New function.
4031 (text_adjustment): Removed.
4032 (add_vmap): Return the vmap.
4033 rs6000-tdep.c (add_text_to_loadinfo): No longer static.
4034
4035Fri Mar 5 05:22:46 1993 Jim Kingdon (kingdon@cygnus.com)
4036
4037 * xcoffsolib.h: Add objfile member to struct vmap.
4038 xcoff{exec,solib}.c: Use it, not lookup_objfile_bfd.
4039 xcoffexec.c (add_vmap): Allocate objfiles here.
4040
48a522d9
JG
4041Sun Mar 14 02:54:15 1993 John Gilmore (gnu@cygnus.com)
4042
01deac12
JG
4043 Support 68000 series without floating point.
4044
4045 * configure.in (m68000-*-{aout,elf,coff}): New configs.
48a522d9
JG
4046 * tm-68k-nofp.h: New file, lacks 68881 support.
4047 * config/m68k-nofp.mt: New file.
4048
84a05e52
JG
4049Sun Mar 14 02:30:08 1993 John Gilmore (gnu@cygnus.com)
4050
4051 Remove a few remaining underscore/no-underscore remnants from
4052 config files.
4053
4054 * config/{m68k-un.mt, sparc-un.mt}: Remove.
4055 * config/m68k-noun.mt: Rename to m68k-fp.mt.
4056 * config/sparc-noun.mt: Rename to sparc-em.mt.
4057 * tm-68k-noun.h, tm-spc-noun.h: Remove.
4058 * tm-68k-un.h: Rename to tm-68k-fp.h.
4059 * tm-spc-un.h: Rename to tm-spc-em.h.
4060 * tm-sun4sol2.h: Cleanup.
4061 * configure.in (m68k-*, sparc-* targets): Corresponding changes.
4062
961ee88e
JG
4063Sat Mar 13 14:58:22 1993 John Gilmore (gnu@cygnus.com)
4064
4065 * symmisc.c (std_in, std_out, std_err): Move initializations
4066 to runtime code, in case they aren't constant.
4067
a8172eea
RP
4068Fri Mar 12 16:23:54 1993 K. Richard Pixley (rich@cygnus.com)
4069
aa8f3210
RP
4070 * symtab.c (find_pc_symtab): some object file formats, notably
4071 mips, have holes in the address ranges of symtabs. Change
0a4a0f09 4072 this algorithm from first hit to tightest fit.
aa8f3210 4073
a8172eea
RP
4074 * mips-tdep.c (heuristic_proc_start): if we walk the pc into the
4075 fence post without finding the enclosing function, then print a
4076 warning.
4077
bd5d07d9
FF
4078Thu Mar 11 09:33:01 1993 Fred Fish (fnf@cygnus.com)
4079
5e81259d
FF
4080 * utils.c (fputs_demangled, fprint_symbol): Remove.
4081 * utils.c (fprintf_symbol_filtered): New function which combines
4082 the functionality of fputs_demangled and fprint_symbol. Uses a
4083 caller provided language parameter to select the appropriate
4084 demangler, and caller provided args to pass to the demangler.
bd5d07d9
FF
4085 * defs.h (enum language): Move further up in file so enum can
4086 be used in prototypes.
5e81259d
FF
4087 * defs.h (fputs_demangled, fprint_symbol): Remove prototypes.
4088 * defs.h (fprintf_symbol_filtered): Add prototype.
4089 * c-typeprint.c (cp_type_print_method_args): Replace calls to
4090 fputs_demangled with call to fprintf_symbol_filtered.
4091 * cp-valprint.c (demangle.h): Include
4092 * cp-valprint.c (cp_print_value_fields): Replace calls to
4093 fprint_symbol with calls to fprintf_symbol_filtered.
4094 * printcmd.c (print_frame_args): Replace call to fprint_symbol
4095 with call to fprintf_symbol_filtered.
bd5d07d9
FF
4096 * stack.c (print_frame_info): Remove obsolete code so we don't
4097 have to update fputs_demangled usage in it.
4098 * stack.c (print_frame_info, frame_info): Add language variable
5e81259d
FF
4099 to pass to fprintf_symbol_demangled and initialize it from the
4100 symbol's language. Replace calls to fputs_demangled with calls
4101 to fprintf_symbol_filtered.
4102 * symtab.c (find_methods): Replace call to fputs_demangled with
4103 call to fprintf_symbol_filtered.
5e81259d
FF
4104 * ch-valprint.c (demangle.h): Include.
4105 * ch-valprint.c (chill_print_value_fields): Replace call to
4106 fprint_symbol with call to new fprintf_symbol_filtered.
bd5d07d9 4107
f77ad505
FF
4108Wed Mar 10 17:37:11 1993 Fred Fish (fnf@cygnus.com)
4109
0b96ed06
FF
4110 * Makefile.in (VERSION): Bump version to 4.8.2.
4111
f77ad505
FF
4112 * main.c (source_command): Require an explicit pathname of file
4113 to source, since previous behavior of defaulting to gdb init file
4114 was troublesome and undocumented.
4115 * printcmd.c (disassemble_command): Add missing '{}' pair to
4116 else with two statements. Bug reported by Stephane Tsacas
4117 <slt@isoft.fr>.
4118 * symtab.c (find_pc_line): Don't complain about zero length or
4119 negative length line numbers for the moment, since we may not own
4120 the terminal when called, such as when single stepping. (FIXME)
4121 * language.h (CAST_IS_CONVERSION): True if current language is
4122 C++ as well as C. Fix from Peter Schauer.
4123 * environ.c (get_in_environ, set_in_environ, unset_in_environ):
4124 Use STREQN macro rather than bare '!strncmp()'.
4125 * environ.c (unset_in_environ): Avoid use of memcpy on
4126 overlapping memory regions, as suggested by Paul Eggert
4127 <eggert@twinsun.com>.
4128 * c-exp.y (%union struct): Remove unused ulval as suggested
4129 by Paul Eggert <eggert@twinsun.com>.
4130
4131Mon Mar 8 19:03:06 1993 Fred Fish (fnf@cygnus.com)
4132
4133 * main.c (gdbinit): Make static.
4134 * main.c (inhibit_gdbinit): Move to file scope.
4135 * main.c (main): Remove local inhibit_gdbinit.
4136 * main.c (source_command): Don't source '.gdbinit' file by
4137 default if gdb has been told to ignore it.
4138
aecc5459
ILT
4139Sun Mar 7 21:58:53 1993 Ian Lance Taylor (ian@cygnus.com)
4140
4141 * Makefile.in (MAKEOVERRIDES): Define to be empty for GNU Make
4142 3.63.
4143
19327ea5
JG
4144Fri Mar 5 17:39:45 1993 John Gilmore (gnu@cacophony.cygnus.com)
4145
aecc5459
ILT
4146 * printcmd.c (print_address_symbolic): Only print if offset
4147 is shorter than max_symbolic_offset.
4148 (initialize_printcmd): `set print max-symbolic-offset'.
4149
946f014b
JG
4150 * am29k-tdep.c (TAGWORD_ZERO_MASK): New #define.
4151 (examine_tag): Use it.
4152 (read_register_stack): Only look in the local registers for a
4153 memory address if it's between rfb and rsp; go to memory otherwise.
4154 (initialize_29k): Fix call_scratch_address doc. Remove reginv_com.
19327ea5
JG
4155 (reginv_com): Remove ancient kludge command.
4156
81029114
RP
4157Fri Mar 5 17:16:26 1993 K. Richard Pixley (rich@rtl.cygnus.com)
4158
24365af9
RP
4159 * tm-irix3.h (ZERO_REGNUM): copy this macro from tm-mips.h so that
4160 irix4 will again compile.
4161
5870d848
RP
4162 * tm-mips.h (GDB_TARGET_IS_MIPS): no longer used, now removed.
4163
81029114
RP
4164 * configure.in: accept mips-sgi-irix4* for irix4.
4165
4166Fri Mar 5 07:49:48 1993 Steve Chamberlain (sac@lisa.cygnus.com)
4167
4168 * z8k-tdep.c (print_register_hook): Lint.
4169
4966c17c
JG
4170Thu Mar 4 17:42:03 1993 John Gilmore (gnu@cygnus.com)
4171
4172 Lint fixes from Paul Eggert (eggert@twinsun.com):
4173
4174 * command.c (do_setshow_command): var_uintegers are unsigned.
4175 * sparc-tdep.c (save_insn_opcodes, restore_insn_opcodes):
4176 unsigned, since they use hex values with the high bit set.
4177
83386662
FF
4178Thu Mar 4 08:22:55 1993 Fred Fish (fnf@cygnus.com)
4179
2456bacb
FF
4180 Fixes submitted by Karl Berry (karl@nermal.hq.ileaf.com):
4181 * m88k-pinsn.c (sprint_address): Use SYMBOL_NAME macro to
4182 access symbol name.
e5bb7e61 4183 * m88k-nat-c (SXIP_OFFSET, SNIP_OFFSET, SFIP_OFFSET): Enclose
2456bacb 4184 macro definitions in parenthesis.
e5bb7e61 4185
83386662
FF
4186 * dbxread.c (dbx_symfile_init): Catch the case where there is
4187 no string table, but the only way we find out is by reading zero
4188 bytes from EOF.
4189
69a272c4
FF
4190Wed Mar 3 15:51:28 1993 Fred Fish (fnf@cygnus.com)
4191
4192 * dbxread.c (dbx_symfile_init): Make size of the string table
4193 size field a define (DBX_STRINGTAB_SIZE_SIZE). Ensure that the
4194 offset to the string table is nonzero and handle the nonexistant
4195 string table case, should it occur. Ensure that the string table
4196 size read from the file is reasonable, with a minimum lower bound
4197 of DBX_STRINGTAB_SIZE_SIZE instead of zero.
4198
b010e283
ILT
4199Wed Mar 3 07:23:03 1993 Ian Lance Taylor (ian@cygnus.com)
4200
4201 * Makefile.in: Changes to build testsuite correctly.
4202 (FLAGS_TO_PASS): Added CXX and CXXFLAGS.
4203 (CC_FOR_TARGET, CXX, CXX_FOR_TARGET): New variables.
4204 (TARGET_FLAGS_TO_PASS): New variable.
4205 (SUBDIRS): Added testsuite.
4206 (all): Build testsuite using TARGET_FLAGS_TO_PASS, so that
4207 testsuite is compiled with CC_FOR_TARGET rather than CC.
4208
45364c8a
FF
4209Tue Mar 2 17:57:56 1993 Fred Fish (fnf@cygnus.com)
4210
6985bc54
FF
4211 * dbxread.c (dbx_symfile_init): Fix for nonexistant string table,
4212 reported by mycroft@gnu.ai.mit.edu.
4213
4214 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
4215 * configure.in (vax-*-ultrix2*): New triplet.
4216 * config/vaxult2.mh: New file.
4217 * xm-vaxult2.h: New file.
4218
45364c8a
FF
4219 * c-exp.y (parse_number): Change high_bit to unsigned.
4220 * demangle.c: Change all references to cfront to ARM, since the
4221 actual algorithm is the one specified in the Annotated Reference
4222 Manual. This was confusing users into thinking that full cfront
4223 support was implemented.
4224 * dwarfread.c (CFRONT_PRODUCER): Remove, was never really used.
4225 * eval.c (evaluate_subexp): For STRUCTOP_PTR pass the arg type
4226 directly to lookup_struct_elt_type, which will do the
4227 dereferencing itself.
4228 * gdbtypes.c (lookup_struct_elt_type): Expand comments. Fix
4229 NULL dereferencing bug for unnamed structs, comment out
4230 questionable code.
4231
fefe2ed9
JG
4232Mon Mar 1 17:54:41 1993 John Gilmore (gnu@cygnus.com)
4233
1d9449ab
JG
4234 * coffread.c (process_coff_symbol): Change PCC argument correction
4235 so that it only happens on big-endian targets; so that it only
4236 happens if the short or char argument is aligned on an int
4237 boundary; and so that it changes the location, rather than the
4238 type, of the argument. These changes tend to parallel similar
4239 (old) changes in stabsread.c.
4240
4241 * coffread.c (coff_read_enum_type): Use the specified size for
4242 enums, don't assume that they are int-sized.
4243
4244 * c-valprint.c (c_val_print): Don't assume enums are the same as
4245 ints.
4246
fefe2ed9
JG
4247 * coredep.c: Handle NO_PTRACE_H in coredep.c. Fix by Michael
4248 Rendell, <michael@mercury.cs.mun.ca>.
4249
58a66e24
FF
4250Mon Mar 1 09:25:57 1993 Fred Fish (fnf@cygnus.com)
4251
4252 * language.h (local_decimal_format_custom): Add prototype.
4253 * language.c (local_decimal_format_custom): Add function, bug
4254 reported by Robert R. Henry (rrh@tera.com).
4255
9116f7c7
JG
4256Fri Feb 26 18:33:18 1993 John Gilmore (gnu@cacophony.cygnus.com)
4257
4258 * xcoffexec.c (vmap_ldinfo): Fix "/" for '/' typo, reported
4259 by Josef Leherbauer, joe@takeFive.co.at.
4260
4261Wed Feb 24 19:17:11 1993 John Gilmore (gnu@cacophony.cygnus.com)
4262
4263 * symfile.c (syms_from_objfile), tm-29k.h, tm-3b1.h, tm-68k-un.h,
4264 tm-altos.h, tm-arm.h, tm-convex.h, tm-es1800.h, tm-h8300.h,
4265 tm-hp300bsd.h, tm-hp300hpux.h, tm-hppa.h, tm-i386bsd.h,
4266 tm-i386v.h, tm-i960.h, tm-irix3.h, tm-isi.h, tm-linux.h,
4267 tm-m88k.h, tm-merlin.h, tm-mips.h, tm-news.h, tm-np1.h, tm-pn.h,
4268 tm-pyr.h, tm-rs6000.h, tm-spc-un.h, tm-sun386.h, tm-sunos.h,
4269 tm-symmetry.h, tm-sysv4.h, tm-tahoe.h, tm-umax.h, tm-vax.h,
4270 tm-vx68.h, tm-z8k.h: Remove remnants of NAMES_HAVE_UNDERSCORE.
4271
8fbdca53
FF
4272Wed Feb 24 07:41:15 1993 Fred Fish (fnf@cygnus.com)
4273
f31e2e7a
FF
4274 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Initialize contents
4275 of demangled name fields to NULL if no demangling exists for
4276 a symbol. SYMBOL_INIT_LANGUAGE_SPECIFIC does this for new
4277 symbols if their language is known at the time they are created,
4278 but sometimes the language is not known until later.
4279
8fbdca53
FF
4280 * ch-typeprint.c (chill_print_type_base): Name changed to
4281 chill_type_print_base to match pattern for C and C++ names.
4282 * ch-typeprint.c (chill_print_type): Change "char" to "CHAR"
4283 to be consistent with other usages.
4284 * ch-typeprint.c (chill_type_print_base): Add support for
4285 printing Chill STRUCT types.
4286 * ch-valprint.c: Include values.h.
4287 * ch-valprint.c (chill_print_value_fields): New function and
4288 prototype for printing Chill STRUCT values.
4289 * ch-valprint.c (chill_val_print): Fix call to val_print_string
4290 that was being called with two args instead of three.
4291 * ch-valprint.c (chill_val_print): Call chill_print_value_fields
4292 to print Chill STRUCT values.
8fbdca53 4293
b12529c1
MW
4294Tue Feb 23 18:58:11 1993 Mike Werner (mtw@poseidon.cygnus.com)
4295
4296 * configure.in: added testsuite to configdirs.
4297
c2dc518b
MS
4298Tue Feb 23 11:46:11 1993 Mike Stump (mrs@cygnus.com)
4299
4300 * doc/stabs.texi: The `this' pointer is now known by the name
4301 `this' instead of `$t'.
4302
b6236d6e
FF
4303Tue Feb 23 11:21:33 1993 Fred Fish (fnf@cygnus.com)
4304
bb6e8fe6
FF
4305 * dwarfread.c (read_tag_string_type): Rewrite to allow forward
4306 references of TAG_string_type DIEs in user defined types.
b6236d6e
FF
4307 * ch-lang.c (chill_create_fundamental_type): Track compiler
4308 change that now emits debugging info with the type long for Chill
4309 longs.
b6236d6e 4310
c2a0f1cb
ILT
4311Mon Feb 22 15:21:54 1993 Ian Lance Taylor (ian@cygnus.com)
4312
4313 * remote-mips.c: New file; implements MIPS remote debugging
4314 protocol.
4315 * config/idt.mt: New file; uses remote-mips.c
4316 * configure.in (mips-idt-ecoff): New target; uses idt.mt.
4317
4318 * mips-tdep.c (mips_fpu): New variable; controls use of MIPS
4319 floating point coprocessor.
4320 (mips_push_dummy_frame): If not mips_fpu, don't save floating
4321 point registers.
4322 (mips_pop_frame): If not mips_fpu, don't restore floating point
4323 registers.
4324 (_initialize_mips_tdep): New function; let the user reset mips_fpu
4325 variable.
4326 * tm-mips.h (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE): If not
4327 mips_fpu, don't use fp0 as floating point return register.
4328 (FIX_CALL_DUMMY): If not mips_fpu, don't save floating point
4329 registers.
4330
bf3d2b75
MW
4331Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
4332
4333 * gdb/testsuite: made modifications to testcases, etc., to allow
4334 them to work properly given the reorganization of deja-gnu and the
4335 relocation of the testcases from deja-gnu to a "tool" subdirectory.
4336
19fa4a0a
MW
4337Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
4338
4339 * gdb/testsuite: Initial creation of gdb/testsuite.
4340 Migrated dejagnu testcases and support files for testing nm to
4341 gdb/testsuite from deja-gnu. These files were moved "as is"
4342 with no modifications. This migration is part of a major overhaul
4343 of dejagnu. The modifications to these testcases, etc., which
4344 will allow them to work with the new version of dejagnu will be
4345 made in a future update.
4346
cb46c402
JG
4347Fri Feb 19 18:36:55 1993 John Gilmore (gnu@cygnus.com)
4348
4349 * NEWS: Add reminders for next release.
4350
254dec35
ILT
4351Fri Feb 19 10:01:39 1993 Ian Lance Taylor (ian@cygnus.com)
4352
4353 * mipsread.c (parse_lines): Correct check for files compiled with
4354 -g1.
4355
dba02c60
JG
4356Fri Feb 19 05:56:15 1993 John Gilmore (gnu@cygnus.com)
4357
4358 * Makefile.in (VERSION): 4.8.1 to distinguish local versions.
4359
c7cb1025 4360Fri Feb 19 01:32:58 1993 John Gilmore (gnu@cygnus.com)
ead97959
JG
4361
4362 * Makefile.in (VERSION): GDB-4.8 release!
dba02c60 4363 * README, NEWS: Update for release.
ead97959 4364
b9163d1a
SG
4365Thu Feb 18 22:44:40 1993 Stu Grossman (grossman@cygnus.com)
4366
4367 * am29k-pinsn.c (print_insn): Minor nits with const.
4368 * am29k-tdep.c: More minor nits with arg types for
4369 supply_register, NULL vs. 0, read_register_gen, & reginv_com.
4370
5e3d0ab0
JG
4371Thu Feb 18 22:38:03 1993 John Gilmore (gnu@cygnus.com)
4372
4373 * gcc.patch: Update for a different GCC (G++) bug.
4374 * main.c (print_gdb_version): Update copyright year to 1993.
4375 * nm-hp300bsd.h: Decide whether this is BSD 4.3 or 4.4,
4376 conditionalize this file on it. FIXME, right way is to split
4377 these into two config files.
4378 (ATTACH_DETACH): Define for BSD 4.4
4379 (PTRACE_ARG_TYPE): caddr_t for BSD 4.4, unset for 4.3.
4380 (U_REGS_OFFSET): Revise for 4.4.
4381 (REGISTER_U_ADDR): Separate for 4.4, but it doesn't work yet.
4382 * xm-hp300bsd.h: Move definitions of UINT_MAX, INT_MAX, INT_MIN,
4383 LONG_MAX into this file to avoid cpp "redefinition" warnings.
4384
add04f8b
RP
4385Thu Feb 18 16:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
4386
4387 * nm-hp300bsd.h (PTRACE_ARG3_TYPE): FSF's hp300's have int* not
4388 caddr_t.
4389
c5c00171
JG
4390Thu Feb 18 04:10:06 1993 John Gilmore (gnu@cygnus.com)
4391
961ccde6
JG
4392 * c-lang.c (c_printstr): Bugfix for length==0 case.
4393
c5c00171
JG
4394 * c-lang.c (c_printstr): If a C string ends in a null, don't
4395 print the null.
4396
eece984d
SG
4397Thu Feb 18 02:39:21 1993 Stu Grossman (grossman at cygnus.com)
4398
4399 * defs.h (STRCMP): Make it work for unsigned chars.
4400
ec4bf6a0
JG
4401Thu Feb 18 01:56:06 1993 John Gilmore (gnu@cygnus.com)
4402
4403 * nm-hp300bsd.h (ATTACH_DETACH, PTRACE_ATTACH, PTRACE_DETACH): define.
4404 * config/hp300bsd.mh (REGEX, REGEX1): Define.
4405 * m68k-pinsn.c (BREAK_UP_BIG_DECL, AND_OTHER_PART): #if __GNUC__,
4406 define to kludge the large opcode table into two smaller tables,
4407 since GCC take exponential space to build the table. Lint.
4408 (NOPCODES): Remove, use "numopcodes" from opcode/m68k.h instead.
4409
0ae975ea
JG
4410Wed Feb 17 19:24:40 1993 John Gilmore (gnu@cygnus.com)
4411
be220da1
JG
4412 * Makefile.in (VERSION): Roll to 4.7.9.
4413 * xm-hp300bsd.h: Define PSIGNAL_IN_SIGNAL_H and put a compatible
4414 definition here, to handle both BSD 4.3 and 4.4 systems.
5824e607
JG
4415 * mipsread.c (ZMAGIC): #undef to avoid duplicate define.
4416 * remote.c (alarm): Move declaration to global level, before
4417 first reference to it.
4418 * tm-i386bsd.h (NUM_REGS): There are only eleven, not twelve.
0ae975ea
JG
4419 * dbxread.c (process_one_symbol): Cast to unsigned char, not int.
4420
8631194d
RP
4421Wed Feb 17 13:40:29 1993 K. Richard Pixley (rich@cygnus.com)
4422
fce7f2d9
RP
4423 * remote.c (readchar): forward declare alarm which otherwise looks
4424 like an undeclared variable to gcc.
4425
040b9597
RP
4426 * dbxread.c (process_one_symbol): cast enum value N_SO into int
4427 when comparing against an int. Avoids superfluous warning from
4428 vax ultrix 4.2 cc.
4429
9549404e
RP
4430 * inflow.c (set_sigint_trap): add cast to assignment from signal.
4431 Avoids superfluous warnings from some systems and/or compilers
4432 (like vax ultrix 4.2.)
4433
8631194d
RP
4434 * language.c (struct op_print unk_op_print_tab): use the enum
4435 values rather naked zeros as initializers. Avoids warnings from
4436 ultrix type compilers.
4437
f4ed8840
JG
4438Tue Feb 16 00:53:20 1993 John Gilmore (gnu@cygnus.com)
4439
4440 * Makefile.in (VERSION): Roll to 4.7.6.
4441 (SFILES_SUBDIR): Add 29k-share/udi_soc.
4442 (SFILES_SUBSUBDIR): Move 29k-share/udi files to this macro.
62e859f0
JG
4443 (alldeps.mak): Make ALLDEPFILES_SUBSUBDIR for files in sub sub dirs.
4444 (ALLDEPFILES_SUBSUBDIR): Depend on this for deeper dep files.
f4ed8840
JG
4445 (HFILES): Remove all nm-* except nm-trash.h. Add ns32k-opcode.h.
4446 (depend): Fix bug where nm-files in config files weren't noticed.
4447 (make-proto-gdb-1): Avoid changing directories while building new
4448 prototype. Build SFILES_SUBSUBDIR with longer symlinks.
4449
7c622b41
JG
4450Mon Feb 15 20:48:09 1993 John Gilmore (gnu@cygnus.com)
4451
4452 * remote.c: Improve error recovery. Allow user to break out
4453 of initial connection attempt with INTERRUPT. Treat a timeout
4454 while waiting for remote packet like a retry, unless the remote
4455 side is actively running user code. Fix a few long printf_filtered's.
4456
4457 * xcoffread.c (read_xcoff_symtab): Don't use null symbol name for
4458 trampoline symbols.
4459
4460 * buildsym.c (start_subfile): Allow null file name.
4461
e9916390
RP
4462Fri Feb 12 15:46:49 1993 K. Richard Pixley (rich@cygnus.com)
4463
4464 * xcoffread.c (process_xcoff_symbol, read_symbol_lineno): complain
4465 expects a pointer to complaint rather than a complaint
4466 structure.
6d4ea3a5
RP
4467 (process_linenos): free the previously allocated subfile name,
4468 then allocate the new one from the heap.
e9916390 4469
256b4f37
SC
4470Fri Feb 12 08:06:05 1993 Steve Chamberlain (sac@thepub.cygnus.com)
4471
4472 * h8300-tdep.c, tm-h8300.h: turn off some experimental features
4473
e5eeaaf8
JG
4474Thu Feb 11 00:59:07 1993 John Gilmore (gnu@cygnus.com)
4475
256b4f37
SC
4476 * stabsread.c (dbx_lookup_type): Handle negative type numbers.
4477 Previously, would bogusly index off the bottom of type_vector.
4478 (rs6000_builtin_type): Accept type number as argument.
4479 (read_type, case '-'): Handle negatives like any other type number.
4480
4481 * symfile.c (deduce_language_from_filename): Handle null name.
4482
015605c5
JG
4483 * mips-tdep.c (isa_NAN): Fix byte order dependency.
4484 Reported by Nobuyuki Hikichi <hikichi@sra.co.jp>,
4485 fixed by sato@sm.sony.co.jp.
4486
e5eeaaf8
JG
4487 * xcoffread.c (parmsym): Don't use an initializer to set up
4488 this struct symbol. Set it up in initialize_xcoffread.
4489 (read_xcoff_symtab, xcoff_symfile_read): Surround code that only
4490 works on real rs/6000 target with #ifndef FAKING_RS6000.
4491
dd469789
JG
4492Wed Feb 10 23:42:37 1993 John Gilmore (gnu@cygnus.com)
4493
4494 * stabsread.c (rs6000_builtin_type): Move function from
4495 xcoffread.c:builtin_type.
4496 * xcoffread.c (builtin_type): Move to stabsread. Remove
4497 IBM6000_HOST dependency. Move misplaced comments.
4498 (various): Change printf's to complaints.
4499 (patch_block_stabs, process_xcoff_symbol case C_DECL): Add
4500 objfile argument to read_type calls under #if 0.
4501 (process_xcoff_symbol case C_RSYM): Fix typo in #ifdef.
4502 * xcoffexec.c (map_vmap): Don't allocate an objfile for the exec_file.
4503 * Makefile.in: xcoffread.o is not built by default.
364c1151 4504 * xm-rs6000.h (IBM6000_HOST): Remove.
dd469789
JG
4505 * config/rs6000.mh (NATDEPFILES): xcoffread.o is native only.
4506 * doc/gdbint.texinfo: Eliminate IBM6000_HOST, document
4507 IBM6000_TARGET.
4508
733a94e8
SG
4509Wed Feb 10 18:31:20 1993 Stu Grossman (grossman at cygnus.com)
4510
4511 * findvar.c (read_var_value): If REG_STRUCT_HAS_ADDR, then set
4512 VALUE_LVAL to be lval_memory so that we don't try to modify wild
4513 register numbers when user tries to modify elements in structs
4514 passed as arguments.
4515 * inflow.c (child_terminal_info): Move banner outside of system
4516 specific #ifdefs.
4517 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Define this for HPPA, which
4518 passes struct/union arguments by address.
4519
4520Wed Feb 10 15:34:46 1993 Ian Lance Taylor (ian@cygnus.com)
4521
14b1f0d9 4522 * Based on patch from Kean Johnston <maw@netcom.com>:
733a94e8
SG
4523 * nm-i386sco4.h: New file. Like nm-i386sco.h, but define
4524 ATTACH_DETACH, PTRACE_ATTACH and PTRACE_DETACH.
4525 * config/i386sco4.mh (NAT_FILE): Use nm-i386sco4.h.
4526
79533adf
JG
4527Tue Feb 9 20:07:18 1993 John Gilmore (gnu@cygnus.com)
4528
4529 * remote-udi.c (FREEZE_MODE): Fix && for & typo. Found and
4530 fixed by Lynn D. Shumaker, shumaker@saifr00.cfsat.honeywell.com.
4531
2368ffb6
ILT
4532Tue Feb 9 08:18:07 1993 Ian Lance Taylor (ian@cygnus.com)
4533
4534 * config/i386sco4.mh (MUNCH_DEFINE): Pass -p to nm to avoid bug in
4535 cc debugging output.
4536
2a021f21
JG
4537Tue Feb 9 00:19:28 1993 John Gilmore (gnu@cygnus.com)
4538
4539 * stabsread.c (define_symbol): Complain about unrecognized names
4540 that begin with CPLUS_MARKER (often '$'), but don't die. Fix
4541 suggested by gb@cs.purdue.edu (Gerald Baumgartner).
4542 (read_cpp_abbrev): Don't use the class name as part of the
4543 vtable pointer member name (_vptr$) in $vf abbrevs or unrecognized
4544 abbrevs. Inspired by Mike Tiemann.
4545 (read_tilde_fields): Comment. Remove ancient dead code.
4546 Remove erroneous but non-dead code. Simplify. Add complaints.
4547 (in general): Remove extraneous (parentheses) in return
4548 statements.
4549
c653bc6d
JG
4550Fri Feb 5 14:01:22 1993 John Gilmore (gnu@cygnus.com)
4551
931bf12a
JG
4552 * coffread.c (coff_lookup_type): Fix fencepost error reported
4553 by Art Berggreen, <arg@opal.acc.com>.
4554
c653bc6d 4555 Fix long file name bug reported on SCO Open Desktop 2.0 by Ulf Lunde
931bf12a 4556 <Ulf.Lunde@kvatro.no> and Dag H. Wanvik <Dag.H.Wanvik@kvatro.no>:
c653bc6d
JG
4557
4558 * coffread.c (getfilename): Eliminate COFF_NO_LONG_FILE_NAMES
4559 test, which is apparently left over from when we used native
4560 include files and couldn't depend on the member names being there.
4561 * tm-3b1.h, tm-altos.h, tm-i386v.h: Don't set it.
4562
4563Thu Feb 4 12:23:15 1993 Ian Lance Taylor (ian@cygnus.com)
4564
4565 * mipsread.c: Major overhaul to use new BFD symbol table reading
4566 routines. Now swaps information as it is needed, rather than
4567 swapping everything when the file is read.
4568
b076f024
JG
4569Thu Feb 4 01:52:36 1993 John Gilmore (gnu@cygnus.com)
4570
4571 * Makefile.in (TARDIRS): Add sparclite demo dir.
4572 (*.tab.c): Change dependency on Makefile to depend on
4573 Makefile.in, otherwise it always rebuilds after configuring.
4574 Force output *.tab.c file into current directory even in "make"
4575 versions that rewrite dependent file names used in command lines.
4576
4577 * TODO: Remove some things we did.
4578 * am29k-opcode.h, convx-opcode: Remove; now in ../include/opcode.
4579 * os68k-xdep.c: Remove; useless file (os68k is a target only).
4580 * convex-pinsn.c: Use ../include/opcode/convex.h. Add CONST.
4581 * symtab.h: Eliminate unnamed unions and structs.
4582
ad89bdfd
JG
4583Wed Feb 3 14:48:08 1993 John Gilmore (gnu@cygnus.com)
4584
4585 * Makefile.in (VERSION): Roll to 4.7.5.
ad89bdfd 4586
ca5a72cd
JG
4587Tue Feb 2 20:47:42 1993 John Gilmore (gnu@cygnus.com)
4588
4589 * breakpoint.c (breakpoint_re_set_one): Handle watchpoints when
4590 re-evaluating symbol pointers.
4591
9da75ad3
FF
4592Tue Feb 2 16:10:31 1993 Fred Fish (fnf@cygnus.com)
4593
4594 * c-exp.y (lcurly, rcurly): New nonterminals.
4595 * c-exp.y (exp): Use lcurly and rcurly for arrays and UNOP_MEMVAL
4596 constructs.
4597 * parse.c (free_funcalls): Moved prototype from parser-defs.h,
4598 made function static.
4599 * parse.c (struct funcall): Moved struct def from parser-defs.h.
4600 * parse.c (funcall_chain): Moved from parser-defs.h, made static.
4601 * parse.c (start_arglist):
4602 * parser-defs.h (free_funcalls): Moved prototype to parse.c.
4603 * parser-defs.h (struct funcall): Moved struct def to parse.c.
4604 * parser-defs.h (funcall_chain): Moved to parse.c.
4605 * printcmd.c (print_frame_nameless_args): Fix prototype.
4606 * tm-mips.h (setup_arbitrary_frame): Fix prototype.
4607 * tm-sparc.h (setup_arbitrary_frame): Fix prototype.
4608 * valops.c (typecmp): Moved prototype from values.h.
4609 * value.h (typecmp): Moved prototype to valops.c, made static.
9da75ad3 4610 * ch-exp.y (yylex): Change way control sequences are disabled.
9da75ad3 4611
58bcc08c
JG
4612Tue Feb 2 16:11:43 1993 John Gilmore (gnu@cygnus.com)
4613
4614 * tm-mips.h, tm-sparc.h: Fix thinko in SETUP_ARBITRARY_FRAME.
4615
fee754c9
ILT
4616Tue Feb 2 15:30:33 1993 Ian Lance Taylor (ian@cygnus.com)
4617
4618 * mipsread.c (upgrade_type): Build array types correctly, using
4619 create_range_type and create_array_type.
4620
7dc15bb7
JG
4621Tue Feb 2 00:19:08 1993 John Gilmore (gnu@cygnus.com)
4622
58bcc08c
JG
4623 * remote-nindy.c: Cleanup.
4624
1b6a2087
JG
4625 * infrun.c (wait_for_inferior): When rolling back the PC after
4626 a breakpoint, call write_pc so that NPC gets rolled back as well
4627 (for the 29K).
4628
d122f257
JG
4629 * blockframe.c (inside_entry_file, inside_main_func,
4630 inside_entry_func): PC of zero is always "bottom of stack".
4631
7dc15bb7
JG
4632 * printcmd.c (print_frame_args, print_frame_nameless_args):
4633 Let print_frame_nameless_args decide whether there are any,
4634 laying groundwork for possibly later printing 29K args for
4635 functions where we have tag words but no symbols.
4636
2b21d8aa
RP
4637Mon Feb 1 18:09:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
4638
4639 * Makefile.in: fix GDB doc targets for new doc subdir structure
4640
07c2fa3e
JG
4641Mon Feb 1 17:56:47 1993 John Gilmore (gnu@cygnus.com)
4642
4643 * stack.c (parse_frame_specification): Parse as many arguments
4644 as there are (up to MAXARGS). Pass all of them in argc, argv
4645 format to SETUP_ARBITRARY_FRAME. Put the burden of checking how
4646 many there were, onto SETUP_ARBITRARY_FRAME.
4647 * tm-mips.h, tm-sparc.h: Corresponding changes.
4648 * mips-tdep.c, sparc-tdep.c: Ditto.
4649
6edd74ae
JG
4650Mon Feb 1 17:19:37 1993 John Gilmore (gnu@cygnus.com)
4651
4652 * hp300ux-nat.c: Update copyrights.
4653 * mipsread.c (parse_partial_symbols): Complain about block
4654 indexes that go backwards. Fix from Peter Schauer.
4655 * symfile.c (syms_from_objfile, symbol_file_add): Allow a
4656 symbol-file that has no linkage symbols to be read.
4657 * tm-rs6000.h, xm-rs6000.h: (SIGWINCH_HANDLER and friends): Move
4658 from tm- file to xm-file, since they're host dependent.
4659 * valarith.c (value_binop): Typo.
797bc12b 4660
6edd74ae 4661Mon Feb 1 16:16:59 1993 Stu Grossman (grossman at cygnus.com)
797bc12b
SG
4662
4663 * sparclite/aload.c: Add copyleft.
4664 * sparclite/crt0.s: Add comment at beginning.
4665
2431d063
SC
4666Mon Feb 1 14:36:11 1993 Steve Chamberlain (sac@thepub.cygnus.com)
4667
4668 * remote-z8k.c, z8k-tdep.c: support for the Z8001 and Z8002.
4669 * parse.c (std_regs): Only declare if NO_STD_REGS is defined.
4670
d112a0c6
MT
4671Sun Jan 31 04:32:48 1993 Michael Tiemann (tiemann@rtl.cygnus.com)
4672
7cb0f870
MT
4673 * values.c (value_headof): Fix typo in which VTBL and ARG were
4674 being confused for one another.
4675
a163ddec
MT
4676 * valops.c (typecmp): Now static.
4677
edf67bd1
MT
4678 * gdbtypes.c (fill_in_vptr_fieldno): Don't ignore the first
4679 baseclass--we don't always inherit its virtual function table
4680 pointer.
4681
271e5030
MT
4682 * eval.c (evaluate_subexp): In OP_FUNCALL case, adjust `this'
4683 pointer correctly in case value_struct_elt moves it around.
4684
4685 * valops.c (typecmp): Now static. Also, now groks references
4686 better.
4687
d112a0c6 4688 * gdbtypes.c (lookup_struct_elt_type): Pass NOERR instead of
271e5030 4689 zero on recursive call. If NAME is the name of TYPE, return TYPE.
d112a0c6 4690
3d9b9577
JG
4691Sat Jan 30 19:55:52 1993 John Gilmore (gnu@cygnus.com)
4692
ec68a93f
JG
4693 * hppah-nat.c: Eliminate <sys/user.h> and other unnecessary stuff,
4694 to avoid "too much defining" error from native C compiler (!).
4695
3d9b9577
JG
4696 * Makefile.in (HFILES): Add typeprint.h.
4697 * typeprint.[ch]: Update copyrights.
4698
926d7800
JG
4699Thu Jan 28 19:09:02 1993 John Gilmore (gnu@cygnus.com)
4700
bdec39b3
JG
4701 * Makefile.in: Update to match doc/ subdir changes.
4702
92063c3e 4703 * config/hp300hpux.mh: No cross-host file needed, just native.
71e60679
JG
4704 * config/go32.mh: Remove nonexistent "native" support.
4705
2a770cac
JG
4706 M88K fixes reported by Carl Greco, <cgreco@Creighton.Edu>:
4707 * tm-m88k.h (REGISTER_CONVERT_TO_RAW): Fix typo.
4708 * m88k-tdep.c (next_insn): Lint, cleanup.
4709 (store_parm_word): Lint.
4710
926d7800
JG
4711 * README: Fix typo (reported by karl@hq.ileaf.com).
4712
2fcc38b8
FF
4713Wed Jan 27 21:34:21 1993 Fred Fish (fnf@cygnus.com)
4714
4715 * expression.h (BINOP_CONCAT): Document use for self concatenation
4716 an integral number of times.
4717 * language.c (binop_type_check): Extend BINOP_CONCAT for self
4718 concatenation case.
4719 * valarith.c (value_concat): Rewrite to support self
4720 concatenation an integral number of times.
2fcc38b8
FF
4721 * Makefile.in (ch-exp.tab.c): Change "expect" message.
4722 * ch-exp.y (FIXME's): Make all FIXME tokens distinct, to
4723 eliminate hundreds of spurious shift/reduce and reduce/reduce
4724 conflicts that mask the 5 real ones.
4725 * ch-exp.y (STRING, CONSTANT, SC): Remove unused tokens.
4726 * ch-exp.y (integer_literal_expression): Remove production,
4727 no longer used.
2fcc38b8
FF
4728
4729Thu Jan 21 09:58:36 1993 Fred Fish (fnf@cygnus.com)
4730
4731 * eval.c (evaluate_subexp): Fix OP_ARRAY, remove code that
4732 implied that "no side effects" was nonfunctional.
4733 * eval.c (evaluate_subexp): Add BINOP_CONCAT case to deal with
4734 character string and bitstring concatenation.
4735 * expprint.c (dump_expression): Add case for BINOP_CONCAT.
4736 * expression.h (exp_opcode): Add BINOP_CONCAT.
4737 * gdbtypes.h (type_code): Add TYPE_CODE_BITSTRING.
4738 * language.c (string_type): Add function to determine if a type
4739 is a string type.
4740 * language.c (binop_type_check): Add case for BINOP_CONCAT.
4741 * valarith.c (value_concat): New function to concatenate two
4742 values, such as character strings or bitstrings.
4743 * valops.c (value_string): Remove error stub and implement
4744 function body.
4745 * value.h (value_concat): Add prototype.
2fcc38b8
FF
4746 * ch-exp.y (operand_3): Add actions for SLASH_SLASH (//).
4747 * ch-exp.y (yylex): Recognize SLASH_SLASH.
4748 * ch-lang.c (chill_op_print_tab): Add SLASH_SLASH (//) as
4749 BINOP_CONCAT.
2fcc38b8
FF
4750
4751Tue Jan 19 14:26:15 1993 Fred Fish (fnf@cygnus.com)
4752
4753 * c-exp.y (exp): Add production to support direct creation
4754 of array constants using the obvious syntax.
4755 * c-valprint.c (c_val_print): Set printed string length.
4756 * dwarfread.c (read_tag_string_type): New prototype and
4757 function that handles TAG_string_type DIEs.
4758 * dwarfread.c (process_dies): Add case for TAG_string_type
4759 that calls new read_tag_string_type function.
4760 * expprint.c (print_subexp): Add support for OP_ARRAY.
4761 * gdbtypes.c (create_range_type, create_array_type): Inherit
4762 objfile from the index type.
2fcc38b8
FF
4763 * ch-typeprint.c (chill_print_type): Add case for
4764 TYPE_CODE_STRING.
4765 * ch-valprint.c (chill_val_print): Fix case for
4766 TYPE_CODE_STRING.
2fcc38b8 4767
201c1243
ILT
4768Mon Jan 18 11:58:45 1993 Ian Lance Taylor (ian@cygnus.com)
4769
4770 * mipsread.c (CODE_MASK, MIPS_IS_STAB, MIPS_MARK_STAB,
4771 MIPS_UNMARK_STAB, STABS_SYMBOLS): Removed; now in
4772 include/coff/mips.h.
4773
c4413e2c
FF
4774Fri Jan 15 20:26:50 1993 Fred Fish (fnf@cygnus.com)
4775
4776 * c-exp.y (exp:STRING): Convert C strings into array-of-char
4777 constants with an explicit null byte terminator. OP_STRING is
4778 now used for real string types.
4779 * c-lang.c (builtin_type_*): Move declarations to lang.c since
4780 they are used by all languages.
4781 * c-lang.c (_initialize_c_language): Move initializations of
4782 builtin_type_* to lang.c.
4783 * c-typeprint.c (c_type_print_varspec_prefix,
4784 c_type_print_varspec_suffix): TYPE_CODE_PASCAL_ARRAY renamed
4785 to TYPE_CODE_STRING.
4786 * c-valprint.c (c_val_print): Change the way character arrays
4787 are printed as strings to be consistent with the way strings
4788 are printed when pointer-to-char types are dereferenced.
4789 Remove test of print_max before calling val_print_string, which
4790 now does it's own test.
4791 * eval.c (evaluate_subexp): Add case for OP_ARRAY.
4792 * expprint.c (print_subexp, dump_expression): Add case for OP_ARRAY.
4793 * expression.h (enum exp_opcode): Add OP_ARRAY and document.
4794 * gdbtypes.c (builtin_type_*): Add declarations moved from
4795 c-lang.c.
4796 * gdbtypes.c (create_string_type): New function to create real
4797 string types.
4798 * gdbtypes.c (recursive_dump_type): TYPE_CODE_PASCAL_ARRAY
4799 renamed to TYPE_CODE_STRING.
4800 * gdbtypes.c (_initialize_gdbtypes): Add initializations of
4801 builtin_type_* types moved from c-lang.c.
4802 * gdbtypes.h (enum type_code): TYPE_CODE_PASCAL_ARRAY renamed
4803 to TYPE_CODE_STRING.
4804 * gdbtypes.h (builtin_type_string): Add extern declaration.
4805 * gdbtypes.h (create_string_type): Add prototype.
4806 * m2-lang.c (m2_create_fundamental_type): TYPE_CODE_PASCAL_ARRAY
4807 renamed to TYPE_CODE_STRING.
4808 * m88k-tdep.c (pushed_size): TYPE_CODE_PASCAL_ARRAY renamed to
4809 TYPE_CODE_STRING.
4810 * mipsread.c (_initialize_mipsread): TYPE_CODE_PASCAL_ARRAY
4811 renamed to TYPE_CODE_STRING.
4812 * parse.c (length_of_subexp, prefixify_subexp): Add case for
4813 OP_ARRAY.
4814 * printcmd.c (print_formatted): Recognize TYPE_CODE_STRING.
4815 * typeprint.c (print_type_scalar): TYPE_CODE_PASCAL_ARRAY renamed
4816 to TYPE_CODE_STRING.
4817 * valops.c (allocate_space_in_inferior): New function and
4818 prototype, using code ripped out of value_string.
4819 * valops.c (value_string): Rewritten to use new function
4820 allocate_space_in_inferior, but temporarily disabled until some
4821 other support is in place.
4822 * valops.c (value_array): New function to create array constants.
4823 * valprint.c (val_print_string): Add comment to document use,
4824 complete rewrite to fix several small buglets.
4825 * value.h (value_array): Add prototype.
4826 * value.h (val_print_string): Change prototype to match rewrite.
c4413e2c
FF
4827 * ch-valprint.c (chill_val_print): Add case for TYPE_CODE_STRING.
4828 * ch-exp.y (match_character_literal): Disable recognition of
4829 control sequence form of character literals and document why.
c4413e2c 4830
6d1e8f54
SG
4831Thu Jan 14 15:48:12 1993 Stu Grossman (grossman at cygnus.com)
4832
4833 * nindy-share/nindy.c: Add comments to #endif's to clarify
4834 grouping.
4835
4836 * hppa-pinsn.c (print_insn): Use read_memory_integer, instead of
4837 read_memory to get byte order right.
4838 * hppah-tdep.c (find_unwind_info): Don't read in unwind info
4839 anymore. This is done in paread.c now. We expect unwind info
4840 to hang off of objfiles, and search all of the objfiles when until
4841 we find a match.
4842 * (skip_trampoline_code): Cast arg to target_read_memory.
4843 * objfiles.h (struct objfile): Add new field obj_private to hold
4844 per object file private data (unwind info in this case).
4845 * paread.c (read_unwind_info): New routine to read unwind info
4846 for the objfile. This data is hung off of obj_private.
4847 * tm-hppa.h: Define struct obj_unwind_info, to hold pointers to
4848 the unwind info for this objfile. Also define OBJ_UNWIND_INFO to
4849 make this easier to access.
4850
c7da3ed3
FF
4851Wed Jan 13 20:49:59 1993 Fred Fish (fnf@cygnus.com)
4852
4853 * c-valprint.c (cp_print_class_member): Add extern decl.
4854 * c-valprint.c (c_val_print): Extract code for printing methods
4855 and move it to cp_print_class_method in cp-valprint.c.
4856 * c-valprint.c (c_val_print): Extract code to print strings and
4857 move it to val_print_string in valprint.c.
4858 * cp-valprint.c (cp_print_class_method): New function using
4859 code extracted from c_val_print.
4860 * valprint.c (val_print_string): New function using code
4861 extracted from c_val_print.
4862 * value.h (val_print_string): Add prototype.
c7da3ed3
FF
4863 * ch-exp.y (CHARACTER_STRING_LITERAL): Set correct token type.
4864 * ch-exp.y (literal): Add action for CHARACTER_STRING_LITERAL.
4865 * ch-exp.y (tempbuf, tempbufsize, tempbufindex, GROWBY_MIN_SIZE,
4866 CHECKBUF, growbuf_by_size): New variables, macros, and support
4867 functions for implementing a dynamically expandable temp buffer.
4868 * ch-exp.y (match_string_literal): New lexer function.
4869 * ch-exp.y (match_bitstring_literal): Dynamic buffer code
4870 removed and replaced with new CHECKBUF macro.
4871 * ch-exp.y (yylex): Call match_string_literal when appropriate.
4872 * ch-valprint.c (ch_val_print): Add code for TYPE_CODE_PTR.
c7da3ed3 4873
0213d96f
SG
4874Sat Jan 9 19:59:33 1993 Stu Grossman (grossman at cygnus.com)
4875
78205fb6
SG
4876 * Makefile.in: Add info for paread.o.
4877 * config/hppahpux.mh: Add paread.o to NATDEPFILES.
4878
0213d96f
SG
4879 * blockframe.c (frameless_look_for_prologue): Correct the
4880 comment.
4881 * gdbtypes.h, gdbtypes.c: Use const in decl of
4882 cplus_struct_default, now that pa-gas assembler has been fixed.
4883 * hppah-nat.c: Formatting.
4884 * hppah-tdep.c: Remove lots of useless externs for variables we
4885 don't use.
4886 * (find_unwind_entry): Speed up by using binary search, and a one
4887 entry cache.
4888 * (rp_saved): New routine to see what unwind info says about RP
4889 being saved on the stack frame.
4890 * (frame_saved_pc): Look for prologue to see if we need to
4891 examine the stack for the saved RP or not.
4892 * (init_extra_frame_info): Check for prologue, instead of
4893 framesize to determine if we are frameless or not.
4894 * (frame_chain_valid): Stop backtraces when we run into _start.
4895 * (push_dummy_frame): Reformat to make more readable.
4896 * (find_dummy_frame_regs): ditto.
4897 * (hp_pop_frame): ditto.
4898 * (hp_restore_pc_queue): small cleanup.
4899 * (hp_push_arguments): ditto.
4900 * (pa_do_registers_info): ditto.
4901 * (skip_prologue): New routine created from SKIP_PROLOGUE macro.
4902 * tm-hppa.h: Move contents of SKIP_PROLOGUE into hppah-tdep.c.
4903 * Define FRAME_CHAIN_VALID.
4904 * Turn on BELIEVE_PCC_PROMOTION so that we can access char args
4905 passed to functions.
4906
4907 * paread.c (pa_symtab_read): Use new bfd conventions for
4908 accessing linker symbol table.
4909 * (pa_symfile_init): Access embedded STAB info via BFD section
4910 mechanism and related macros.
4911
4912
bfc55a5d
SG
4913Sat Jan 9 19:31:43 1993 Stu Grossman (grossman at cygnus.com)
4914
4915 * sparc-stub.c: Use a seperate stack for our traps.
4916 * Handle recursive traps.
4917 * Remove all trap init code. This needs to be done by the
4918 environment.
4919 * (set_mem_fault_trap): Call exceptionHandler() to setup this
4920 trap.
4921 * (handle_exception): See if we are at breakinst, if so, then
4922 advance PC sp that users can just step out of breakpoint().
4923 * (case 'G'): Don't let GDB hack CWP. Also, copy saved regs to
4924 new place if SP has changed.
4925 * (case 's'): Get rid of this, we can't do it yet.
4926 * (case 't'): New command to test any old random feature.
4927 * (case 'r'): New command to reset the system.
4928 * (breakpoint): Add label to breakpoint trap instruction so that
4929 handle_exception() can detect where we are and get past the
4930 breakpoint trivially.
4931
f92743ae
ILT
4932Thu Jan 7 13:33:06 1993 Ian Lance Taylor (ian@cygnus.com)
4933
4934 * mips-pinsn.c: Actual work now done by opcodes/mips-dis.c.
4935
bfc55a5d
SG
4936Thu Jan 7 09:21:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
4937
4938 * configure.in: recognise all sparclite variants
4939
f92743ae
ILT
4940Wed Jan 6 10:14:51 1993 Steve Chamberlain (sac@thepub.cygnus.com)
4941
4942 * symfile.c: If O_BINARY isn't defined, set it to 0, call openp for
4943 binary files oring in the right bit.
4944
4945 * main.c, source.c, state.c, symmisc.c: use macros defined in
4946 fopen-{bin|both} when fopening files.
4947
81028ab0
FF
4948Wed Jan 6 08:19:11 1993 Fred Fish (fnf@cygnus.com)
4949
4950 * defs.h (HOST_CHAR_BIT): New macro, defaults to either CHAR_BIT
4951 from a configuration file (typically including <limits.h>), or to
4952 TARGET_CHAR_BIT if CHAR_BIT is not defined.
4953 * eval.c (evaluate_subexp): Use new BYTES_TO_EXP_ELEM macro.
4954 * eval.c (evaluate_subexp): Add case for OP_BITSTRING.
4955 * expprint.c (print_subexp): Use new BYTES_TO_EXP_ELEM macro.
4956 * exppritn.c (print_subexp, dump_expression): Add case for
4957 OP_BITSTRING.
4958 * expression.h (OP_BITSTRING): New expression element type for
4959 packed bitstrings.
4960 * expression.h (EXP_ELEM_TO_BYTES, BYTES_TO_EXP_ELEM): New
4961 macros to convert between number of expression elements and bytes
4962 to store that many elements.
4963 * i960-tdep.c (leafproc_return): Use new macros to access
4964 minimal symbol name and address fields.
4965 * m88k-pinsn.c (sprint_address): Use new macros to access
4966 minimal symbol name and address fields.
4967 * nindy-tdep.c (nindy_frame_chain_valid): Use new macro to access
4968 minimal symbol address field.
4969 * parse.c (write_exp_elt, write_exp_string, prefixify_expression,
4970 parse_exp_1): Use new EXP_ELEM_TO_BYTES macro.
4971 * parse.c (write_exp_string, length_of_subexp, prefixify_expression):
4972 Use new BYTES_TO_EXP_ELEM macro.
4973 * parse.c (write_exp_bitstring): New function to write packed
4974 bitstrings into the expression element vector.
4975 * parse.c (length_of_subexp, prefixify_subexp): Add case for
4976 OP_BITSTRING.
4977 * parser-defs.h (struct stoken): Document that it is used for
4978 OP_BITSTRING as well as OP_STRING.
4979 * parser-defs.h (write_exp_bitstring): Add prototype.
81028ab0
FF
4980 * ch-exp.y (BIT_STRING_LITERAL): Change token type to sval.
4981 * ch-exp.y (NUM, PRED, SUCC, ABS, CARD, MAX, MIN, SIZE, UPPER,
4982 LOWER, LENGTH): New tokens for keywords.
4983 * ch-exp.y (chill_value_built_in_routine_call, mode_argument,
4984 upper_lower_argument, length_argument, array_mode_name,
4985 string_mode_name, variant_structure_mode_name): New non-terminals
4986 and productions.
4987 * ch-exp.y (literal): Useful production for BIT_STRING_LITERAL.
4988 * ch-exp.y (match_bitstring_literal): New lexer support function
4989 to recognize bitstring literals.
4990 * ch-exp.y (tokentab6): New token table for 6 character keywords.
4991 * ch-exp.y (tokentab5): Add LOWER, UPPER.
4992 * ch-exp.y (tokentab4): Add PRED, SUCC, CARD, SIZE.
4993 * ch-exp.y (tokentab3): Add NUM, ABS, MIN, MAX.
4994 * ch-exp.y (yylex): Check tokentab6.
4995 * ch-exp.y (yylex): Call match_bitstring_literal.
81028ab0 4996
76a0ffb4
FF
4997Mon Jan 4 16:54:18 1993 Fred Fish (fnf@cygnus.com)
4998
2eda1cdf
FF
4999 * xcoffexec.c (vmap_symtab): Use new macros to access minimal
5000 symbol name and value fields.
5001
533d1dc7
FF
5002 * c-exp.y (yylex): Make static, to match prototype and other
5003 <lang>-exp.y files.
5004
76a0ffb4
FF
5005 * expression.h (exp_opcode): Add BINOP_MOD.
5006 * eval.c (evaluate_subexp): Handle new BINOP_MOD.
5007 * expprint.c (dump_expression): Handle new BINOP_MOD.
5008 * language.c (binop_type_check): Handle new BINOP_MOD.
5009 * main.c (float_handler): Re-enable float handler when hit.
5010 * valarith.c (language.h): Include, need current_language.
5011 * valarith.c (TRUNCATION_TOWARDS_ZERO): Define default macro
5012 for integer divide truncates towards zero for negative results.
5013 * valarith.c (value_x_binop): Handle BINOP_MOD if seen.
5014 * valarith.c (value_binop): Allow arithmetic operations on
5015 TYPE_CODE_CHAR variables. Add case to handle new BINOP_MOD.
76a0ffb4
FF
5016 * ch-exp.y (operand_4): Add useful actions for MOD and REM.
5017 * ch-exp.y (tokentab3): Add MOD and REM.
5018 * ch-exp.y (yylex): Set innermost_block for symbols found
5019 in local scopes. Return LOCATION_NAME for local symbols.
5020 * ch-lang.c (chill_op_print_tab): Fix MOD entry to use
5021 BINOP_MOD instead of BINOP_REM. Add REM entry, using BINOP_REM.
76a0ffb4 5022
f92743ae
ILT
5023Mon Jan 4 07:35:31 1993 Steve Chamberlain (sac@wahini.cygnus.com)
5024
5025 * command.c (shell_escape, make_command, _initialize_command):
5026 don't create or use fork if CANT_FORK is defined.
5027 * serial.h, ser-go32.c: now compiles, but "the obvious problems of
5028 code written for the IBM PC" remain.
5029 * xm-go32.h: define CANT_FORK
5030
ec25d19b
SC
5031Sun Jan 3 14:24:56 1993 Steve Chamberlain (sac@thepub.cygnus.com)
5032
5033 * remote-sim.c: first attempt at general simulator interface
5034 * remote-hms.c: whitespace
5035 * h8300-tdep.c: (h8300_skip_prologue, examine_prologue):
5036 understand new stack layout. (print_register_hook): print ccr
5037 register in a fancy way.
5038
fb6e675f
FF
5039Sun Jan 3 14:16:10 1993 Fred Fish (fnf@cygnus.com)
5040
5041 * eval.c (language.h): Include.
5042 * eval.c (evaluate_subexp_with_coercion): Only coerce arrays
5043 to pointer types when the current language is C. It loses for
5044 other languages when the lower index bound is nonzero.
5045 * valarith.c (value_subscript): Take array lower bounds into
5046 account when performing subscripting operations.
5047 * valops.c (value_coerce_array): Add comment describing why
5048 arrays with nonzero lower bounds are dealt with in value_subscript,
5049 rather than in value_coerce_array.
5050
54bbbfb4
FF
5051Sat Jan 2 12:16:41 1993 Fred Fish (fnf@cygnus.com)
5052
1188fbbf
FF
5053 * ch-exp.y (FLOAT_LITERAL): Add token.
5054 * ch-exp.y (literal): Add FLOAT_LITERAL.
5055 * ch-exp.y (match_float_literal): New lexer routine.
5056 * ch-exp.y (convert_float): Remove.
5057 * ch-exp.y (yylex): Call match_float_literal.
5058 * ch-exp.y (yylex): Match single '.' after trying
5059 to match floating point literals.
1188fbbf 5060
54bbbfb4
FF
5061 * eval.c (evaluate_subexp): Add case MULTI_SUBSCRIPT.
5062 * expprint.c (print_subexp): Rename BINOP_MULTI_SUBSCRIPT to
5063 MULTI_SUBSCRIPT.
5064 * expprint.c (dump_expression): New function for dumping
5065 expression vectors during gdb debugging.
5066 * expression.h (BINOP_MULTI_SUBSCRIPT): Name changed to
5067 MULTI_SUBSCRIPT and moved out of BINOP range.
5068 * expression.h (DUMP_EXPRESSION): New macro that calls
5069 dump_expression if DEBUG_EXPRESSIONS is defined.
5070 * m2-exp.y (BINOP_MULTI_SUBSCRIPT): Changed to MULTI_SUBSCRIPT.
5071 * parse.c (length_of_subexp, prefixify_subexp): Change
5072 BINOP_MULTI_SUBSCRIPT to MULTI_SUBSCRIPT.
5073 * parse.c (parse_exp_1): Call DUMP_EXPRESSION before and after
5074 prefixify'ing the expression.
5075 * printcmd.c (print_command_1): Add comment.
54bbbfb4
FF
5076 * ch-exp.y (expression_list): Add useful actions.
5077 * ch-exp.y (value_array_element): Add useful actions.
5078 * ch-exp.y (array_primitive_value): Add production.
5079 * ch-exp.y (yylex): Recognize ',' as a token.
54bbbfb4 5080
ea81b10d
DZ
5081Fri Jan 1 18:22:02 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
5082
5083 * Makefile.in: pass prefix and exec_prefix via FLAGS_TO_PASS,
5084 POSIXize the recursive makes (make [variable assignments] target{s})
5085
7532cf10
FF
5086Fri Jan 1 11:56:23 1993 Fred Fish (fnf@cygnus.com)
5087
5088 * tm-sun4sol2.h (CPLUS_MARKER): Remove, now set in tm-sysv4.h.
5089 * tm-sysv4.h (CPLUS_MARKER): By default, g++ uses '.' as the
5090 CPLUS_MARKER for all SVR4 systems, so follow suit.
5091 * defs.h (strdup_demangled): Remove prototype.
5092 * dwarfread.c (enum_type, synthesize_typedef): Use new macro
5093 SYMBOL_INIT_LANGUAGE_SPECIFIC.
5094 * dwarfread.c (new_symbol): Use SYMBOL_INIT_DEMANGLED_NAME.
5095 * minsyms.c (install_minimal_symbols, prim_record_minimal_symbol,
5096 prim_record_minimal_symbol_and_info): Use new macro
5097 SYMBOL_INIT_LANGUAGE_SPECIFIC.
5098 * minsyms.c (install_minimal_symbols): Use new macro
5099 SYMBOL_INIT_DEMANGLED_NAME.
5100 * stabsread.c (define_symbol): Use new macro
5101 SYMBOL_INIT_DEMANGLED_NAME.
5102 * symfile.c (add_psymbol_to_list, add_psymbol_addr_to_list):
5103 Use new macro SYMBOL_INIT_DEMANGLED_NAME.
5104 * symfile.h (ADD_PSYMBOL_VT_TO_LIST): Use new macro
5105 SYMBOL_INIT_DEMANGLED_NAME.
5106 * symmisc.c (dump_msymbols, dump_symtab, print_partial_symbol):
5107 SYMBOL_DEMANGLED_NAME now tests language itself.
5108 * symtab.c (COMPLETION_LIST_ADD_SYMBOL): SYMBOL_DEMANGLED_NAME
5109 now tests language itself.
5110 * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): New macro that does
5111 what SYMBOL_DEMANGLED_NAME used to do, directly access the C++
5112 mangled name member in the language dependent portion of a symbol.
5113 * symtab.h (SYMBOL_DEMANGLED_NAME): New macro that returns the
5114 mangled name member appropriate for a symbol's language.
5115 * symtab.h (SYMBOL_SOURCE_NAME, SYMBOL_LINKAGE_NAME,
5116 SYMBOL_MATCHES_NAME, SYMBOL_MATCHES_REGEXP):
5117 SYMBOL_DEMANGLED_NAME now tests language itself.
5118 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): New macro that
5119 initializes language dependent portion of symbol.
5120 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): New macro that
5121 demangles and caches the demangled form of symbol names.
5122 * utils.c (fputs_demangled, fprint_symbol): Use current language
5123 to select an appropriate demangling algorithm.
5124 * utils.c (strdup_demangled): Remove, no longer used.
7532cf10
FF
5125 * symtab.h (SYMBOL_CHILL_DEMANGLED_NAME): New macro that directly
5126 access the Chill mangled name member in the language dependent
5127 portion of a symbol.
5128 * ch-lang.c (chill_demangle): New function, simple demangler.
5129 * defs.h (chill_demangle): Add prototype.
5130 * symtab.h (language_dependent_info): Add struct for Chill.
7532cf10 5131
6e50aeb4 5132For older changes see ChangeLog-92
bd5635a1
RP
5133\f
5134Local Variables:
5135mode: indented-text
5136left-margin: 8
5137fill-column: 74
5138version-control: never
5139End:
This page took 0.66741 seconds and 4 git commands to generate.