* stabsread.c (rs6000_builtin_type): Make logical types be
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 Mon Jul 26 13:17:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2
3 * hppa-tdep.c (pc_in_linker_stub): Return 0 if can't read memory.
4
5 * stabsread.c (rs6000_builtin_type): Make logical types be
6 TYPE_CODE_BOOL.
7
8 Sun Jul 25 23:41:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
9
10 * breakpoint.{c,h} (struct breakpoint): Replace symtab field with
11 source_file field.
12
13 Fri Jul 23 09:57:25 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
14
15 * remote.c: Don't error() on errors xferring memory.
16 * target.h: Clean up comments about *xfer_memory.
17
18 * exec.c, corelow.c (target_ops struct): Don't allow
19 {insert,remove}_breakpoints to be defaulted to
20 memory_{insert_remove}_breakpoint.
21
22 * demangle.c: Make it so `help set dem' tells you how to get the
23 list of demangling styles.
24
25 Thu Jul 22 15:41:09 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
26
27 * Makefile.in: Use REMOTE_O macro not remote.o.
28 * config/i960/{nindy960,vxworks960}: Don't use remote.o.
29
30 Thu Jul 22 12:43:25 1993 Ian Lance Taylor (ian@cygnus.com)
31
32 * coredep.c: If NEED_SYS_CORE_H defined, include <sys/core.h>
33 (can't include it in nm-*.h file because it causes conflicts with
34 a.out symbol definitions).
35 * hp300ux-nat.c (fetch_core_registers): Commented out; obsolete.
36 * config/m68k/hp300hpux.mh (NATDEPFILES): Added coredep.o and
37 corelow.o.
38 * config/m68k/nm-hp300hpux.h (NEED_SYS_CORE_H): Defined.
39 (REGISTER_U_ADDR): Defined.
40 * config/m68k/xm-hp300hpux.h (HAVE_TERMIOS): Define instead of
41 HAVE_TERMIO.
42 * config/pa/xm-hppah.h: Likewise.
43
44 Wed Jul 21 11:37:30 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
45
46 * mipsread.c (parse_symbol): when stTypedef and friends occur within
47 an stBlock, skip over the fields of the inner one.
48
49 * mips-tdep.c (init_extra_frame_info): If in lenient prologue, call
50 heuristic_proc_desc rather than just assuming registers not saved.
51
52 * Makefile.in (regex.o): Add dependency.
53
54 * hppa{b,h}-nat.c: Warning, not error, if can't access registers.
55
56 * config/pa/hppa{b,h}.h: Define ATTACH_DETACH.
57
58 Wed Jul 21 03:07:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
59
60 * config/mips/xm-makeva.h: New file implements va_list alignment
61 restrictions for mips hosts.
62 * config/mips/{xm-irix3.h, xm-mips.h, xm-news-mips.h, xm-riscos.h}:
63 Use it.
64
65 Wed Jul 21 00:11:05 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
66
67 * mips-tdep.c (init_extra_frame_info): Do not check for
68 mips_in_lenient_prologue if it is a dummy frame.
69 * mipsread.c (fixup_sigtramp): Initialize pdr.adr, it is used by
70 mips_in_lenient_prologue.
71
72 Tue Jul 20 12:53:47 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
73
74 * mips-tdep.c (heuristic_proc_start): First time we print the
75 warning, elaborate.
76 (_initialize_mips_tdep): Improve docstring for `set heur'.
77
78 * config/rs6000/tm-rs6000.h: Remove call to insert_step_breakpoint.
79
80 * symtab.c (find_line_symtab): New function, to deal with multiple
81 symtabs with the same name.
82 (find_line_pc{,_range}): Use it.
83 (find_pc_symtab): Add comment about overlapping symtabs.
84
85 Mon Jul 19 21:29:14 1993 Fred Fish (fnf@deneb.cygnus.com)
86
87 * Makefile.in (SFILES): Add nlmread.c.
88 * Makefile.in (OBS): Add nlmread.o.
89 * Makefile.in (nlmread.o): Add new target.
90 * configure.in (i[34]86-*-netware): New configuration.
91 * nlmread.c, config/i386/{i386nw.mt, tm-i386nw.h}: New files
92 for NLM/NetWare support.
93
94 Mon Jul 19 11:48:57 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
95
96 * symtab.h (enum minimal_symbol_type): Add mst_file_*.
97 * partial-stab.h [DBXREAD_ONLY]: Record statics in miminal symbols.
98 * dbxread.c (record_minimal_symbol): Deal with statics.
99 * minsyms.c (lookup_minimal_symbol): Prefer externals to statics.
100
101 * config/i386/xm-i386sco.h: Define HAVE_TERMIOS.
102
103 * printcmd.c, config/pa/xm-pa.h, config/alpha/xm-alpha.h: Make it so
104 arg_bytes field of makeva_list is always aligned.
105 * config/pa/xm-pa.h: Make arglist_address a char *.
106
107 * ser-unix.c: Don't try to use job control with termio.
108
109 Sun Jul 18 23:11:28 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
110 and Jim Kingdon (kingdon@cygnus.com)
111
112 Make breakpoint_re_set_one work with overloaded member functions,
113 `b 123' and `b foo' if foo is a static function.
114 * symtab.c (decode_line_1, decode_line_2): New argument `canonical'
115 to return canonical line specs if requested by the caller.
116 * breakpoint.c, source.c, symtab.c, symtab.h: Change prototypes and
117 callers accordingly.
118 * symtab.c (build_canonical_line_spec): New helper function which
119 constructs the canonical line spec.
120 * breakpoint.c (break_command_1): Use canonical line spec instead
121 of command string as addr_string if necessary.
122 * source.c (line_info): Fix storage leak.
123
124 Sun Jul 18 15:22:45 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
125
126 * infptrace.c: Split out define of PT_KILL; Sequent defines PT_KILL
127 but not the others.
128 * symm-tdep.c: Remove exec_file_command.
129 [_SEQUENT_] (ptx_coff_regno_to_gdb, register_addr): New functions.
130 A few miscellaneous cleanups.
131 * symm-nat.c: Renamed from symm-xdep.c.
132 * All symmetry dependent files: Many changes.
133
134 * mips-tdep.c (mips_skip_prologue): New argument lenient.
135 Use read_memory_nobpt.
136 (is_delayed, mips_in_lenient_prologue): New functions.
137 (init_extra_frame_info): If in the prologue, don't use saved registers.
138 * config/mips/tm-mips.h: Declare mips_skip_prologue.
139
140 * partial-stab.h (N_SO): Add the text offset to valu before, not after,
141 passing it to END_PSYMTAB.
142
143 Fri Jul 16 18:48:52 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
144
145 * symtab.c (find_pc_symtab): Call warning, not printf directly.
146
147 * solib.c (solib_add): Use x{re,m}alloc, not {re,m}alloc.
148
149 Fri Jul 16 09:56:42 1993 Ian Lance Taylor (ian@cygnus.com)
150
151 * mipsread.c: No longer need to undefine ZMAGIC.
152
153 Thu Jul 15 18:03:37 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
154
155 * m88k-pinsn.c: Moved code into opcodes/m88k-dis.c.
156 (print_insn): Now just calls print_insn_m88k.
157
158 Thu Jul 15 14:54:05 1993 Doug Evans (dje@canuck.cygnus.com)
159
160 * h8300-tdep.c (examine_prologue): Make prototype match definition.
161
162 Thu Jul 15 08:34:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
163
164 * NEWS: Mention that remote.c now has a `load' operation.
165
166 * hppa-tdep.c (pc_in_linker_stub): New function.
167 (find_proc_framesize): Return 0 for linker stubs.
168 (rp_saved): Tell the caller where rp is saved.
169 (frame_chain_valid): Return 1 for linker stubs.
170 (frame_saved_pc): Use return value from rp_saved.
171
172 * stack.c (print_frame_info): When checking PC_IN_CALL_DUMMY,
173 pass the sp relative to the frame in question, not the sp in the
174 innermost frame.
175
176 Wed Jul 14 17:37:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
177
178 * mipsread.c (parse_procedure): Take as argument the symtab to look
179 the name up in. Look it up with mylookup_symbol, not lookup_symbol.
180 (psymtab_to_symtab_1): For stabs, pass the symtab to parse_procedure.
181
182 * mipsread.c (mylookup_symbol): Use strcmp, not STREQ, as we have
183 already checked the first characters.
184
185 Changes from Jeffrey Law:
186 * printcmd.c (makeva_list): Use MAKEVA_EXTRA_INFO to define
187 machine dependent fields in the makeva_list structure.
188 (makeva_size): Allocate extra space to handle gaps made by
189 alignment restrictions.
190 * config/pa/xm-pa.h (MAKEVA_EXTRA_INFO): Define.
191 (MAKEVA_START): Initialize arglist_address field.
192 (MAKEVA_ARG): Always store arguments on natural alignment
193 boundaries. Set arglist_address to the address right after
194 the args.
195 (MAKEVA_END): Simply return the value stored in arglist_address.
196
197 Wed Jul 14 13:51:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
198
199 * ch-valprint.c (chill_val_print, case TYPE_CODE_STRING): Print
200 address, not addr.
201
202 * hppah-nat.c (store_inferior_registers): Don't print i in cases
203 where we aren't using it.
204
205 * a29k-tdep.c (get_saved_register): Fix typo.
206
207 Wed Jul 14 09:45:52 1993 Doug Evans (dje@canuck.cygnus.com)
208
209 * configure.in: Recognize h8300h (variant of h8300).
210
211 start-sanitize-v9
212 Wed Jul 14 09:45:52 1993 Doug Evans (dje@canuck.cygnus.com)
213
214 * configure.in: Recognize sparc64-*-*.
215 end-sanitize-v9
216
217 Tue Jul 13 14:03:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
218
219 * stabsread.c (define_symbol): Make the caddr_t hack apply to `function
220 returning foo' as well as `pointer to foo'.
221
222 * remote.c [REMOTE_BREAKPOINT]: Use for breakpoint insn if defined.
223 * config/m68k/tm-m68k.h: Define it.
224 * mem-break.c, breakpoint.c: Improve comments.
225
226 Tue Jul 13 13:35:31 1993 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
227
228 * config/m68k/tm-dpx2.h: Replace "tm-68k.h" with "m68k/tm-m68k.h".
229 * config/m68k/xm-dpx2.h: Define HAVE_TERMIOS not HAVE_TERMIO.
230
231 Tue Jul 13 11:50:38 1993 Doug Evans (dje@canuck.cygnus.com)
232
233 * gdbcore.h (read_memory_integer, read_memory_unsigned_integer):
234 Make prototype match definition.
235
236 Tue Jul 13 11:15:15 1993 Fred Fish (fnf@cygnus.com)
237
238 * elfread.c: Remove notice about file still being under
239 construction.
240 * Makefile.in (ultra3-xdep.o, umax-xdep.o): Add missing ')'.
241
242 Mon Jul 12 17:46:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
243
244 * a29k-tdep.c (read_register_stack): Make val static.
245
246 Mon Jul 12 14:10:48 1993 Doug Evans (dje@canuck.cygnus.com)
247
248 * config/h8300/tm-h8300.h (REGISTER_CONVERTIBLE): Change value to 0.
249 (REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW): Move def'n to
250 usual spot.
251
252 Mon Jul 12 11:29:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
253
254 * c-valprint.c (c_val_print): Fix thinko with unspecified length
255 arrays.
256
257 * hppa-tdep.c (find_proc_framesize): If there is a frame pointer,
258 use it.
259
260 Sun Jul 11 19:35:05 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
261
262 * symtab.c (decode_line_1): Use end of block to figure out whether
263 val.end is in the same function, not minimal symbols.
264
265 * source.c (line_info): Add a few more wrap_here's.
266
267 * i386-tdep.c (i386_follow_jump): Do byteswapping where needed and
268 don't make assumptions about sizes of host data types.
269
270 * blockframe.c, symtab.h (find_pc_partial_function): New arg endaddr.
271 * infrun.c, breakpoint.c, printcmd.c: Change callers.
272 * printcmd.c (containing_function_bounds): Remove.
273 * printcmd.c (disassemble_command): Use find_pc_partial_function,
274 not containing_function_bounds.
275 * infcmd.c (step_1): Use find_pc_partial_function rather than
276 trying to roll our own. Move check for a pc between SIGTRAMP_START and
277 SIGTRAMP_END in find_pc_partial_function, not step_1.
278
279 * sparc-tdep.c (sparc_frame_chain, frame_saved_pc):
280 Keep unswapped value in array of char, not REGISTER_TYPE.
281 Use REGISTER_RAW_SIZE not sizeof (REGISTER_TYPE).
282 (sparc_extract_struct_value_address): Use TARGET_PTR_BIT not
283 sizeof (CORE_ADDR).
284
285 Thu Jul 1 15:50:05 1993 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr)
286
287 * configure.in (m68*-bull-sysv*): added support for Bull dpx2.
288 * config/m68k/{t,x,n}m-dpx2.h, dpx2-nat.c: New files.
289 * config/m68k/dpx2.m{h,t}: New files.
290
291 Sun Jul 11 12:32:08 1993 Doug Evans (dje@canuck.cygnus.com)
292
293 * config/sparc/tm-sparc.h (PRINT_REGISTER_HOOK): Fix typo, add
294 more parens around macro arg.
295
296 Sat Jul 10 09:54:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
297
298 * infrun.c: Remove step_resume_{duplicate,shadow}. Replace
299 step_resume_break_address with step_resume_breakpoint (now local
300 to wait_for_inferior).
301 ({insert,remove}_step_breakpoint): Remove.
302 (wait_for_inferior): Set step resume break with
303 set_momentary_breakpoint. Test hitting it with bpstat_stop_status
304 and bpstat_what (stop_step_resume_break removed).
305 * breakpoint.{h,c}, infrun.c: Return value from bpstat_what now struct
306 which includes previous return value as main_action, and a step_resume
307 bit.
308 * breakpoint.c (delete_breakpoint): If breakpoint was inserted, and
309 there is another breakpoint there, insert it.
310 * infrun.c (wait_for_inferior): Rearrange the spaghetti a bit. Use
311 a few more gotos.
312 Various: Clean up and add comments.
313
314 * infrun.c [TDESC]: Remove remaining tdesc code (see ChangeLog
315 for Wed Nov 13 16:45:13 1991).
316
317 Fri Jul 9 12:36:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
318
319 * values.c, value.h (modify_field), callers: Make fieldval a LONGEST.
320
321 * h8300-tdep.c (NEXT_PROLOGUE_INSN): Make pword1 an INSN_WORD *
322 not short *.
323
324 * findvar.c, defs.h
325 ({extract,store}_{signed_integer,unsigned_integer,address}):
326 New routines to replace SWAP_TARGET_AND_HOST.
327 All over: All uses of SWAP_TARGET_AND_HOST on integers replaced.
328
329 * config/sparc/tm-sparc.h: Add comment suggesting that removing
330 ins and locals from the registers array might clean things up.
331
332 * utils.c: Clean up comments about wrap buffer and wrap_here.
333 * printcmd.c (printf_command): Call wrap_here before vprintf.
334
335 * mipsread.c (cross_ref): Set the name to unknown for "struct *" case.
336 Patch from ptf@delcam.co.uk (Paul Flinders).
337
338 * a29k-tdep.c, findvar.c (get_saved_register): Fix byteswapping sins.
339
340 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
341
342 * defs.h, remote-eb.c (TM_FILE_OVERRIDE): Remove it.
343 * mips-tdep.c (init_extra_frame_info): Set proper fci->frame if pc
344 is at the start of the dummy code.
345
346 Thu Jul 8 14:48:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
347
348 * sparc-tdep.c (sparc_push_dummy_frame): Skip all the do_save_insn
349 stuff, just write the sp and fp.
350 (sparc_pop_frame): Skip the do_restore_insn; we already restore
351 the sp with the other out registers.
352
353 * hppa-tdep.c (hppa_push_arguments): Allocate enough space for
354 arguments.
355
356 * hppa-tdep.c: Change _initialize_hppab_tdep to _initialize_hppa_tdep.
357
358 start-sanitize-v9
359 Thu Jul 8 14:47:00 1993 Doug Evans (dje@canuck.cygnus.com)
360
361 * sparc-tdep.c (sparc_frame_chain): Handle sizeof (CORE_ADDR)
362 != sizeof (REGISTER_TYPE).
363 (frame_saved_pc): Ditto.
364 end-sanitize-v9
365
366 Thu Jul 8 08:22:05 1993 Doug Evans (dje@canuck.cygnus.com)
367
368 * config/h8300/tm-h8300.h: (REGISTER_TYPES): Adjust for h8/300h.
369 (REGISTER_RAW_SIZE): Ditto.
370 (REGISTER_VIRTUAL_TYPE): Use builtin_type_unsigned_long for regs
371 on the h8/300h (ints may still be 16 bits).
372 (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE,
373 EXTRACT_STRUCT_VALUE_ADDRESS): Add FIXME's for h8/300h. Some
374 thought needed here.
375
376 * h8300-tdep.c (print_insn): Call print_insn_h8300h if h8/300h.
377 (examine_prologue): reg_save_depth is 4 if h8/300h.
378
379 * findvar.c (read_register): Provide some support for 64 bit regs.
380 (write_register): Ditto.
381
382 Wed Jul 7 14:30:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
383
384 * config/mips/nm-riscos.h: machine/machparam.h is always the right
385 place to look for BSD43_NBPG, not machine/vmparam.h
386
387 * infcmd.c (run_stack_dummy): New argument name.
388 Change error message in (another) attempt to make it comprehensible.
389 * valops.c (call_function_by_hand): Pass name to run_stack_dummy.
390 * symtab.h: Declare demangle and asm_demangle since macros use them.
391
392 * eval.c (evaluate_subexp): Add comment about calling a member
393 function of a variable in a register.
394
395 * expression.h: Clean up comment about string in STRUCT_STRUCT etc.
396
397 * config/{rs6000/tm-rs6000.h,sparc/tm-sparc.h,pyr/tm-pyr.h},
398 inferior.h (PC_IN_CALL_DUMMY) [ON_STACK]: Add comments about stack
399 frame tops and bottoms.
400
401 * frame.h, blockframe.c, stack.c, a29k-tdep.c,
402 config/gould/tmp-{pn,np1}.h,
403 config/{sparc/tm-sparc.h,pyr/tm-pyr.h,vax/tm-vax.h}: Remove field
404 next_frame from struct frame_info. It has no purpose beyond
405 ->next->frame and is an artifact from GDB 2.8.
406
407 Tue Jul 6 11:51:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
408
409 * Makefile.in: Remove gdb before creating a new one.
410 Update init.c atomically.
411
412 * Makefile.in (ALLPARAM): Add config/{alpha/xm-alpha.h,pa/xm-pa.h}.
413 (ALLCONFIG): Add config/alpha/alpha-osf1.mh.
414
415 * infcmd.c (_initialize_infcmd): In docstring for "continue",
416 describe argument as setting ignore count.
417
418 Sun Jul 4 15:04:47 1993 Doug Evans (dje@cygnus.com)
419
420 * h8300-tdep.c (examine_prologue): Fix call to
421 read_memory_unsigned_integer.
422
423 Fri Jul 2 18:22:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
424
425 * config/mips/{x,n}m-irix{3,4}.h: Make some definitions here
426 rather than including xm-bigmips.h.
427
428 * eval.c (evaluate_subexp): Improve error messages for OP_TYPE and
429 default cases.
430
431 * Makefile.in (distclean): Remove y.tab.h.
432
433 Fri Jul 2 14:55:48 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
434
435 * exec.c (exec_file_command): Remove Mar 28 hack as BFD handles
436 file updates properly now.
437 * mipsread.c (mips_coff_new_init): Force reevaluation of sigtramp
438 addresses if switching to a new symbol file.
439 * dbxread.c (process_one_symbol): Avoid dereferencing NULL
440 symbols that might be returned from define_symbol.
441
442 Fri Jul 2 13:33:12 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
443
444 New target macros for getting at the pc, sp and fp.
445 * infcmd.c (read_pc, write_pc): Modify to use new macros.
446 (read_sp, write_sp, read_fp, write_fp): New functions.
447 * blockframe.c (reinit_frame_cache, get_prev_frame_info):
448 Use new functions.
449 * breakpoint.c (bpstat_alloc): ditto.
450 * infrun.c (wait_for_inferior): ditto.
451 * stack.c (print_frame_info): ditto.
452 * valops (call_function_by_hand): ditto.
453 * corelow.c (core_open): ditto.
454 * h8500-tdep.c: (target_read_sp, target_write_sp, target_read_pc,
455 target_write_pc, target_read_fp, target_write_fp): New functions.
456 * inferior.h (read_sp, write_sp, read_fp, write_fp): Prototypes.
457
458 * config/alpha/xm-alpha.h: Add MAKEVA_END.
459 * config/h8500/tm-h8500.h: Define new macros.
460
461 Fri Jul 2 13:51:04 1993 Ian Lance Taylor (ian@cygnus.com)
462
463 * configure.in (mipos-*-riscos*): New host and target; use riscos.
464 * config/mips/nm-riscos.h: If BSD43_NBPG is not defined by
465 vmparam.h, include machparam.h.
466 (KERNEL_U_ADDR): Define to be BSD43_UADDR.
467
468 Fri Jul 2 13:39:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
469
470 * c-exp.y (yylex): Give error if unmatched single quote.
471
472 * configure.in, config/m68k/*delta68*, delta68-nat.c: New port.
473
474 * Remove unused STACK_END_ADDR in the following files (in other
475 files it is used for something): tm-mips.h, tm-sun2.h, tm-news.h,
476 tm-a29k, tm-i386v.h, tm-hppa.h, tm-nindy960.h, tm-amix.h,
477 tm-hp300hpux.h, tm-isi.h.
478
479 Thu Jul 1 09:51:27 1993 Jim Kingdon (kingdon@cygnus.com)
480
481 * config/mips/nm-riscos.h: Define NBPG and UPAGES.
482 config/mips/xm-riscos.h: Include <sys/types.h>.
483
484 * ser-unix.c (hardwire_noflush_set_tty_state): Use an assignment,
485 not an initializer, to copy the structure.
486
487 * gdbtypes.h (struct type): Add field tag_name.
488 * gdbtypes.c (type_name_no_tag), c-typeprint.c (c_type_print_base):
489 Use it.
490 * {coff,dwarf,mips,stabs}read.c: Set it.
491
492 * xm-sysv4.h: Undefine HAVE_TERMIO.
493
494 * config/mips/nm-riscos.h: Remove unmatched #endif.
495 Define FETCH_INFERIOR_REGISTERS.
496 * config/mips/riscos.mh: Don't include coredep.o; mips-nat.o is enough.
497 Fix misspelling of NAT_FILE.
498 * mips-nat.c (fetch_core_registers): If KERNEL_U_ADDR is not defined,
499 we can still process "modern" core files.
500
501 * ser-unix.c (hardwire_print_tty_state) [HAVE_TERMIOS]: Don't
502 print c_line.
503 (_initialize_ser_hardwire): Just check whether _POSIX_JOB_CONTROL
504 is defined; don't care what it is defined to.
505
506 Wed Jun 30 20:06:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
507
508 * config/vax/xm-vaxult2.h: Define FD_SET and FD_ZERO.
509
510 Tue Jun 29 11:02:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
511
512 * inftarg.c: Remove unused include of terminal.h.
513 * signals.h: Don't undefine signals anymore.
514 * main.c: Use job_control from serial.h.
515 * fork-child.c (fork_inferior): Use gdb_setpgid.
516 * serial.h, ser-unix.c, ser-go32.c: Provide gdb_setpgid.
517 * utils.c (quit): Use current_target->to_terminal_ours to figure
518 out whether we care about lack of job control, rather than __GO32__.
519 * utils.c: Include serial.h not terminal.h
520 (quit): Use job_control not TIOCGPGRP.
521 * terminal.h: Don't undefine TIOCGPGRP.
522 * serial.h, ser-unix.c, ser-go32.c, ser-tcp.c: Add SERIAL_FLUSH_OUTPUT.
523 * utils.c (quit): Use it.
524 * serial.h: Add SERIAL_UN_FDOPEN.
525 * utils.c (quit): Use it.
526 * ser-unix.c: Add process group to ttystate.
527 [HAVE_SGTTY]: Add tchars, ltchars, and lmode to ttystate.
528 * inflow.c: Include serial.h not terminal.h.
529 Use serial.h stuff to replace most of the maze of #ifdef's.
530 * inflow.c, main.c, inferior.h: make gdb_has_a_terminal a function.
531 * serial.h: Document SERIAL_SET_TTY_STATE as being immediate.
532 * ser-unix.c: Use TIOCSETN not TIOCSETP so it is true.
533 * serial.h, ser-unix.c, ser-go32.c, ser-tcp.c:
534 Add SERIAL_PRINT_TTY_STATE, SERIAL_NOFLUSH_SET_TTY_STATE, and
535 SERIAL_SET_PROCESS_GROUP.
536 * inflow.c: Use them.
537 * config/xm-svr4.h, config/rs6000/xm-rs6000.h, config/sparc/sun4os4.h:
538 Define HAVE_TERMIOS.
539 * Various: Remove all use of TIOC*_BROKEN.
540
541 Wed Jun 30 12:20:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
542
543 * config/m68k/tm-sun3.h (BELIEVE_PCC_PROMOTION_TYPE): Define.
544
545 Tue Jun 29 13:44:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
546
547 * target.h (target_detach): Turn macro into function.
548 * target.c (target_detach): Define it, do deferred register stores
549 before calling the real target function.
550
551 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
552 and Jim Kingdon (kingdon@cygnus.com)
553
554 * symtab.h (BLOCK_SHOULD_SORT): Do not sort blocks corresponding to
555 a function to avoid printing of function arguments in wrong order
556 due to sorting.
557 * symfile.c (compare_symbols): Remove code for sorting arguments
558 as blocks containing arguments are no longer sorted.
559 * symtab.c (lookup_block_symbol): Update comment accordingly.
560
561 Tue Jun 29 11:02:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
562
563 * config/pa/tm-hppa.h: Remove unused ARGS_GROW_DOC.
564 (REG_STRUCT_HAS_ADDR): Add comment.
565
566 * infrun.c (wait_for_inferior): Use find_pc_line not find_pc_symtab
567 to check whether there is line number information.
568
569 Tue Jun 29 08:29:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
570
571 * remote-udi.c: Fix docstring so that it compiles.
572
573 * remote-mips.c, remote-nindy.c: move bfd.h before symfile.h
574 (for file_ptr).
575
576 Tue Jun 29 09:11:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
577
578 * dbxread.c (process_one_symbol): If we find a LOC_BLOCK where we
579 don't expect it, change it to LOC_STATIC so at least we don't coredump.
580
581 * c-typeprint.c (c_type_print_base): Don't error() on invalid type.
582
583 * symtab.h: Add comments about line numbers.
584 * source.c (identify_source_line): Fix off by one bug with line.
585
586 Mon Jun 28 10:09:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
587
588 * printcmd.c (makeva*): New interface, for making a va_list.
589 (printf_command): Use it.
590 * config/m88k/xm-delta88.h: Remove VPRINTF define, not needed.
591 * config/pa/xm-pa.h: New file.
592 * config/pa/xm-hppa{b,h}.h: Include it.
593
594 * xcoffread.c: Remove obsolete NO_TYPEDEFS comment.
595
596 Sun Jun 27 08:54:55 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
597
598 * valprint.c (val_print_type_code_int): Fix off by one error with
599 eliminating leading zeroes for large little endian integers.
600
601 Sun Jun 27 08:58:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
602
603 * config/mips/riscos.mh (CC): Use -systype sysv.
604
605 * ser-unix.c: Move #include of <sys/time.h> to HAVE_SGTTY section.
606
607 * Makefile.in (ALLPARAM): Add config/mips/{x,n}-{news-mips,riscos}.h.
608
609 Fri Jun 25 11:22:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
610
611 * config/m68k/tm-m68k.h: Remove obsolete comment about duplicating
612 CALL_DUMMY between different 68k machines.
613
614 Fri Jun 25 17:02:45 1993 Stu Grossman (grossman at cygnus.com)
615
616 * gdbserver/Makefile.in: Add dependancies on server.h.
617 * gdbserver/remote-gutils.c: Remove lots of unused functions and
618 variables.
619 * gdbserver/remote-inflow.c: Remove lots of unused variables and
620 #includes. Also, use PTRACE_* symbols instead of constants.
621 (mywait): Surround calls to wait() with enable/disable_async_io()
622 so that we can be interrupted from GDB while waiting for the
623 child. Also, handle child exit more gracefully.
624 * gdbserver/remote-server.c: Remove lots of unused variables.
625 Move all extern defs into server.h. Redo main loop so that
626 failure from getpkt() causes communications to be re-established.
627 Fix 'k' command so that it restarts the child.
628 * gdbserver/remote-utils.c: Remove lots of unloved vars and
629 subrs. Move many extern decls into server.h. (remote_open): For
630 tcp, seperate usage of proto fd from connected fd. Close proto
631 fd after getting connection. (putpkt/getpkt): Pay attention to
632 errors when reading/writing. Report these to the caller. New
633 routines input_interrupt/enable_async_io/disable_async_io to make
634 it possible to get an I/O interrupt when data arrives from the
635 comm link.
636 * serial.h: New file to contain common defs for all remote files.
637
638 Fri Jun 25 17:02:45 1993 Stu Grossman (grossman at cygnus.com)
639
640 * remote.c: Add arg names to prototypes, in a modest effort at
641 clarification. Also add prototypes for some new functions.
642 * (remote_wait): Better error reporting for 'T' responses.
643 * ser-go32.c (strncasecmp): Make str1 & str2 be const.
644 * (dos_async_init): Make usage message reflect requested port #.
645 * ser-tcp.c (tcp_open): Terminate hostname properly to prevent
646 random hostname lookup failures. Add nicer message for unknown
647 host error. (wait_for): Wake up in case of exceptions. Also,
648 restart select() if we got EINTR.
649 * ser-unix.c (wait_for): Restart select() if we got EINTR.
650 * serial.c: (serial_close): Clean up code.
651
652 Fri Jun 25 11:22:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
653
654 * config/m68k/tm-m68k.h: Remove obsolete comment about duplicating
655 CALL_DUMMY between different 68k machines.
656
657 Fri Jun 25 11:22:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
658
659 * Makefile.in (*.tab.c): Use ./c-exp.tab.c not just c-exp.tab.c.
660 Make comment explaining this comprehensible.
661 (TAGFILES): Include ALLDEPFILES.
662 (ALLDEPFILES): udi2soc.c and udr.c are in 29k-share/udi, not
663 29k-share/udi/udi.
664 (update-alldeps): Remove; obsolete.
665
666 * remote.c: Move comments regarding packets to top of file with the
667 rest of the protocol comments.
668 Fix incorrect description of 'T' response.
669
670 * README (Reporting Bugs): Refer people to the GDB manual.
671
672 * c-valprint.c (c_val_print): Handle TYPE_CODE_BOOLEAN.
673 * stabsread.c: Type -16 is 4 bytes.
674
675 * remote-udi.c: Improve docstring.
676
677 Fri Jun 25 11:16:31 1993 Fred Fish (fnf@cygnus.com)
678
679 * elfread.c (elf_symfile_read): Call bfd_elf_find_section, not
680 bfd_elf32_find_section, to track bfd changes.
681
682 Fri Jun 25 11:22:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
683
684 * config/mips/riscos.mh (REGEX{,1}, MUNCH_DEFINE, MH_CFLAGS): Define.
685 * config/mips/xm-riscos.h: Define USG.
686
687 Thu Jun 24 14:52:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
688
689 * main.c (filename_completer): Don't complete to files ending in ~.
690
691 * NEWS: Mention filename completion and "info line" enhancements.
692
693 * main.c (symbol_completion_function): On "info t foo", return NULL,
694 don't error().
695
696 * main.c (symbol_completion_function): Don't use readline word
697 breaking. Use new calling convention for c->completer and
698 complete_on_cmdlist.
699 * command.h (struct command): Change arguments; now the text passed
700 to completer does not have any word breaking done. New arg word.
701 * symtab.{c,h} (make_symbol_completion_list): Do word breaking. Take
702 word argument.
703 * {main.c,gdbcmd.h} ({filename,noop}_completer): Take word argument.
704 * command.{c,h} (complete_on_cmdlist): Take word argument.
705
706 * command.c (lookup_cmd_1): Doc fix.
707
708 Thu Jun 24 13:26:04 1993 K. Richard Pixley (rich@sendai.cygnus.com)
709
710 * Makefile.in (OP_INCLUDE): define.
711 (OPCODE_CFLAGS): use OP_INCLUDE.
712
713 * config/i386/ncr3000.mh, config/i386/i386v4.mh,
714 config/i386/i386sol2.mh, config/m68k/hp300hpux.mh,
715 config/m68k/amix.mh, config/mips/irix[34].mh,
716 config/m88k/delta88.mh, config/sparc/sun4sol2.mh (ALLOCA,
717 ALLOCA1): macros removed.
718
719 * config/mips/decstation.mh, config/rs6000/rs6000.mh
720 (MMALLOC_LIB): renamed to MMALLOC.
721
722 Wed Jun 23 00:25:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
723
724 * partial-stab.h: Consolidate case statements for N_LSYM and N_FUN.
725 * dbxread.c: Change comment regarding acc.
726
727 Wed Jun 23 15:04:54 1993 K. Richard Pixley (rich@sendai.cygnus.com)
728
729 Makefile overhaul dropping autodepend features.
730 * Makefile.in: many comment changes. forced consistent use of $()
731 for makefile variables references. dropped leading ./ in file
732 references. Drop $(srcdir)/ prefix on all dependencies.
733 Inserted contents of alldeps.mak and depend.
734 (INCLUDE_CFLAGS): defined as new macro for getting libiberty's
735 include directory into the compilation line.
736 (GDB_CFLAGS): new macro to take up the semantic previously held
737 by INCLUDE_CFLAGS.
738 (LIBIBERTY): dropped ancient subdir macro. I last removed this
739 macro in feb of '92. How does it keep coming back?
740 (MMALLOC_LIB): renamed to MMALLOC.
741 (BFD_SRC_DIR): renamed to BFD_SRC.
742 (BFD_OBJ_DIR): renamed to BFD_DIR.
743 (BFD_LIB): renamed to BFD.
744 (BFD_INCLUDES): renamed to BFD_CFLAGS.
745 (READLINE_DIR): now represents object directory.
746 (RL_LIB): renamed to READLINE.
747 (READLINE_SRC, READLINE_CFLAGS, OPCODES, OPCODES_CFLAGS): new
748 macros.
749 (INTERNAL_CFLAGS): added GDB_CFLAGS, OPCODES_CFLAGS,
750 READLINE_CFLAGS, BFD_CFLAGS. Dropped USER_CFLAGS.
751 (LDFLAGS): removed default assignment.
752 (TEXIDIR, INCLUDE_DEP, MMALLOC_DIR, MMALLOC_DEP, BFD_DEP,
753 READLINE_DEP, LIBIBERTY_DIR, TESTS, depend, STAGESTUFF): unused, so removed.
754 (ALLOCA1, ALLOCA): removed all references. alloca is now in
755 libiberty.
756 (VERSION): unilaterally and arbitrarily bumped to 4.9.3.
757 (SFILES, NONSRC, HFILES, ALLDEPFILES, ALLPARAM, ALLCONFIG):
758 removed all $(srcdir) prefixes.
759 (getopt_h, ieee-float_h, bfd_h, wait_h, dis-asm_h): new macros
760 for potential dependencies. commented out by default.
761 (readline_headers, udiheaders): convenient abbreviations.
762 (gdbcore_h, frame_h, symtab_h, gdbtypes_h, expression_h,
763 value_h, breakpoint_h, command_h, gdbcmd_h, defs_h, inferior_h):
764 new macros used for header file dependencies.
765 (install-info, clean-info): collapse into the info rule.
766 (install): now depends on all.
767 (install-only): new target for installing without depending on
768 all.
769 (uninstall): new target.
770 (config-check, config-check-hosts, config-check-targets): added
771 fixme comments.
772 (ch-exp.tab.c, m2-exp.tab.c): added artificial dependencies in
773 order to force parallel makes into keeping these rules separate.
774 * configure.in: omit cat'ing depend file onto generated Makefile.
775 * alldeps.mak, depend: removed.
776
777 * inferior.h: remove redundant include of symtab.h which is
778 included in value.h via breakpoint.h.
779
780 * alloca.c: removed. alloca is now in libiberty.
781
782 * config/m88k/delta88.mh, config/ns32k/merlin.mh (M_UNINSTALL):
783 new macro to undo what M_INSTALL does.
784
785 Wed Jun 23 00:25:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
786
787 * config/ns32k/{merlin.mh,xm-merlin.h}: Be consistent about name
788 of gdb-sh.
789
790 * dbxread.c (copy_pending): Change name and function of begi argument
791 to endi, since that is what the caller needs.
792
793 * Makefile.in (TAGFILES): Don't include YYFILES.
794
795 * Makefile.in (HFILES): Include monitor.h.
796
797 * Makefile.in: Include text that used to be in alldeps.mak.
798 Remove config/mips/{bigmips.mh,xm-bigmips} from it.
799 * Makefile.in, configure.in: Remove all traces of alldeps.mak.
800
801 * main.c (main): Print help message on stdout not stderr
802 per standards.texi.
803 New option --version per standards.texi.
804 In help message, show long options with "--" not "-".
805 Don't try to print help message or version until after we have
806 called initialize_all_files.
807
808 Tue Jun 22 03:15:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
809
810 * solib.c (solib_add_common_symbols): Don't call lookup_minimal_symbol.
811 (solib_add): Call special_symbol_handling once, not once per library.
812
813 * procfs.c (procfs_resume): Don't pass a SIGTSTP whose action
814 is SIG_DFL.
815
816 * procfs.c (procfs_resume): Skip the unnecessary PRSVADDR on all
817 systems, not just Solaris.
818
819 * stabsread.c: Include <ctype.h>.
820
821 Mon Jun 21 16:09:46 1993 Jim Kingdon (kingdon@cygnus.com)
822
823 * fork-child.c (fork_inferior): Quote exec_file so it can contain
824 funky characters.
825
826 Mon Jun 21 16:56:47 1993 Fred Fish (fnf@cygnus.com)
827
828 * Makefile.in (INCLUDE_CFLAGS): Add BFD_INCLUDES for now, since
829 bfd.h is included by target.h, which most of gdb includes.
830 * depend: Hand remove BFD_INCLUDES from ${CC} lines, now that
831 it's in INCLUDE_CFLAGS.
832
833 Mon Jun 21 16:09:46 1993 Jim Kingdon (kingdon@cygnus.com)
834
835 * config/i386/*aix*, i386aix-nat.c: New files.
836 * configure.in: Use them.
837 * alldeps.mak: List them.
838 * coffread.c (decode_base_type): Deal with anonymous enum type.
839 * i387-tdep.c (print_387_status_word): Add comment re "top".
840 * i386-tdep.c [I386_AIX_TARGET] (i386_extract_return_value): New func.
841 * dbxread.c: Use SEEK_SET and SEEK_CUR, not L_*. Define them if and
842 only if not defined by a header file.
843 * mipsread.c: Don't define L_SET or L_INCR.
844
845 Mon Jun 21 15:10:07 1993 Fred Fish (fnf@cygnus.com)
846
847 * Makefile.in (BFD_INCLUDES): Bfd.h is now back in bfd build dir.
848 * depend: Hand updated to match.
849
850 Sun Jun 20 13:11:11 1993 Jim Kingdon (kingdon@cygnus.com)
851
852 * stabsread.c (read_struct_fields): Don't call read_cpp_abbrev on $_.
853 (read_cpp_abbrev): Don't complain specially for $_. Also return 0 if
854 we don't recognize the abbrev.
855
856 Sun Jun 20 00:24:41 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
857
858 * solib.c (solib_add_common_symbols): Add comment about performance.
859
860 Fri Jun 18 12:37:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
861
862 * config/mips/{{x,n}m-riscos.h,riscos.mh}: New files.
863 * configure.in (mips-*-sysv*): Use riscos for host, bigmips for target.
864
865 * config/mips/{{x,n}m-news-mips.h,news-mips.mh}: New files.
866 * config/mips/{bigmips.mh,xm-bigmips.h}: Remove.
867 * configure.in (mips-sony-*): Use news-mips for host.
868
869 * buildsym.h: Doc fix for processing_acc_compilation.
870
871 Thu Jun 17 19:57:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
872
873 * printcmd.c (print_formatted): Don't use tab in wrap_here arg.
874
875 Thu Jun 17 17:29:30 1993 Jim Kingdon (kingdon@lisa.cygnus.com)
876
877 * Makefile.in (INTERNAL_CFLAGS): Include ../include as well as
878 ${srcdir}/../include.
879
880 * config/m88k/xm-delta88.h: Comment out unused defines which conflict
881 with system headers.
882 * printcmd.c (printf_command): Cast second arg to vprintf to PTR.
883 Use VPRINTF macro if defined.
884 * config/m88k/xm-delta88.h: Define VPRINTF. Include <sys/siginfo.h>.
885 Define TIOC{GETC,GLTC}_BROKEN.
886 * m88k-nat.c: Uncomment include of <sys/ptrace.h>.
887 * main.c: Rename initialize_{main,cmd_lists,history} to init_* to
888 make things easier on munch (apparently this matters on
889 the delta88 with svr3).
890
891 Thu Jun 17 16:53:56 1993 david d `zoo' zuhn (zoo@cygnus.com)
892
893 * Makefile.in: canonicalize install.sh; for use within
894 this directory (and subdirs)
895
896 Tue Jun 15 17:01:23 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
897
898 * Makefile.in: remove parentdir support; use INSTALL_XFORM
899
900 Thu Jun 17 15:08:35 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
901
902 * configure.in (alpha-*-osf*), config/alpha/alpha-osf.mh: New
903 host.
904 * sh-tdep.c (frame_find_saved_regs): Use NUM_REGS rather than hard
905 wired (and wrong) constant.
906 * values.c (unpack_long): Add case to unpack when target object is
907 sizeof(int).
908 * config/sh/tm-sh.h (REGISTER_NAMES): Know about the news ones the
909 simulator defines.
910
911 Wed Jun 16 16:08:18 1993 K. Richard Pixley (rich@sendai.cygnus.com)
912
913 * NEWS: tracking user visible changes starting with
914 vxworks-timeout.
915
916 * remote-vx.c (_initialize_vx): rename user settable option from
917 rpcTimeout to vxworks-timeout.
918
919 Wed Jun 16 12:21:49 1993 Fred Fish (fnf@cygnus.com)
920
921 * Makefile.in (depend): More makefile diddling.
922 * alldeps.mak, depend: Update to latest automatically built
923 versions.
924
925 * Makefile.in (depend): Bfd.h keeps moving, keep up with it.
926 * alldeps.mak, depend: Update to latest automatically built
927 versions.
928
929 Tue Jun 15 12:26:05 1993 K. Richard Pixley (rich@sendai.cygnus.com)
930
931 * remote-vx.c: include gdbcmd.h for setlist.
932 (_initialize_vx): make rpcTimeout user settable.
933
934 Mon Jun 14 09:23:51 1993 Jim Kingdon (kingdon@cygnus.com)
935
936 * main.c, gdbcmd.h: Add function filename_completer.
937 * main.c, symfile.c, source.c, exec.c, core.c: Use it for
938 "directory", "source", "cd", "symbol-file" "add-symbol-file",
939 "load", "file", "exec-file", "core-file" commands.
940 (But '/' is a word break, limiting usefulness; see comments).
941
942 * source.c (mod_path): Warning not error if can't find directory.
943
944 * isi-xdep.c: New file.
945 * config/m68k/isi.mh (XDEPFILES): Add isi-xdep.o
946
947 Sun Jun 13 09:17:48 1993 Jim Kingdon (kingdon@cygnus.com)
948
949 * config/m68k/xm-news.h: Include <sys/param.h>.
950
951 * m88k-tdep.c (IEEE_isNAN): Remove.
952 config/m88k/tm-m88k.h (INVALID_FLOAT): Return 0. This was the same
953 broken isNAN as on the mips.
954
955 * valprint.c (_initialize_valprint): Use c->function.sfunc not just
956 c->function.
957
958 * dbxread.c (process_one_symbol): If SUN_FIXED_LBRAC_BUG is not
959 defined, don't worry about Sun's silly LBRAC bug.
960 * config/m68k/tm-sun3.h: Define SUN_FIXED_LBRAC_BUG to 0.
961
962 * dbxread.c (process_one_symbol): If there's a symbol before an
963 N_SO, don't error().
964 (case N_BCOMM): complain () not error ().
965
966 * defs.h, main.c (catch_errors): Add return_mask arg.
967 stack.c (print_frame_info): Pass RETURN_MASK_ERROR.
968 other callers: Pass RETURN_MASK_ALL.
969 (return_to_top_level), callers: Add return_reason arg.
970 * utils.c (quit):
971 Use return_to_top_level (RETURN_QUIT) instead of error ().
972 * main.c (main), tm-nindy960.h (ADDITIONAL_OPTION_HANDLER):
973 Use SET_TOP_LEVEL not setjmp (to_top_level).
974 * remote-nindy.c: Use catch_errors not setjmp (to_top_level).
975
976 Sat Jun 12 14:40:54 1993 Jim Kingdon (kingdon@cygnus.com)
977
978 * solib.c (solib_create_inferior_hook) [SVR4_SHARED_LIBS]:
979 Don't try to get the debug base yet.
980
981 * dbxread.c (process_one_symbol): Set n_opt_found based on whether
982 a non-gcc N_OPT symbol is found. Make SUN_FIXED_LBRAC_BUG a macro
983 which returns 0 or 1 to say whether to do it.
984 * config/sparc/sun4{sol2,os4}.h
985 (SUN_FIXED_LBRAC_BUG,VARIABLES_INSIDE_BLOCK): Use n_opt_found so
986 the right thing happens for both acc and SunOS4 /bin/cc.
987
988 * valprint.c (print_hex_chars): Use local_hex_format_{pre,suf}fix.
989 * printcmd.c (print_scalar_formatted): Use val_print_type_code_int.
990
991 * mips-tdep.c: Remove isa_NAN; it assumed sizeof(host int) == 4 and
992 probably contained byte-order sins too.
993 config/mips/tm-mips.h (INVALID_FLOAT): Define to 0 like most machines.
994 The IEEE_FLOAT code in print_floating takes care of it.
995
996 Sat Jun 12 14:47:04 1993 Fred Fish (fnf@cygnus.com)
997
998 * Makefile.in (VERSION): Bump to 4.9.2.
999 * c-valprint.c (c_val_print): For array of chars printed with
1000 string syntax, don't print the address of the array. From
1001 bothner@cygnus.com.
1002 * c-exp.y (yylex): Recognize '.' as indicating a floating point
1003 number regardless of the radix. From wilson@cygnus.com.
1004 * valprint.c (set_input_radix_1, set_output_radix_1): New
1005 prototypes and functions that do the actual radix setting work.
1006 * valprint.c (set_radix, set_output_radix, set_input_radix):
1007 Rewrite to use set_input_radix_1 and set_output_radix_1.
1008 * valprint.c (initialize_valprint): Enable commands to
1009 independently set and show input and output radices.
1010 * valprint.c (show_radix): New prototype and function that
1011 handles separate input and output radices.
1012
1013 Fri Jun 11 18:39:38 1993 Ken Raeburn (raeburn@cygnus.com)
1014
1015 Patches from Jeff Law, law@cs.utah.edu:
1016 * hppa-pinsn.c: Now uses disassembler from opcode library,
1017 this contains only the stub function print_insn.
1018
1019 Fri Jun 11 15:19:59 1993 K. Richard Pixley (rich@cygnus.com)
1020
1021 * main.c (main): back to two periods for elipse.
1022 (print_gdb_version): revised format for configuration info.
1023
1024 Fri Jun 11 10:24:35 1993 Fred Fish (fnf@cygnus.com)
1025
1026 * defs.h (INT_MAX): Cast unsigned shift result to int.
1027
1028 Fri Jun 11 10:17:41 1993 Jim Kingdon (kingdon@cygnus.com)
1029
1030 * dbxread.c (process_one_symbol): Rather than having
1031 BLOCK_ADDRESS_FUNCTION_RELATIVE a macro, make it a variable which
1032 is true if we are doing stabs-in-elf, false otherwise.
1033 config/sparc/tm-sun4sol2.h: Don't define it.
1034
1035 Fri Jun 11 13:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
1036
1037 * remote-mips.c (mips_send_packet): Don't print garbage character
1038 in debugging info.
1039 (mips_request): Don't check that remote pid is 0, because
1040 sometimes it isn't.
1041 (mips_fetch_registers): Pass a pointer to SWAP_TARGET_AND_HOST,
1042 not an integer.
1043
1044 Fri Jun 11 10:17:41 1993 Jim Kingdon (kingdon@cygnus.com)
1045
1046 * stack.c (print_frame_info): Use catch_errors around print_frame_args.
1047
1048 * Makefile.in (install): Don't depend on gdb.
1049
1050 * Rename remote-es1800.c to remote-es.c
1051 and remote-st2000.c to remote-st.c for 14-char filenames.
1052 config/m68k/{es1800,st2000}: Use the new names.
1053
1054 * mips-tdep.c (isa_NAN): Don't return true on -0.
1055
1056 Fri Jun 11 10:24:35 1993 Fred Fish (fnf@cygnus.com)
1057
1058 * defs.h (INT_MAX): Cast unsigned shift result to int.
1059
1060 Thu Jun 10 13:26:41 1993 Fred Fish (fnf@cygnus.com)
1061
1062 * elfread.c (elf_symtab_read): Add bfd section address to bfd
1063 symbols, now that they are section relative.
1064 * solib.c (bfd_lookup_symbol): Ditto.
1065
1066 Thu Jun 10 10:56:56 1993 Jim Kingdon (kingdon@cygnus.com)
1067
1068 * Makefile.in (depend): Add bfd -I's for paread.c and xcoffexec.c
1069 depend: Updated accordingly.
1070
1071 Wed Jun 9 16:08:44 1993 Jim Kingdon (kingdon@cygnus.com)
1072
1073 * Makefile.in (*.tab.c): Use mv for atomic update.
1074
1075 * Makefile.in ({dist,real}clean): Also remove nm.h.
1076 (realclean): Also remove ${TESTS}, y.output, yacc.{acts,tmp}.
1077 (distclean): Don't rebuild *.tab.c or TAGS.
1078
1079 Wed Jun 9 12:56:58 1993 K. Richard Pixley (rich@cygnus.com)
1080
1081 * Makefile.in (version.c): add host and target names to version.c.
1082 * main.c (main): print three periods for the elipse.
1083 (print_gdb_version): also print configuration.
1084
1085 * udi/udiids.h, udi/udip2soc.c, udi/udiphcfg.h, udi/udiphunix.h,
1086 udi/udiproc.h, udi/udipt29k.h, udi/udiptcfg.h, udi/udisoc.h,
1087 udi/udr.c: Change AMD copyrights to FSF copyleft '93.
1088
1089 * remote-eb.c (get_hex_regs, eb_fetch_registers), remote-adapt.c
1090 (get_hex_regs, adapt_fetch_registers): cast args to
1091 supply_register to avoid gcc warning.
1092
1093 * config/a29k/a29k.mt (TDEPFILES): drop minimon support. It
1094 doesn't compile on solaris and is now obsolete.
1095
1096 * config/sparc/sun4os4.mh (XM_CLIBS): remove -lresolv. This
1097 breaks stock sunos installations.
1098
1099 Wed Jun 9 06:14:33 1993 Jim Kingdon (kingdon@cygnus.com)
1100
1101 * m68k-stub.c: Add comment about frame cache.
1102
1103 * target.h (target_store_registers): Doc fix re error handling.
1104
1105 * findvar.c (write_register): Call SWAP_TARGET_AND_HOST regardless
1106 of register_valid[regno].
1107
1108 Tue Jun 8 14:42:10 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
1109
1110 * symtab.h, dwarfread.c: Doc fix re dependencies.
1111
1112 Tue Jun 8 17:54:09 1993 Rob Savoye (rob@rtl.cygnus.com)
1113
1114 * serial.c (serial_close): If scb is NULL, don't try to close
1115 it.
1116 * configure.in: Add support for rom68k and bug boot monitors.
1117
1118 Tue Jun 8 17:39:12 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
1119
1120 * coffread.c (init_stringtab): Fix bug where sizeof(long) != 4.
1121 * gdbcore.h, core.c (read_memory_unsigned_integer): New function.
1122 * findvar.c (read_register, write_register): Fix thinko where
1123 sizeof(host long) != sizeof(target int).
1124 * h8300-tdep.c: Use new read_memory_unsigned_integer call.
1125 * sh-tdep.c (_initialize_sh_tdep): Add memory_size command.
1126
1127 Tue Jun 8 14:42:10 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
1128
1129 * Move config/m68k/tm-m68k.h (FRAME_FIND_SAVED_REGS) to
1130 m68k-tdep.c (m68k_find_saved_regs). Don't duplicate code between
1131 68881 and non-68881 cases. Check for a pair of movel instructions.
1132
1133 Tue Jun 8 14:52:55 1993 K. Richard Pixley (rich@sendai.cygnus.com)
1134
1135 First cut at sparc-vxworks targetting.
1136 * config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt: new files.
1137 * configure.in: sparc-vxworks gdb_target now vxsparc.
1138
1139 * remote-eb.c, remote.c: symfile.h requires bfd.h so include it.
1140
1141 Tue Jun 8 14:42:10 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
1142
1143 * config/m68k/xm-news.h: add "extern int errno".
1144
1145 Tue Jun 8 13:45:07 1993 K. Richard Pixley (rich@sendai.cygnus.com)
1146
1147 * remove-vx.c (vx_read_register, vx_write_register): collapse
1148 ifdef I80960 else (assumes) m68k into parameterizable macros
1149 VX_NUM_REGS and VX_SIZE_FPREGS.
1150 * config/m68k/tm-vx68.h, config/i960/tm-vx960.h (VX_NUM_REGS,
1151 VX_SIZE_FPREGS): new definitions.
1152
1153 Tue Jun 8 11:08:29 1993 Jim Kingdon (kingdon@cygnus.com)
1154
1155 * symfile.{c,h} (generic_load): New function.
1156 remote{,-nindy,-eb,-mips}.c: Use it.
1157
1158 Mon Jun 7 20:07:30 1993 Stu Grossman (grossman@cygnus.com)
1159
1160 * Makefile.in (depend): More sed gubbish to deal with
1161 ../bfd/bfd.h being generated during the build.
1162 * depend: Re-done with corrected makefile.
1163
1164 Mon Jun 7 16:32:05 1993 Fred Fish (fnf@cygnus.com)
1165
1166 * Makefile.in (BFD_SRC_DIR): Renamed def and usages from BFD_DIR.
1167 * Makefile.in (BFD_OBJ_DIR): New definition for the bfd build
1168 directory to find automatically generated header files and library.
1169 * Makefile.in (BFD_LIB): Use BFD_OBJ_DIR.
1170 * Makefile.in (LINTFLAGS): Include BFD_OBJ_DIR.
1171 * Makefile.in (saber_gdb): Include BFD_OBJ_DIR.
1172 * Makefile.in (depend): Include BFD_OBJ_DIR in gcc args.
1173 * Makefile.in (paread.o, xcoffexec.o): Remove, now in depend.
1174 * depend, alldeps.mak: Rebuild after Makefile.in changes.
1175
1176 Fri Jun 4 10:18:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1177
1178 * configure.in: change lynx support to CPU-*-lynxos*
1179
1180 * Makefile.in (subdir_do): change test from existence of directory
1181 to existence of Makefile (the directory may exist but not be configured)
1182
1183 Thu Jun 3 01:18:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1184
1185 * config/sparc/xm-sun4sol2.h: define MEM_FNS_DECLARED
1186
1187 Fri Jun 4 10:43:33 1993 Ian Lance Taylor (ian@cygnus.com)
1188
1189 * configure.in (mips-idt-ecoffl*): New target; use idtl.
1190 (mips-idt-ecoff*): Added trailing '*'.
1191 * config/mips/idtl.mt: New file; like idt.mt, but little endian.
1192
1193 Thu Jun 3 17:36:56 1993 Stu Grossman (grossman@cygnus.com)
1194
1195 * ser-go32.c: Clean up lots of compilation nits.
1196
1197 Thu Jun 3 14:44:57 1993 Stu Grossman (grossman@cygnus.com)
1198
1199 * Patches from Jeffrey Law <law@cs.utah.edu>.
1200 * hppab-nat.c: Eliminate unnecessary ifdefs for
1201 FETCH_INFERIOR_REGISTERS, CANNOT_FETCH_REGISTER, and
1202 CANNOT_STORE_REGISTER.
1203 (fetch_register): Delete code to handle CANNOT_FETCH_REGISTER.
1204 * hppa-pinsn.c: Support 'I', 'J', and 'K' in output
1205 templates for 1.1 FP computational instructions.
1206
1207 Thu Jun 3 03:34:49 1993 Stu Grossman (grossman@cygnus.com)
1208
1209 * Makefile.in: Remove ser-tcp.[co]. (Use XDEPFILES instead.)
1210 * alldeps.mak, depend: Rebuild to account for ser-tcp.
1211 * config/sparc/sun4os4.mh: Add ser-tcp to XDEPFILES.
1212 * gdbserver/Makefile.in (gdbserver): Use -lbsd.
1213 * gdbserver/remote-inflow{-sparc}.c (create_inferior): Don't use a
1214 shell when running the child, as args have been expanded by the
1215 time we get here. Simplify calling convention.
1216 * gdbserver/remote-server.c (main): Use new calling convention
1217 for create_inferior, remove defunct code for coalescing argv.
1218 Remove extra calls to mywait(), as we no longer have to wade
1219 through a shell.
1220
1221 * target.c (target_read_memory_partial): Don't deref errnoptr
1222 when checking for null pointer.
1223
1224 Wed Jun 2 19:58:46 1993 John Gilmore (gnu@cygnus.com)
1225
1226 * remote-es1800.c: Fix typo.
1227
1228 Tue Jun 1 21:22:39 1993 Fred Fish (fnf@cygnus.com)
1229
1230 * target.c (target_read_memory_partial): Like target_read_memory,
1231 but does partial reads, such as reads that bump into the end of
1232 the address space.
1233 * target.h (target_read_memory_partial): Add prototype.
1234 * valprint.c (PRINT_MAX_DEFAULT): New define, initial value 200.
1235 * valprint.c (val_print_string): Complete rewrite to fix bug with
1236 bumping into end of memory, avoiding unnecessarily long reads, and
1237 fixing bug when print_max is set to 0 (unlimited print length).
1238 * valprint.c (_initialize_valprint): Use PRINT_MAX_DEFAULT to
1239 initialize print_max.
1240
1241 Tue Jun 1 18:11:35 1993 Rob Savoye (rob at darkstar.cygnus.com)
1242
1243 * configure.in: Add support for rom68k and bug boot monitors.
1244
1245 Mon May 31 10:37:04 1993 Jim Kingdon (kingdon@cygnus.com)
1246
1247 * printcmd.c (print_scalar_formatted): Print integers bigger than
1248 LONGEST in hex no matter how big, and no matter what the format
1249 and size.
1250
1251 * stabsread.c (read_type): Skip type attributes if present.
1252
1253 * stabsread.c (read_huge_number): Don't accept '0' + radix as part
1254 of number, just through '0' + radix - 1.
1255
1256 Sun May 30 15:35:21 1993 Fred Fish (fnf@cygnus.com)
1257
1258 * Makefile.in (SER_HARDWIRE): Temporarily comment out ser-tcp.o.
1259
1260 * {dbxread.c, dwarfread.c} (read_ofile_symtab): Rewrite to take
1261 single parameter, the pointer to the partial symtab, rather than
1262 a bunch of args that are derived from the partial symtab. Change
1263 prototypes and callers to match.
1264
1265 * dbxread.c (read_ofile_symtab): Remove "#if 1" around code to
1266 set demangling style automatically.
1267 * defs.h (CPLUS_MARKER): Clarify comment that this is only for
1268 GNU C++, not C++ in general.
1269 * symtab.h (general_symbol_info): Simplify by eliminating one
1270 structure level for the language dependent info.
1271
1272 Sat May 29 15:59:29 1993 Fred Fish (fnf@cygnus.com)
1273
1274 * c-typeprint.c (c_type_print_base): Avoid dereferencing NULL
1275 names for TYPE_CODE_STRUCT and TYPE_CODE_UNION types.
1276 TYPE_CODE_ENUM was already testing for this.
1277
1278 Fri May 28 17:18:05 1993 Stu Grossman (grossman@cygnus.com)
1279
1280 * Makefile.in: Add new file ser-tcp.c.
1281 * defs.h (memcmp): Add decl for memcmp to #ifndef MEM_FNS_DECLARED.
1282 * findvar.c (write_register): See if we are writing back the same
1283 value that's already in the register. If so, don't bother.
1284 * remote.c (putpkt, getpkt): Improve handling of communication
1285 problems.
1286 * ser-go32.c: Prototype it to death. Update serial_ops and add
1287 dummy routines where appropriate.
1288 * ser-tcp.c: New module to implement serial I/O via TCP
1289 connections.
1290 * ser-unix.c: Clean up getting/setting of tty state. Get rid of
1291 SERIAL_RESTORE, add SERIAL_{GET|SET}_TTY_STATE interfaces.
1292 * serial.c: Add start of support for connect command.
1293 (serial_open): Distinguish between tcp and local devices.
1294 * serial.h (struct serial_ops): Get rid of restore, add
1295 get_tty_state and set_tty_state. Define protoypes and macros for
1296 this mess.
1297 * gdbserver/remote-utils.c: Add tcp support. (readchar): Do
1298 some real buffering. Handle error conditions gracefully.
1299 * gdbserver/remote-inflow-sparc.c: Update to remote-inflow.c
1300 (Lynx), remove lots of cruft.
1301
1302 Fri May 28 17:24:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1303
1304 * printcmd.c (print_address_symbolic): turn this into an assigment
1305 instead of an initialization (many compilers don't accept
1306 structure initialization).
1307
1308 Thu May 27 16:56:25 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1309
1310 * xcoffread.c (read_xcoff_symtab): If several program csects in one
1311 source file, give them all the name of the source file, rather than
1312 the 2nd and subsequent ones having NULL names.
1313
1314 Thu May 27 06:16:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1315
1316 * printcmd.c (print_address_symbolic): Append source filename and
1317 linenumber of the symbol if print symbol-filename is on.
1318 (initialize_printcmd): `set print symbol-filename'.
1319
1320 Wed May 26 13:46:16 1993 Stu Grossman (grossman@cygnus.com)
1321
1322 * configure.in: Add config for Lynx target. Configure gdbserver
1323 only for Lynx. Re-do selective configuration of sparclite.
1324
1325 * gdbserver/{remote-gutils.c remote-server.c Makefile.in
1326 configure.in remote-inflow.c remote-utils.c}: New files to
1327 support GDB remote server. Currently only works for Lynx.
1328
1329 Wed May 26 10:28:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1330
1331 * stabsread.c (define_symbol, case 't'): Only set the name if it
1332 is not a pointer type.
1333
1334 * stabsread.c (define_symbol): Clean up logic; move the read_type
1335 calls to inside the switch statement (this improves the error
1336 handling).
1337
1338 * mipsread.c (parse_symbol, parse_partial_symbols): Deal with Fortran
1339 common blocks.
1340
1341 Tue May 25 20:44:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1342
1343 * printcmd.c (print_formatted, case 'i'): Pass a tab to wrap_here.
1344
1345 * source.c (line_info): Change "pc" to "address" in messages and
1346 use print_address for addresses.
1347
1348 * source.c (line_info): If we don't find a symtab, print more useful
1349 output, including the symbolic address.
1350
1351 * source.c (line_info): If --fullname, display the source.
1352 (identify_source_line), callers: Take pc as argument, rather than
1353 assuming innermost frame (emacs doesn't use this, so no one ever
1354 noticed).
1355 * symtab.h: Declare frame_file_full_name.
1356 * main.c: Don't.
1357
1358 Tue May 25 15:30:43 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
1359
1360 * breakpoint.c (catch_command_1): Fix typo in error msg.
1361
1362 Tue May 25 16:05:55 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1363
1364 * elfread.c (elf_symfile_read): Update ELF structure and routine
1365 names to specify 32-bit versions.
1366 (elf_symtab_read): Retrieve size field directly from symbol,
1367 instead of using old kludge.
1368
1369 * mips-pinsn.c (print_insn): Cast address to bfd_vma before
1370 calling opcodes library.
1371 * z8k-tdep.c (print_insn): Likewise.
1372
1373 Tue May 25 13:06:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1374
1375 * stabsread.c: Remove all uses of error(). Make error_type and
1376 read_type_number static.
1377 (define_symbol): Don't try to deal with a missing symbol
1378 descriptor which isn't followed by digit, '(', or '-'.
1379 * stabsread.h: Don't declare read_type_number here.
1380 * gdbtypes.h: Don't declare error_type here.
1381 * xcoffread.c: Remove NO_TYPEDEFS code.
1382
1383 Tue May 25 09:33:16 1993 Ian Lance Taylor (ian@cygnus.com)
1384
1385 * mips-tdep.c: Removed #include of many header files, and #define
1386 of MIPSMAGIC; no longer used.
1387
1388 Tue May 25 09:36:13 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1389
1390 * Many places: replace "the inferior" in messages with "the program"
1391 or "the program being debugged".
1392 * inflow.c (try_writing_regs): Remove; it's been #if 0'd forever
1393 and I'm getting sick of maintaining it.
1394
1395 * config/i386/linux.mh: Don't use \ newline; the awk scripts don't
1396 support it.
1397
1398 * config/i386/go32.mh: Define SER_HARDWIRE.
1399 * Makefile.in: Define SER_HARDWIRE.
1400 (DEPFILES): Use it.
1401 (alldeps.mak): Add SER_HARDWIRE.
1402 Remove all references to ser-hardwire.{c,o}.
1403 * configure.in: Remove all ser_hardwire and gdb_serial_driver stuff.
1404
1405 Mon May 24 23:50:05 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1406
1407 * sparc-nat.c (store_inferior_registers): Fill in all members of
1408 inferior_fp_registers by reading them from the inferior before
1409 modifying and writing them back.
1410 Fixes unexplainable inferior FP exceptions after calls to the inferior
1411 or setting of floating point registers.
1412 * mips-tdep.c (mips_skip_prologue): Skip move of argument register
1413 to register which is generated by gcc-2.4.
1414
1415 Tue May 25 00:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
1416
1417 * hppa-pinsn.c: Define OLD_TABLE before including opcode/hppa.h.
1418
1419 Mon May 24 13:55:14 1993 Stu Grossman (grossman@cygnus.com)
1420
1421 * config/i386/{i386lynx.mh i386lynx.mt nm-i386lynx.h tm-i386lynx.h
1422 xm-i386lynx.h}: New configuration for Lynx.
1423
1424 Mon May 24 10:01:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1425
1426 * mipsread.c (parse_symbol): Deal with scVar and scVarRegister.
1427 * symtab.h: Comment that LOC_REGPARM_ADDR can be call by reference.
1428
1429 * c-typeprint.c (c_type_print_base): Don't print typedef'd names
1430 as struct, union, or enum tags.
1431
1432 Mon May 24 01:10:01 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1433
1434 * symmisc.c (dump_msymbols): Avoid gdb coredump with stripped
1435 executable.
1436
1437 Sat May 22 10:03:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1438
1439 * infrun.c (wait_for_inferior),
1440 infcmd.c (program_info, signal_command): Use symbolic signal names.
1441
1442 * inftarg.c (child_wait): Deal with EINTR and include message from
1443 strerror if printing an error message.
1444
1445 * main.c (command_line_input): Use STOP_SIGNAL not SIGTSTP.
1446
1447 * stabsread.c: Remove most uses of lookup_fundamental_type.
1448 (define_symbol): Use read_type for type of enum constant,
1449 not just read_type_number. Also don't call error().
1450 (define_symbol): For unrecognized constant type, one complaint (the
1451 one from error_type) is enough. Don't make our own in addition.
1452 (define_symbol): Don't treat an N_FUN 'R' as a prototype.
1453 * gdbtypes.h: Doc fixes.
1454
1455 Sat May 22 03:33:07 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1456
1457 Fix stack unwinding through _sigtramp on Irix. These patches are from
1458 Paul Flinders <ptf@delcam.co.uk>.
1459 * mipsread.c (fixup_sigtramp): Find _sigtramp on Irix even when the
1460 executable uses sigvec.
1461 * mips-tdep.c (read_next_frame_reg): Allow tm-file to override
1462 sigcontext offsets.
1463 * config/mips/tm-irix3.h: Add sigcontext offsets for Irix.
1464
1465 Sat May 22 00:39:01 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1466
1467 * infrun.c (wait_for_inferior): Clear stop_signal if it should not
1468 be passed to the inferior to make "handle <signal> nopass nostop" work.
1469
1470 Sat May 22 00:21:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1471
1472 * config/mips/tm-irix3.h: Clean up, use tm-bigmips.h and redefine
1473 the necessary bits.
1474 * findvar.c (value_from_register): Fix uninitialized first_addr
1475 which caused problems with assignment of doubles to register variables
1476 on some targets.
1477 * mipsread.c: Remove TM_FILE_OVERRIDE, include tm.h and provide the
1478 missing mips definitions if necessary.
1479
1480 Fix handling of double register variables for mips targets and big
1481 endian hosts. These patches are from Paul Flinders <ptf@delcam.co.uk>.
1482 * config/mips/tm-mips.h: Increase MAX_REGISTER_{RAW,VIRTUAL}_SIZE to
1483 8 bytes for doubles.
1484 * config/mips/tm-mips.h (REGISTER_CONVERT_TO_TYPE): New macro for
1485 conversion of type held in multiple registers to host format.
1486 * config/mips/tm-mips.h (REGISTER_CONVERT_FROM_TYPE): New macro,
1487 companion to REGISTER_CONVERT_TO_TYPE.
1488 * config/mips/tm-mips.h (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE):
1489 Convert to function calls.
1490 * config/mips/tm-mips.h (FIX_CALL_DUMMY): New code for big endian
1491 mips targets.
1492 * mips-tdep.c (mips_print_register): Raw buffer now needs just
1493 MAX_REGISTER_RAW_SIZE bytes.
1494 * mips-tdep.c (mips_print_register): Use REGISTER_CONVERT_TO_TYPE
1495 (if defined) for doubles.
1496 * mips-tdep.c: (mips_extract_return_value, mips_store_return_value):
1497 New functions, take care of REGISTER_CONVERT_TO/FROM_TYPE.
1498 * valops.c (value_assign): Use REGISTER_CONVERT_TO_TYPE if
1499 defined.
1500 * findvar.c (value_from_register): Use REGISTER_CONVERT_TO_TYPE if
1501 defined.
1502
1503 Fri May 21 09:04:25 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1504
1505 * configure.in: Add i[34]86-*-isc*.
1506
1507 * stabsread.c: Make sure all complain() pass the address of the struct.
1508
1509 * xcoffread.c: Make sure all struct complaints are static not auto.
1510
1511 * Makefile.in: Add rule for xcoffexec.o like that for paread.o.
1512
1513 * xcoffread.c (process_xcoff_symbol, case C_LSYM): Use define_symbol.
1514
1515 Wed May 19 12:33:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1516
1517 * config/i386/linux.mh: Re-enable coredumps now that they should work.
1518
1519 Wed May 19 15:44:20 1993 K. Richard Pixley (rich@cygnus.com)
1520
1521 * config/m68k/tm-m68k.h (FRAME_CHAIN): add missing close paren.
1522
1523 Wed May 19 15:33:57 1993 Stu Grossman (grossman@cygnus.com)
1524
1525 * config/pa/nm-hppab.h: Comment PTRACE_ARG3_TYPE.
1526
1527 Wed May 19 12:33:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1528
1529 * Makefile.in (INSTALLED_LIBS): New variable.
1530
1531 Tue May 18 14:08:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1532
1533 * main.c (quit_command): In the "quit anyway?" message, tell the user
1534 whether we are planning to detach or kill the program.
1535
1536 * config/vax/vaxbsd.mh: Add "NAT_FILE= nm-vax.h".
1537 * config/vax/xm-vaxbsd.h: Use <sys/param.h> not <machine/limits.h>
1538
1539 * infcmd.c (read_pc): Doc fix.
1540
1541 * printcmd.c (print_address_symbolic): Use %u not %d for offset.
1542
1543 * blockframe.c (get_prev_frame_info): If pc in sigtramp, set
1544 signal_handler_caller.
1545 * tm-68k.h (FRAME_{CHAIN,SAVED_PC}): Deal with sigtramp.
1546 * tm-hp300bsd.h: Define SIGTRAMP_{START,END} not IN_SIGTRAMP.
1547 * inferior.h (IN_SIGTRAMP): Definition moved from infrun.c.
1548 Use SIGTRAMP_START if defined.
1549 * infcmd.c (step_1): Use SIGTRAMP_{START,END} if needed.
1550 * infrun.c (wait_for_inferior): Check IN_SIGTRAMP before SKIP_PROLOGUE.
1551
1552 * infptrace.c: Remove unused KERNEL_U_ADDR_HPUX code.
1553
1554 * infcmd.c (step_1): Fix poorly worded error message.
1555
1556 * config/{i386/linux.mh,m68k/isi.mh} (NATDEPFILES):
1557 Comment out corelow.c because core dumps are broken on these machines.
1558
1559 * Makefile.in (depend): Put "${srcdir}" in generated dependencies
1560 if srcdir is not ".".
1561 Also put in -I${BFD_DIR} or -I${READLINE_DIR} for files which need it.
1562 (INCLUDE_CFLAGS): Remove BFD_DIR and READLINE_DIR.
1563 * depend: Update to latest automatically built version.
1564
1565 Tue May 18 08:10:45 1993 Fred Fish (fnf@cygnus.com)
1566
1567 * ChangeLog, ChangeLog-92: Split ChangeLog at 1993.
1568 * Makefile.in (NONSRC): Add ChangeLog-92
1569
1570 Tue May 18 08:03:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1571
1572 * findvar.c ({read,write}_register): Use REGISTER_RAW_SIZE
1573 not typo RAW_REGISTER_SIZE.
1574
1575 * frame.h, inferior.h: Doc fixes.
1576
1577 Mon May 17 15:43:03 1993 Stu Grossman (grossman@cygnus.com)
1578
1579 * findvar.c (write_register): Add sanity check for register size.
1580 (read_register): Fixup sanity check for register size to be
1581 consistent with write_register().
1582
1583 Mon May 17 07:36:20 1993 Ian Lance Taylor (ian@cygnus.com)
1584
1585 * sparclite/Makefile.in: Add dummy info, install and install-info
1586 targets.
1587
1588 Thu May 13 07:30:22 1993 Ian Lance Taylor (ian@cygnus.com)
1589
1590 * remote-nindy.c: Removed declaration of coffstrip.
1591 * nindy-share/nindy.c: #if 0 coffstrip routine; no longer used.
1592
1593 Wed May 12 00:35:19 1993 Fred Fish (fnf@cygnus.com)
1594
1595 * Makefile.in (VERSION): Bump to 4.9.1 after release and cvs
1596 tagging.
1597
1598 * Makefile.in (VERSION): GDB 4.9 release.
1599
1600 Tue May 11 08:04:41 1993 Fred Fish (fnf@cygnus.com)
1601
1602 * README: Update known bugs to include the Solaris bug that
1603 leaves core dumps in the current directory when restarting the
1604 inferior with "run". Expand on the testsuite information.
1605
1606 * Makefile.in (VERSION): Bump to 4.8.96 for what should hopefully
1607 be the last 4.9 prerelease test archive.
1608
1609 Mon May 10 22:13:23 1993 Jim Kingdon (kingdon@cygnus.com)
1610
1611 * config/m68k/xm-hp300bsd.h: Include <sys/param.h> to avoid INT_MAX
1612 redefined warnings.
1613
1614 Mon May 10 20:00:43 1993 Fred Fish (fnf@cygnus.com)
1615
1616 * README, NEWS: Update for gdb 4.9 release.
1617
1618 Mon May 10 19:38:34 1993 John Gilmore (gnu@cygnus.com)
1619
1620 * ch-exp.y (MAX, MIN): Rename to MAX_TOKEN, MIN_TOKEN.
1621 * target.c (MIN): #undef before defining.
1622
1623 Mon May 10 16:03:03 1993 Jim Kingdon (kingdon@cygnus.com)
1624
1625 Patch from Jeffrey Law:
1626 * gdb/config/pa/nm-hppab.h (PTRACE_ARG3_TYPE): Define as caddr_t.
1627
1628 Mon May 10 15:28:27 1993 Ian Lance Taylor (ian@cygnus.com)
1629
1630 * hppa-tdep.c (hppa_push_arguments): Allocate correct amount of
1631 memory.
1632
1633 Mon May 10 13:14:46 1993 Fred Fish (fnf@cygnus.com)
1634
1635 * ch-exp.y (start): Apply work-around to avoid bison warning.
1636
1637 Sun May 9 07:25:02 1993 Fred Fish (fnf@cygnus.com)
1638
1639 * Makefile.in (BISON): Remove double quotes around BISON
1640 definition when bison is used.
1641
1642 * configure.in (hppa*-hp-bsd): Change to hppa*-hp-bsd*
1643 * configure.in (hppa*-hp-hpux): Change to hppa*-hp-hpux*
1644 * configure.in (m68*-hp-bsd): Change to m68*-hp-bsd*
1645 * configure.in (m68*-hp-hpux): Change to m68*-hp-hpux*
1646 * configure.in (hppa*-*-bsd): Change to hppa*-*-bsd*
1647 * configure.in (hppa*-*-hpux): Change to hppa*-*-hpux*
1648 * configure.in (m68*-hp-bsd): Change to m68*-hp-bsd*
1649 * configure.in (m68*-hp-hpux): Change to m68*-hp-hpux*
1650
1651 * Makefile.in (VERSION): Bump to 4.8.6.
1652
1653 Sat May 8 12:36:03 1993 Fred Fish (fnf@cygnus.com)
1654
1655 * config/pa/xm-hppah.h (MALLOC_INCOMPATIBLE): Define it, and
1656 include declarations for malloc/realloc/free. Both malloc and
1657 realloc return 'void *' for non-ANSI compilations.
1658
1659 Sat May 8 01:39:30 1993 (pes@regent.e-technik.tu-muenchen.de)
1660
1661 * coffread.c (read_coff_symtab): Don't fclose stream as it is no
1662 longer opened twice.
1663
1664 Thu May 6 21:08:55 1993 Jim Kingdon (kingdon@cygnus.com)
1665
1666 * solib.c (clear_solib): Don't close bfd if it is NULL.
1667
1668 Thu May 6 20:55:35 1993 Fred Fish (fnf@cygnus.com)
1669
1670 * core.c (dis_asm_read_memory): Cast second arg of
1671 target_read_memory to "char *".
1672 * breakpoint.c (watchpoint_check): Change arg type from PTR to
1673 "char *", to match other functions called by catch_errors().
1674
1675 Thu May 6 15:47:45 1993 Stu Grossman (grossman@cygnus.com)
1676
1677 * More patches from Jeffrey Law (law@cs.utah.edu).
1678 * gdb/config/nm-hppab.h (PTRACE_ARG3_TYPE): Define as caddr_t.
1679 * gdb/config/pa/tm-hppah.h (millicode_start, millicode_end):
1680 Delete unnecessary declarations.
1681
1682 Thu May 6 15:15:46 1993 Stu Grossman (grossman@cygnus.com)
1683
1684 * ser-unix.c (wait_for): Use VTIME to do timeouts instead of
1685 poll() for termio{s}.
1686
1687 Thu May 6 10:03:41 1993 Jim Kingdon (kingdon@cygnus.com)
1688
1689 * i386-tdep.c (i386_frame_num_args): Always return -1.
1690
1691 Wed May 5 15:16:33 1993 Stu Grossman (grossman@cygnus.com)
1692
1693 * Patches from Jeffrey Law <law@cs.utah.edu>.
1694 * gdb/hppa-tdep.c: Declare frame_saved_pc.
1695 (frameless_function_invocation): New function.
1696 (frame_saved_pc, init_extra_frame_info): Use
1697 frameless_function_invocation.
1698 * gdb/config/pa/tm-hppa.h (SAVED_PC_AFTER_CALL): Use saved_pc_after
1699 call instead of just grabbing the value currently in %r2.
1700 (FRAMELESS_FUNCTION_INVOCATION): Use frameless_function_invocation.
1701 * gdb/config/pa/tm-hppah.h (SAVED_PC_AFTER_CALL): Delete private
1702 definition and use the common one in tm-hppa.h.
1703 * gdb/hppa-tdep.c (frame_chain_valid): If "use_unwind" is true, then
1704 use unwind descriptors to determine if the frame chain is valid.
1705 * gdb/hppa-tdep.c (find_dummy_frame_regs): Rework so that
1706 it does not assume %r4 is the frame pointer.
1707 * gdb/hppa-pinsn.c (print_insn): Handle 'r' and 'R' for break, rsm,
1708 and ssm instructions.
1709 * gdb/hppa-tdep.c (extract_5r_store, extract_5R_store): New
1710 helper functions for print_insn.
1711 * gdb/hppa-tdep.c (gcc_p, hpux_cc_p): Delete unused functions.
1712 * gdb/config/pa/tm-hppa.h (ABOUT_TO_RETURN): Handle a return
1713 which nullifies the following instruction.
1714
1715 Tue May 4 12:11:38 1993 Jim Kingdon (kingdon@cygnus.com)
1716
1717 * infptrace.c [FIVE_ARG_PTRACE]: Define ptrace to call_ptrace and
1718 pass the 5th arg there, rather than using an ANSI C-specific macro.
1719
1720 * Makefile.in (depend): Don't include ${CC} command for *.tab.c.
1721
1722 Tue May 4 19:33:12 1993 Fred Fish (fnf@cygnus.com)
1723
1724 * Makefile.in (VERSION): Bump to 4.8.5
1725 * Makefile.in (INCLUDE_CFLAGS): Add BFD_DIR and READLINE_DIR
1726 directories to include search path.
1727 * Makefile.in (CLIBS, CDEPS, ADD_FILES, ADD_DEPS): Clean up
1728 whitespace.
1729 * Makefile.in (depend): For gcc -MM line, use INTERNAL_CFLAGS
1730 * Makefile.in (main.o, dbxread.o, coffread.o, mipsread.o,
1731 elfread.o, dwarfread.o, stabsread.o, xcoffread.o, xcoffexec.o,
1732 xdr_ld.o, xdr_rdb.o, nindy.o, Onindy.o, ttybreak.o, ttyflush.o,
1733 udr.o, udip2soc.o): Remove explicit rules, use the ones that
1734 are automatically generated in "depend".
1735 * Makefile.in (paread.o): Document why a dependency doesn't get
1736 automatically generated in "depend" and leave this explicit rule
1737 in for now (FIXME).
1738 * depend: Update to latest automatically generated version.
1739
1740 Tue May 4 12:11:38 1993 Jim Kingdon (kingdon@cygnus.com)
1741
1742 * xcoffread.c: Doc fix.
1743
1744 * Makefile.in (depend): Include $(CC) command in generated output.
1745
1746 Mon May 3 22:51:05 1993 Fred Fish (fnf@cygnus.com)
1747
1748 * Makefile.in (NONSRC): Remove ${srcdir}/putenv.c.
1749 * Makefile.in (SFILES): Add ${srcdir}/putenv.c.
1750 * depend: Update to latest automatically built version.
1751
1752 Mon May 3 19:20:20 1993 Stu Grossman (grossman@cygnus.com)
1753
1754 * sparclite/Makefile.in: Create default target that does nothing
1755 in order to force user to build by hand.
1756
1757 * sparclite/Makefile: Remove. It's not necessary anymore.
1758
1759 * ser-unix.c (wait_for): New routine to handle read timeouts,
1760 etc. Uses poll() if HAVE_TERMIO[S] is defined, select() otherwise.
1761
1762 Mon May 3 13:52:08 1993 Ian Lance Taylor (ian@cygnus.com)
1763
1764 * mips-pinsn.c (print_insn): Return value.
1765
1766 Sun May 2 11:43:57 1993 Fred Fish (fnf@cygnus.com)
1767
1768 * Makefile.in (SFILES): Remove ser-hardwire.c; it is a link made
1769 at configuration time and doesn't belong in the distribution archive.
1770
1771 * Makefile.in (NONSRC): Add 29k-share/README.
1772 * Makefile.in (HFILES): Add 29k-share/udi/udiids.h.
1773
1774 * defs.h (UINT_MAX, LONG_MAX, INT_MAX, INT_MIN): Replace hex
1775 constants with slightly more portable definitions (still depends
1776 on 2's complement arithmetic though).
1777 * config/i386/nm-linux.h: Define NO_SYS_REG_H for no <sys/reg.h>.
1778 * i386v-nat.c (sys/reg.h): Conditionalize include on
1779 NO_SYS_REG_H. Linux doesn't have <sys/reg.h>.
1780 * ser-unix.c (termio.h): Include <termio.h> like other files that
1781 include termio.h, not <sys/termio.h> which may not exist (on
1782 linux for example).
1783
1784 Sat May 1 16:05:24 1993 Fred Fish (fnf@cygnus.com)
1785
1786 * valprint.c (print_longest): Change format parameter from a
1787 'char' to an 'int'. We can't have 'char' parameters with the
1788 current coding style, where we mix prototypes with pre-ANSI
1789 style declarations.
1790 * value.h (print_longest): Change format parameter in prototype
1791 from a 'char' to an 'int'.
1792
1793 Sat May 1 02:47:20 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1794
1795 * config/mips/tm-mips.h (STAB_REG_TO_REGNUM): Match it with the gcc
1796 definition.
1797 * config/mips/tm-irix3.h (STAB_REG_TO_REGNUM): Add.
1798 * irix4-nat.c (fill_fpregset): Fix bug with indexing into fpregsetp.
1799
1800 Fri Apr 30 17:45:32 1993 Stu Grossman (grossman@cygnus.com)
1801
1802 * The following patches are from Jeffrey Law <law@cs.utah.edu>.
1803 * config/pa/hppabsd.mh: Add more files to NATDEPFILES.
1804 * config/pa/xm-hppa[bh].h: Define FIVE_ARG_PTRACE.
1805 * hppab-nat.c: Delete WANT_NATIVE_TARGET ifdefs.
1806 ptrace needs 5 arguments, #define ptrace to always
1807 pass zero as the 5th argument.
1808
1809 Fri Apr 30 15:54:13 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1810
1811 * configure.in: Match z8k-*-sim for z8000.
1812 * config/h8500/tm-h8500.h, h8500-tdep.c: Lint.
1813 * remote-hms.c: Update to use new serial protocol.
1814
1815 Fri Apr 30 16:50:38 1993 K. Richard Pixley (rich@rtl.cygnus.com)
1816
1817 * mips-tdep.c: remove include of sys/dir.h. Doesn't seem
1818 necessary and Solaris doesn't have it.
1819
1820 * Makefile.in (clean-info, install, install-info, info, dvi,
1821 check, all): do not echo recursion lines.
1822
1823 * 29k-share/udip2soc.c (UDIConnect): replace union wait with int.
1824
1825 * config/sparc/sun4sol2.mh (XM_CLIBS): add -lsocket which is
1826 required target ports which use sockets (like a29k-udi).
1827
1828 * remote-udi.c (udi_wait): Use SIGURG, as Solaris doesn't have SIGLOST.
1829
1830 Fri Apr 30 11:05:42 1993 Jim Kingdon (kingdon@cygnus.com)
1831
1832 * ser-unix.c [USE_{TERMIO,ALARM}_TIMEOUT]: New code to deal with
1833 systems lacking select().
1834
1835 * Makefile.in (TAGS): Doc fix. Deal with empty DEPFILES.
1836
1837 Fri Apr 30 10:06:46 1993 Fred Fish (fnf@cygnus.com)
1838
1839 * alldeps.mak, depend: Update with latest automatically built
1840 versions.
1841
1842 Thu Apr 29 12:03:23 1993 Fred Fish (fnf@cygnus.com)
1843
1844 * Makefile.in (SFILES): Add ser-unix.c and ser-go32.c.
1845
1846 * Makefile.in (make-proto-testsuite.dir): New target to make
1847 prototype testsuite tree.
1848
1849 * Makefile.in (VERSION): Bump to 4.8.4.
1850
1851 Thu Apr 29 08:46:22 1993 Jim Kingdon (kingdon@cygnus.com)
1852
1853 * stabsread.c (define_symbol): If unrecognized constant type,
1854 complain() not error().
1855
1856 Thu Apr 29 00:03:59 1993 Fred Fish (fnf@cygnus.com)
1857
1858 * infptrace.c: Add missing close paren to test for
1859 FIVE_ARG_PTRACE defined.
1860
1861 * defs.h (CC_HAS_LONG_LONG): Set up to define CC_HAS_LONG_LONG
1862 when compiling with gcc, but disable it for now. See comment.
1863 * defs.h (LONGEST): Define as either "long" or "long long"
1864 based on CC_HAS_LONG_LONG.
1865 * defs.h (longest_to_int): Use CC_HAS_LONG_LONG to control
1866 how longest_to_int is defined.
1867 * c-valprint.c (c_val_print): Call print_longest.
1868 * expprint.c (dump_expression): Use PRINTF_HAS_LONG_LONG
1869 instead of LONG_LONG.
1870 * {printcmd.c, gdbtypes.h} (LONG_LONG): Replace usages with
1871 CC_HAS_LONG_LONG.
1872 * printcmd.c (print_scalar_formatted): Call print_longest
1873 and let it figure out what to do for PRINTF_HAS_LONG_LONG.
1874 * typeprint.c (print_type_scalar): Call print_longest and let
1875 it figure out what to do for PRINTF_HAS_LONG_LONG.
1876 * valprint.c (val_print_type_code_int): Call print_longest
1877 and let it figure out what to do for PRINTF_HAS_LONG_LONG.
1878 * stabsread.c (LONG_LONG): Replace usages with CC_HAS_LONG_LONG.
1879 * value.h (struct value): Replace usage of LONG_LONG with
1880 CC_HAS_LONG_LONG.
1881 * value.h (print_longest): Add prototype.
1882 * values.c (LONG_LONG): Replace usages with CC_HAS_LONG_LONG.
1883 * values.c (unpack_double): Collapse code that was unnecessarily
1884 dependent on CC_HAS_LONG_LONG. Use LONGEST instead of direct types.
1885 * values.c (value_from_longest): Remove dependency on
1886 CC_HAS_LONG_LONG and just use LONGEST.
1887 * solib.c (solib_map_sections): Use bfd_get_filename
1888 to access filename field.
1889 * solib.c (clear_solib): Save filename and free it later, after
1890 bfd_close, since bfd_close may reference it. Use bfd_get_filename
1891 to access the field.
1892 * config/convex/xm-convex.h (LONG_LONG): Replace with
1893 CC_HAS_LONG_LONG. Add define for PRINTF_HAS_LONG_LONG.
1894 * doc/gdbint.texinfo (LONG_LONG): Replace with CC_HAS_LONG_LONG.
1895 Add PRINTF_HAS_LONG_LONG references.
1896
1897 Wed Apr 28 06:11:38 1993 Jim Kingdon (kingdon@cygnus.com)
1898
1899 * inflow.c (kill_command), infcmd.c (attach_command),
1900 remote.c (remote_interrupt_twice): In messages for the user, call it
1901 "the program" or "the program being debugged" not "the inferior".
1902
1903 * hp300ux-nat.c: Cast second arg to supply_register calls.
1904 (_initialize_kernel_u_addr, getpagesize): New functions.
1905 (store_inferior_register_1): Change arg name from value to val.
1906 (fetch_core_registers): Make arg core_reg_size unsigned.
1907 Pass 5 args to ptrace.
1908 * config/m68k/xm-hp300hpux.h: Define FIVE_ARG_PTRACE.
1909 Remove KERNEL_U_ADDR stuff.
1910 * infptrace.c [FIVE_ARG_PTRACE]: Pass 5th arg to ptrace.
1911 * config/m68k/hp300hpux.m{t,h}:
1912 Move exec.o from NATDEPFILES to TDEPFILES
1913 * config/m68k/hp300hpux.mt: Mention GAS requirement. Remove
1914 hp-include stuff. Add m68k-tdep.o to TDEPFILES.
1915
1916 Wed Apr 28 13:27:54 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1917
1918 * ch-exp.y (yylex): Don't STREQ with simplename if it is NULL.
1919
1920 Wed Apr 28 06:11:38 1993 Jim Kingdon (kingdon@cygnus.com)
1921
1922 * config/sparc/xm-sun4os4.h [__STDC__]: Don't use MALLOC_INCOMPATIBLE.
1923
1924 Wed Apr 28 11:39:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1925
1926 * doc/gdb.texinfo: make node "Shell Commands" unconditional;
1927 describe `set demangle-style arm' (not cfront);
1928 mention can type `q' to discard output, when gdb pages
1929
1930 Wed Apr 28 11:32:39 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1931
1932 * valops.c (search_struct_field): Fix gdb core dump with incomplete
1933 stabs info.
1934
1935 Wed Apr 28 06:11:38 1993 Jim Kingdon (kingdon@cygnus.com)
1936
1937 * remote.c: Change timeout to 2.
1938 (remote_open): Use unpush_target not remote_close.
1939 (remote_resume): If siggnal != 0, give warning not error().
1940 (remote_wait, remote_interrupt, remote_interrupt_twice):
1941 If we get two interrupts, let the user get out if they want.
1942 (remote_{kill,mourn}): New functions.
1943 i386-stub.c (handle_exception, case 'k'): Don't BREAKPOINT.
1944
1945 Wed Apr 28 09:20:55 1993 Ian Lance Taylor (ian@rtl.cygnus.com)
1946
1947 * config/sparc/sun4sol2.mh (XM_CLIBS): Define to be -lnsl.
1948
1949 Wed Apr 28 06:11:38 1993 Jim Kingdon (kingdon@cygnus.com)
1950
1951 * Remote targets (mourn): Call unpush_target.
1952
1953 * config/sparc/xm-sun4os4.h: Declare free() to return int.
1954 Remove twisted use of PARAMS.
1955
1956 * config/rs6000/xm-rs6000.h: Don't define MALLOC_INCOMPATIBLE now
1957 that ansidecl.h assumes ANSI on AIX.
1958
1959 Tue Apr 27 10:01:33 1993 Jim Kingdon (kingdon@cygnus.com)
1960
1961 * README: Move most stuff about hacking GDB to doc/gdbint.texinfo.
1962 (Known bugs): Remove AIX bugs, revise SPARC struct bug description.
1963
1964 Tue Apr 27 13:44:19 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1965
1966 * expprint.c (print_subexp): Fix bug with OP_SCOPE operator output.
1967
1968 Tue Apr 27 10:01:33 1993 Jim Kingdon (kingdon@cygnus.com)
1969
1970 * remote-vx.c (net_connect): Allow numeric IP address for host.
1971
1972 Mon Apr 26 17:59:38 1993 Steve Chamberlain (sac@thepub.cygnus.com)
1973
1974 * config/sh/sh.mt, config/sh/tm-sh.h, sh-tdep.c: New files.
1975
1976 Mon Apr 26 07:13:32 1993 Jim Kingdon (kingdon@cygnus.com)
1977
1978 * rs6000-tdep.c (branch_dest): Deal with stepping through system call.
1979
1980 * symtab.h, xcoffread.c: Revise linetable sorting comments.
1981
1982 Sun Apr 25 02:32:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1983
1984 * valops.c (value_cast): A cast might also change the object
1985 representation in C++.
1986 * dbxread.c (end_psymtab): Copy subpst read_symtab function from pst
1987 to get the proper read_symtab function when called from mipsread.c.
1988 * mipsread.c (mipscoff_psymtab_to_symtab, psymtab_to_symtab_1):
1989 Set cur_bfd in psymtab_to_symtab_1 as CURBFD(pst) is invalid
1990 for dummy psymtabs, inhibit processing of dummy psymtabs.
1991
1992 Sat Apr 24 19:59:54 1993 Jim Kingdon (kingdon@cygnus.com)
1993
1994 * Changes from (or inspired by) AMD:
1995 * remote-udi.c (udi_attach): Assignments to Space and Offset were
1996 switched, fix it.
1997 (udi_wait): Make error message (UDIGetStdout) match error.
1998 (udi_wait): Handle UDIStdinNeeded.
1999 * command.c [CANT_FORK]: Use system().
2000 * utils.c (prompt_for_continue): Allow quit with 'q'.
2001
2002 * solib.c (solib_add): Don't call special_symbol_handling if there
2003 were errors in symbol_add_stub. Also set so->from_tty before
2004 calling symbol_add_stub.
2005
2006 Fri Apr 23 16:17:00 1993 Stu Grossman (grossman@cygnus.com)
2007
2008 * Merge in HPPA/BSD patches from Utah:
2009 * defs.h: Add const to 2nd arg of psignal prototype.
2010 * hppah-tdep.c: Renamed to hppa-tdep.c 'cuz it's common code with
2011 BSD now.
2012 * hppab-core.c: Deleted. No longer useful.
2013 * hppab-nat.c: #include more files. Use PT_WUREGS, not
2014 PT_WRITE_U.
2015 * hppab-tdep.c: Deleted. Supplanted by hppa-tdep.c.
2016 * config/pa/hppabsd.mh (NATDEPFILES): Remove hppab-core.o.
2017 * config/pa/hppabsd.mt (TDEPFILES): hppab-tdep.o => hppa-tdep.o
2018 * config/pa/hppahpux.mt (TDEPFILES): hppab-tdep.o => hppa-tdep.o
2019 * config/pa/xm-hppab.h: #define SET_STACK_LIMIT_HUGE.
2020
2021 Fri Apr 23 10:34:02 1993 Stu Grossman (grossman@cygnus.com)
2022
2023 * Fix two bugs found by deja-gnu. One is the incorrect reporting
2024 of the PC being in a stack dummy when looking at a core file
2025 without symbols. The other is the incorrect passing of char
2026 arguments during expression evaluation (ie: p foo('a','b') would
2027 mess up the passing of it's args because it wasn't coercing the
2028 char's to ints).
2029 * hppah-tdep.c: Rename global functions to have consistent hppa_
2030 prefix. Make more functions static. Drop hp_ prefix from static
2031 functions. (hppa_push_arguments): Call value_arg_coerce to cast
2032 char to int args if necessary. (hppa_fix_call_dummy): Create
2033 this routine from FIX_CALL_DUMMY macro in tm-hppa.h.
2034 * inferior.h (PC_IN_CALL_DUMMY): Check for frame_address being
2035 valid (ie: != 0) before doing comparison against PC.
2036 * valops.c (call_function_by_hand): Adjust call to FIX_CALL_DUMMY
2037 to reflect new arguments.
2038 * config/pa/tm-hppa.h (POP_FRAME, PUSH_ARGUMENTS): Use new hppa_
2039 prefix for func name. (FIX_CALL_DUMMY): Move code into
2040 hppah-tdep.c.
2041
2042 * testsuite/gdb.t16/gdbme.c, testsuite/gdb.t17/gdbme.c: Add calls
2043 to malloc() so that we can test GDB eval of dynamically created
2044 arrays (like char strings in `print "foo"').
2045
2046 Fri Apr 23 01:28:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2047
2048 * printcmd.c (print_address_symbolic): Search symtabs as well as the
2049 minimal symbols for a nearby symbol.
2050
2051 Thu Apr 22 19:44:21 1993 John Gilmore (gnu@cacophony.cygnus.com)
2052
2053 * coffread.c: Comment changes around minimal symbol recording.
2054
2055 Thu Apr 22 16:24:36 1993 K. Richard Pixley (rich@rtl.cygnus.com)
2056
2057 * command.c: comment changes only.
2058
2059 * mips-tdep.c (heuristic_fence_post): new static variable.
2060 (heuristic_proc_start): use heuristic_fence_post, print better
2061 warnings, but only if not stop_soon_quietly.
2062 (_initialize_mips_tdep): add_set_cmd for heuristic-fence-post.
2063
2064 Thu Apr 22 14:50:05 1993 Jim Kingdon (kingdon@cygnus.com)
2065
2066 * symtab.h: Fix LOC_REF_ARG comment.
2067
2068 Wed Apr 22 20:21:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2069 and Jim Kingdon (kingdon@cygnus.com)
2070
2071 * stabsread.c (define_symbol): Combine a 'p', 'r' arg pair to a
2072 LOC_REGPARM symbol.
2073 * config/sparc/tm-sparc.h (REG_STRUCT_HAS_ADDR): Revise comments.
2074 symfile.c (compare_symbols): Don't check first character; STRCMP
2075 does that.
2076
2077 * stabsread.c (define_symbol): Generate a LOC_REGPARM_ADDR for
2078 structures that are passed by address in a register.
2079 * symtab.h (enum address_class): Add LOC_REGPARM_ADDR.
2080 * findvar.c (read_var_value),
2081 printcmd.c (address_info, print_frame_args),
2082 stack.c (print_frame_arg_vars), symmisc.c (print_{,partial_}symbol),
2083 * symtab.c (lookup_block_symbol): Deal with it.
2084
2085 Thu Apr 22 09:07:24 1993 Jim Kingdon (kingdon@cygnus.com)
2086
2087 * objfiles.h (obj_section), objfiles.c (build_objfile_section_table):
2088 Add objfile field.
2089 * objfiles.c (find_pc_section): Return a struct obj_section *.
2090 * sparc-tdep.c (in_solib_trampoline): Deal with find_pc_section return.
2091 * symfile.c (syms_from_objfile) [IBM6000_TARGET]:
2092 Don't use obj_section hack.
2093 * xcoffexec (vmap_symtab): Relocate obj_sections.
2094 * printcmd.c (containing_function_bounds): Use find_pc_section.
2095
2096 * symtab.h: Clean up SYMBOL_VALUE comments.
2097
2098 Wed Apr 21 14:29:57 1993 Jim Kingdon (kingdon@cygnus.com)
2099
2100 * stack.c (print_frame_arg_vars), printcmd.c (print_frame_args):
2101 Expand comments about LOC_ARG/LOC_LOCAL pairs.
2102
2103 * coffread.c (read_coff_symtab): Use rewind before fseek.
2104
2105 Wed Apr 21 14:24:19 1993 Per Bothner (bothner@cygnus.com)
2106
2107 * ch-exp.y: Removed unused structure_primitive_value and FIXME_23.
2108 * Makefile.in: Add $(YFLAGS) when using $(YACC).
2109 * Makefile.in: Remove message to expect conflicts and unused
2110 rules in ch-exp.y, since there no longer are any such.
2111
2112 Wed Apr 21 13:27:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2113
2114 * stabs.texinfo: fixed bad xrefs (un-initialized statics)
2115
2116 Tue Apr 20 08:55:11 1993 Jim Kingdon (kingdon@cygnus.com)
2117
2118 * xcoffexec.c (xcoff_relocate_core): If no exec file, error()
2119 rather than dumping core.
2120
2121 * Makefile.in: Add ${srcdir}/ to all source files.
2122 (alldeps.mak): Add "${srcdir}/" to files when generating alldeps.mak.
2123 (TAGS): Deal with srcdir and new config directory scheme.
2124 createtags: Remove.
2125 Makefile.in (NONSRC): Remove createtags.
2126 alldeps.mak: Updated.
2127
2128 * rs6000-tdep.c: Delete unused function print_frame.
2129
2130 * frame.h (struct frame_info): Doc fix for next_frame.
2131 New field signal_handler_caller.
2132 blockframe.c (create_new_frame, get_prev_frame_info),
2133 config/rs6000/tm-rs6000.h (INIT_EXTRA_FRAME_INFO): Set it (needs
2134 INIT_FRAME_PC_FIRST).
2135 stack.c (print_frame_info), rs6000-tdep.c (rs6000_frame_chain):
2136 Check it.
2137
2138 Mon Apr 19 22:52:33 1993 Stu Grossman (grossman@cygnus.com)
2139
2140 * irix4-nat.c (fetch_core_registers): Special version of this for
2141 Irix 4.x, which stores regs a bit differently from other /proc
2142 based systems.
2143 * procfs.c, core-svr4.c: Move fetch_core_registers from procfs.c
2144 to new file core-svr4.c.
2145 * config/i386/i386sol2.mh, config/i386/i386v4.mh, config/m68k/amix.mh,
2146 config/i386/ncr3000.mh, config/sparc/sun4sol2.mh: Add core-svr4.o
2147 to NATDEPFILES.
2148 * config/mips/irix4.mh: Add corelow.o to NATDEPFILES.
2149
2150 Mon Apr 19 11:13:34 1993 Jim Kingdon (kingdon@cygnus.com)
2151
2152 * i387-tdep.c: Remove unused #includes.
2153
2154 * configure.in: Match i[34]86-*-sysv3.2 not i[34]86-*-sysv32.
2155
2156 * config/i386/nm-i386v.h: Define NO_PTRACE_H.
2157
2158 Sun Apr 18 10:39:35 1993 Jim Kingdon (kingdon@cygnus.com)
2159
2160 * xcoffread.c: Nuke NO_DEFINE_SYMBOL code. There is no going back.
2161
2162 * stabsread.c (define_symbol): 'R' is synonym for 'P', not 'r'.
2163 xcoffread.c (process_xcoff_symbol, case C_RPSYM):
2164 Don't muck with SYMBOL_CLASS.
2165
2166 Fri Apr 16 17:38:33 1993 Stu Grossman (grossman@cygnus.com)
2167
2168 * munch: Don't use head command. It doesn't exist everywhere.
2169
2170 Fri Apr 16 15:07:57 1993 Fred Fish (fnf@cygnus.com)
2171
2172 * inflow.c (new_tty): Remove spurious 'o' character at end
2173 of #endif line.
2174
2175 Fri Apr 16 12:27:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2176
2177 * mips-tdep.c (mips_skip_prologue): Always skip the typical prologue
2178 instructions and nothing more.
2179 * mipsread.c (add_line): Add comment why we have to combine line number
2180 entries for the same line number.
2181
2182 Fri Apr 16 09:42:03 1993 Jim Kingdon (kingdon@cygnus.com)
2183
2184 * symtab.{c,h}: Doc fixes (remove symseg references, last relevant
2185 in gdb 2.8!).
2186
2187 Thu Apr 15 21:16:58 1993 Fred Fish (fnf@cygnus.com)
2188
2189 * depend, alldeps.mak: Update, now that gcc -MM bug is fixed.
2190
2191 Thu Apr 15 12:38:39 1993 Jim Kingdon (kingdon@cygnus.com)
2192
2193 * source.c (select_source_symtab): Clean up comment. Also, if
2194 we have a current_source_symtab, and s is NULL, return without
2195 doing anything.
2196 xcoffread.c (xcoff_symfile_read): Don't call select_source_symtab.
2197 breakpoint.c (breakpoint_re_set): Don't call select_source_symtab.
2198
2199 Thu Apr 15 02:37:48 1993 John Gilmore (gnu@cacophony.cygnus.com)
2200
2201 * dbxread.c (unknown_symchar_complaint): Add new complaint.
2202 * stabsread.h: Declare it.
2203 * partial-stab.h: Use it.
2204
2205 * utils.c (malloc_botch): Don't forward-declare if NO_MMALLOC.
2206
2207 Wed Apr 14 17:12:51 1993 Jim Kingdon (kingdon@cygnus.com)
2208
2209 * stack.c (print_frame_info): Print specially if dummy frame.
2210
2211 * breakpoint.c: Add comments regarding within_scope future direction.
2212
2213 * Version 4.8.3.
2214
2215 * xcoffread.c (record_include_{begin,end}): Change fatal to complain.
2216
2217 Wed Apr 14 14:03:18 1993 Per Bothner (bothner@cygnus.com)
2218
2219 * ch-exp.y: Fix thinko that broke parsing of FALSE.
2220
2221 Wed Apr 14 12:49:29 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2222
2223 * stabsread.c (read_member_functions): Initialize domain for stubbed
2224 member functions to avoid gdb core dumps when printing pointers
2225 to member functions.
2226 * cp-valprint.c (cp_print_class_method): Check for stubbed member
2227 functions.
2228
2229 Tue Apr 13 08:28:26 1993 Jim Kingdon (kingdon@cygnus.com)
2230
2231 * expprint.c (print_subexp): If opcode not found in op_print_tab,
2232 stop with an error().
2233 eval.c (evaluate_subexp): Change error message.
2234
2235 * objfiles.c (build_objfile_section_table): Cast return value
2236 from obstack_finish.
2237
2238 Mon Apr 12 10:53:50 1993 Jim Kingdon (kingdon@cygnus.com)
2239
2240 * config/rs6000/tm-rs6000.h, rs6000-tdep.c: Move FRAME_CHAIN
2241 to rs6000_frame_chain and deal with it if we're in a signal handler.
2242 (FRAME_SAVED_PC): Use rs6000_frame_chain.
2243
2244 * breakpoint.c (within_scope): New function.
2245 (enable_breakpoint, watchpoint_check): Use it.
2246
2247 * source.c (openp): Handle "exec-file ./ls" correctly.
2248
2249 * breakpoint.c (breakpoint_1): Use wrap_here before "at".
2250
2251 Sat Apr 10 01:32:43 1993 Per Bothner (bothner@rtl.cygnus.com)
2252
2253 * ch-exp.y: Clean up lexing of identifiers and
2254 reserved words. (E.g. don't recognize FALSEXXX as the
2255 keyword FALSE followed by the identifier XXX.)
2256 Also, convert identifiers to lower case.
2257
2258 Fri Apr 9 15:53:19 1993 Stu Grossman (grossman@cygnus.com)
2259
2260 * remote-mips.c, remote-monitor.c, remote-st2000.c: Convert to
2261 new serial interface.
2262
2263 Fri Apr 9 15:01:12 1993 Stu Grossman (grossman@cygnus.com)
2264
2265 * remote.c (remote_open): Use SERIAL_OPEN instead of serial_open.
2266 (putpkt, getpkt): Use new return codes for SERIAL_READCHAR.
2267 * ser-go32.c: Return -1 on most failures, 0 on most successes,
2268 and use new return codes for go32_readchar().
2269 * ser-unix.c: Ditto. Also, move error handling up to caller for
2270 SERIAL_SETBAUDRATE().
2271 * serial.c (serial_open): Internal call, not SERIAL_OPEN to get
2272 to specific routine.
2273 (serial_close): New routine to wrap around device close routine.
2274 serial.h: Clean & document return values more clearly.
2275
2276 Fri Apr 9 10:20:55 1993 Jim Kingdon (kingdon@cygnus.com)
2277
2278 * rs6000-pinsn.c (print_operand): Deal with no operand instructions.
2279
2280 * rs6000-pinsn.c (print_operand, case LI): Print condition register
2281 operand in decimal rather than wrong textual versions.
2282
2283 * printcmd.c (_initialize_printcmd): Clean up docstring for "x"
2284 (mention 't', remove false thing about 'g' only good with 'f').
2285
2286 * breakpoint.h: move "struct breakpoint" and friends to top of
2287 file so that bpstat_find_breakpoint prototype works.
2288
2289 * solib.c (struct so_list): Add bfd field.
2290 (solib_map_sections): Leave bfd open and scratch_pathname allocated.
2291 Put the bfd in bfd field of the so_list.
2292 (clear_solib): Free bfd name and close_bfd on the bfd.
2293
2294 Fri Apr 9 00:45:41 1993 Per Bothner (bothner@rtl.cygnus.com)
2295
2296 * valarith.c (value_subscript): Add COERCE_REF.
2297 * ch-exp.y (operand_5): We can generalize the 2nd operand
2298 of a string repetition ot 'literal' without ambiguity.
2299
2300 Thu Apr 8 10:15:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2301
2302 * breakpoint.h (struct bpstat): Remove momentary field.
2303 Remove bpstat_momentary_breakpoint. This was always kludgy
2304 and is no longer used.
2305
2306 * breakpoint.h: Add enum bpstat_what.
2307 breakpoint.h (struct bpstat), breakpoint.c (bpstat_stop_status):
2308 stop and print fields of bpstat now per-breakpoint, not just
2309 one for the whole chain.
2310 breakpoint.{c,h} (bpstat_what): New function.
2311 breakpoint.h: Remove bpstat_stop and bpstat_should_print.
2312 infrun.c: Replace switch (stop_bpstat->breakpoint_at->type)
2313 with call to bpstat_what.
2314 README: Remove watchpoint/breakpoint bug from known bugs.
2315
2316 * breakpoint.h: Prototype bpstat_find_breakpoint.
2317
2318 Thu Apr 8 16:01:21 1993 Fred Fish (fnf@cygnus.com)
2319
2320 * symtab.c (find_methods, gdb_mangle_name): Note that functions
2321 are g++ specific.
2322 * symtab.h (VTBL_FNADDR_OFFSET, OPNAME_PREFIX_P, VTBL_PREFIX_P,
2323 DESTRUCTOR_PREFIX_P): Note that macros are g++ specific.
2324
2325 Thu Apr 8 12:45:32 1993 Ian Lance Taylor (ian@cygnus.com)
2326
2327 * i960-pinsn.c (tabent): Copied struct definition from
2328 opcodes/i960-dis.c.
2329
2330 Thu Apr 8 10:34:37 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2331
2332 * symtab.h (DESTRUCTOR_PREFIX_P): New macro to check if physname
2333 is a C++ destructor.
2334 * symtab.c (gdb_mangle_name): Use it.
2335 * symtab.c (find_methods): Do not add destructors to choice list
2336 for constructors.
2337 * symtab.c (decode_line_1): Make breakpoints on destructors work
2338 for gcc-2.x again.
2339
2340 Wed Apr 7 18:43:09 1993 Stu Grossman (grossman@cygnus.com)
2341
2342 * ser-go32.c: Make it use serial port name.
2343 * go32-xdep.c: Put in def for strlwr, needed by dir.o in go32 libc.
2344
2345 * infcmd.c (read_pc): Make sure that we read PC_REGNUM when not
2346 in a system call!
2347
2348 Wed Apr 7 15:52:11 1993 Stu Grossman (grossman@cygnus.com)
2349
2350 * configure.in: Only configure sparclite subdir when target_cpu
2351 is sparclite.
2352
2353 Wed Apr 7 10:11:22 1993 Jim Kingdon (kingdon@cygnus.com)
2354
2355 * xcoffread.c (struct coff_symbol): Change c_sclass to unsigned char.
2356 Remove FIXME comment regarding this.
2357
2358 * symfile.h: Change NULL->'\0' in comment (that wasn't a typo).
2359
2360 * xcoffread.c (read_xcoff_symtab): Use E_SYMNMLEN.
2361
2362 Tue Apr 6 22:30:58 1993 K. Richard Pixley (rich@cygnus.com)
2363
2364 Add section table to objfile struct. Use it for find_pc_section.
2365 * objfiles.c (add_to_objfile_sections,
2366 build_objfile_section_table, find_pc_section): new functions.
2367 (allocate_objfile): build section table.
2368 * objfiles.h (struct obj_section): new structure.
2369 (struct objfile): add section table.
2370 (find_pc_section): new prototype.
2371 * solib.[ch] (find_pc_section_from_so_list): removed.
2372 * sparc-tdep.c: include objfiles.h for find_pc_section. include
2373 symfile.h for objfiles.h.
2374 (in_solib_trampoline): adjusted for new find_pc_section
2375 prototype. Removed BAD_RICH_HACK ifdefs.
2376 * symfile.c (syms_from_objfile): offset objfile sections.
2377 (find_pc_section): removed. Also removed BAD_RICH_HACK ifdefs.
2378 * symfile.h (find_pc_section): prototype removed. Also fixed
2379 comment typo NUL -> NULL.
2380 * target.[ch] (find_pc_section_from_targets): removed.
2381 * config/sparc/tm-sun4sol2.h (BAD_RICHH_HACK): removed.
2382
2383 Tue Apr 6 21:41:13 1993 Stu Grossman (grossman@cygnus.com)
2384
2385 * ser-go32.c: Format. (go32_open): Use proper return value.
2386
2387 * configure.in: Undo conditional configdirs hack for sparclite.
2388
2389 Tue Apr 6 17:07:37 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
2390
2391 * symtab.c (list_symbols): When call break_command, pass both
2392 filename and function name not just function name.
2393
2394 Tue Apr 6 15:00:09 1993 Fred Fish (fnf@cygnus.com)
2395
2396 (Changes and new files to make "none" a full fledged configuration)
2397 * config/none/{nm-none.h, tm-none.h, xm-none.h}: New files.
2398 Currently only tm-none.h has any meaningful contents.
2399 * config/none/none.mh (NAT_FILE): Use nm-none.h
2400 * config/none/none.mh (XM_FILE): Use xm-none.h
2401 * config/none/none.mt (TM_FILE): Use tm-none.h
2402 * Makefile.in (depend): Remove comment about parse errors in
2403 valops.c, it now parses correctly and generates a correct depend
2404 line. Remove line that touches xm.h, tm.h, and nm.h; they are
2405 now linked to config/none/{xm-none.h, tm-none.h, nm-none.h}.
2406
2407 Tue Apr 6 09:54:29 1993 Jim Kingdon (kingdon@cygnus.com)
2408
2409 * values.c (USE_STRUCT_RETURN): Only use gcc wierdness for gcc1.
2410
2411 * xcoffread.c (read_xcoff_symtab): Deal correctly with symbols of
2412 exactly 8 characters.
2413
2414 Tue Apr 6 10:31:26 1993 Stu Grossman (grossman@cygnus.com)
2415
2416 * configure.in: Sparclite uses sparc config dir. Also has it's
2417 own tm- & .mt files now. Also add sparclite to configdirs.
2418 * go32-xdep.c: Dummy routines for sigsetmask & strlwr.
2419 * config/i386/go32.mh: Nullify def of TERMCAP.
2420 * config/i386/xm-go32.h: Get rid of redef of EIO.
2421 * config/sparc/{sparclite.mh tm-sparclite.h}: New sparclite
2422 specific configs. Very similar to sun4os4, but without solib.
2423 * sparclite/{Makefile.in configure.in}: First cut at making this
2424 dir configgable.
2425
2426 Tue Apr 6 03:10:44 1993 Stu Grossman (grossman@cygnus.com)
2427
2428 * ser-go32.c: First cut at adapting to new serial interface.
2429
2430 Mon Apr 5 22:29:43 1993 Stu Grossman (grossman@cygnus.com)
2431
2432 * Makefile.in (SFILES OBS): Add serial.[co] & ser-hardwire.[co].
2433 These implement a new serial line interface for talking to remote
2434 targets.
2435 * configure.in: Link ser-hardwire.c to ser-unix.c for all hosts,
2436 EXCEPT go32, which gets ser-go32.c.
2437 * remote.c: Use new serial interface. More remote-xxx's to be
2438 converted later.
2439 * ser-bsd.c, ser-termios.c: Removed.
2440 * serial.c: New. Implements common operations for all serial
2441 types.
2442 * ser-unix.c: New. Unix specific serial operations for various
2443 flavors of Unix (Posix, SysV, BSD).
2444 * serial.h: Generic serial interface defs.
2445 * config/i386/go32.mh, config/i386/i386bsd.h,
2446 config/m68k/apollo68b.mh, config/sparc/sun4os4.mh: Remove
2447 ser-bsd.o from XDEPFILES. All the magic is now handled in
2448 configure.in.
2449
2450 Mon Apr 5 20:48:54 1993 Stu Grossman (grossman@cygnus.com)
2451
2452 * config/h8500/tm-h8500.h: Clean up brain damage found by GCC.
2453
2454 Fri Apr 2 08:23:14 1993 Jim Kingdon (kingdon@cygnus.com)
2455
2456 * xcoffread.c (xcoff_symfile_offsets): Use 0 not addr for offsets.
2457
2458 * rs6000-tdep.c (frameless_function_invocation): Don't even think
2459 about framelessness except on the innermost frame.
2460
2461 * xcoffexec.c: Call fatal() not abort().
2462
2463 * stabsread.c (patch_block_stabs): If stab & no symbol, make
2464 a LOC_OPTIMIZED_OUT symbol.
2465 symtab.h (enum address_class): Add LOC_OPTIMIZED_OUT.
2466 findvar.c (read_var_value), printcmd.c (address_info),
2467 symmisc.c (print_{,partial_}symbol), c-exp.y (variable),
2468 m2-exp.y (yylex): Deal with it.
2469 ch-exp.y (yylex): Deal with it.
2470
2471 Thu Apr 1 18:43:02 1993 Stu Grossman (grossman@cygnus.com)
2472
2473 * findvar.c (value_from_register): H8500 specific, check to see
2474 if we are looking at short pointer. If so, skip crock.
2475 * h8500-tdep.c (h8500_frame_chain): Mask down value from
2476 read_memory_integer() to avoid getting messed up by sign extension.
2477
2478 Thu Apr 1 16:44:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
2479
2480 * sparc-tdep.c (in_solib_trampoline), symfile.c (find_pc_section):
2481 ifdef protect using BAD_RICH_HACK. This should be removed soon.
2482 * config/sparc/tm-sun4sol2.h (BAD_RICH_HACK): define.
2483
2484 Thu Apr 1 09:01:38 1993 Jim Kingdon (kingdon@cygnus.com)
2485
2486 * i960-pinsn.c, a29k-pinsn.c: Much abridged, just use libopcodes.a.
2487
2488 * core.c (dis_asm_print_address): New function.
2489
2490 * core.c (dis_asm_read_memory): Reinstate 4th arg. The prototype
2491 has been fixed.
2492
2493 Thu Apr 1 09:34:43 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2494
2495 * breakpoint.c (bpstat_print, bpstat_stop_status): Change to walk the
2496 entire breakpoint chain and print only the first entry that needs to
2497 be printed and needs to be stopped for. Fixes problems with printing
2498 of multiple breakpoints with different conditions.
2499 * breakpoint.c (print_it_done): Renamed from print_it_noop as it
2500 effectively stops printing of the breakpoint chain.
2501 * breakpoint.c (print_it_noop): New routine to print nothing
2502 for this breakpoint entry and dont stop printing.
2503 * breakpoint.c (breakpoint_re_set_one): mention the reevaluated
2504 watchpoint only if it is enabled.
2505 * mipsread.c (parse_procedure): Correct incorrect setjmp procedure
2506 descriptor from the library to make backtraces through setjmp work.
2507 * mipsread.c (fixup_sigtramp): Correct pcreg and fregoffset for
2508 sigtramp.
2509 * mips-tdep.c (read_next_frame_reg): Provide correct values for
2510 all registers saved within sigtramp, cleanup.
2511
2512 Wed Mar 31 12:52:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2513
2514 * sparc-pinsn.c: Much abridged, just calls version in libopcodes.a.
2515
2516 Wed Mar 31 21:23:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
2517
2518 * core.c (dis_asm_read_memory): drop fourth arg which conflicts
2519 with prototype in ../include/dis-asm.h.
2520
2521 Wed Mar 31 12:52:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2522
2523 * core.c (dis_asm_{read_memory,memory_error}): New functions.
2524 m68k-pinsn.c, h8500-tdep.c, i386-pinsn.c, mips-pinsn.c, z8k-tdep.c:
2525 Use read_memory_func interface to disassembler.
2526
2527 Tue Mar 30 15:46:14 1993 K. Richard Pixley (rich@rtl.cygnus.com)
2528
2529 Teach sparc solaris to next over shared library functions.
2530 * solib.[hc] (find_pc_section_from_so_list): new function and
2531 prototype.
2532 * sparc-tdep.c (in_solib_trampoline): new function.
2533 * symfile.[hc] (find_pc_section): new function and prototypes.
2534 * target.[hc] (find_pc_section_from_targets): new function and
2535 prototypes.
2536 * config/sparc/tm-sun4sol2.h (IN_SOLIB_TRAMPOLINE): redefine to
2537 in_solib_trampoline.
2538
2539 Tue Mar 30 08:06:24 1993 Jim Kingdon (kingdon@cygnus.com)
2540
2541 * infrun.c (wait_for_inferior): Revise comment.
2542
2543 * command.c (do_setshow_command): Use %u with var_{u,z}integer.
2544
2545 * command.{c,h}: New var_type var_integer.
2546 main.c: Use it for history_size.
2547
2548 * rs6000-tdep.c, xcoffexec.c, config/rs6000/xm-rs6000.h, breakpoint.c:
2549 Lint and byte-order fixups.
2550
2551 * breakpoint.c (print_it_normal): Return 0 after hitting watchpoint.
2552
2553 * breakpoint.h (bpstat): New field print_it.
2554 breakpoint.c (bpstat_print): Use it.
2555 (print_it_normal): New function (from old bpstat_print code).
2556 (bpstat_{alloc,stop_status}): Set print_it field.
2557
2558 * breakpoint.c (bpstat_stop_status): Use catch_errors when
2559 evaluating watchpoint condition, via new function watchpoint_check.
2560 Also stop if watchpoint disabled due to leaving its block.
2561
2562 * findvar.c [REG_STRUCT_HAS_ADDR]: Add comment.
2563
2564 Tue Mar 30 00:14:38 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2565
2566 * mips-pinsn.c: Add missing include of dis-asm.h.
2567
2568 Mon Mar 29 15:03:25 1993 Fred Fish (fnf@cygnus.com)
2569
2570 * Makefile.in (clean, distclean, realclean): Recursively apply
2571 to subdirs first, rather than last. This avoids, for example,
2572 Makefile being removed in a parent directory before the recursive
2573 make is run.
2574
2575 * alldeps.mak, depend: Update for below changes.
2576
2577 * config/m68k/tm-m68k.h: Renamed from config/m68k/tm-68k.h.
2578 * m68k/{tm-3b1.h, tm-altos.h, tm-amix.h, tm-es1800.h,
2579 tm-hp300bsd.h, tm-hp300hpux.h, tm-isi.h, tm-news.h, tm-os68k.h,
2580 tm-st2000.h, tm-sun2.h, tm-sun3.h, tm-vx68.h}: Include tm-m68k.h
2581 instead of tm-68k.h.
2582 * Makefile.in (HFILES): tm-68k.h renamed to tm-m68k.h.
2583 * README, a29k-pinsn.c, m68k-pinsn.c, m68k-stub.c, remote-vx.c,
2584 m68k/{altos.mh, altos.mt, apollo68b.mh, nm-apollo68b.h,
2585 nm-hp300bsd.h, config/m68k/xm-apollo68b.h}: Map '68k' to 'm68k'.
2586 * a29k/tm-a29k.h, doc/gdbint.texinfo: Account for renaming of
2587 tm-68k.h to tm-m68k.h.
2588 * m68k/m68k-fp.mt (TM_FILE): tm-68k-fp.h renamed to tm-m68k-fp.h.
2589 * m68k/m68k-nofp.mt (TM_FILE): tm-68k-nofp.h renamed to
2590 tm-m68k-nofp.h.
2591
2592 * config/a29k/tm-a29k.h: Renamed from config/a29k/tm-29k.h.
2593 * a29k-pinsn.c: Renamed from am29k-pinsn.c.
2594 * a29k-tdep.c: Renamed from am29k-tdep.c.
2595 * remote-eb.c, config/a29k/tm-ultra3.h: Include renamed tm-a29k.h.
2596 * remote-monitor.c, remote-st2000.c, config/a29k/{nm-ultra3.h,
2597 tm-a29k.h, xm-ultra3.h}, config/romp/rtbsd.mh, doc/gdbinv-s.texi,
2598 testsuite/gdb.t15/funcargs.exp, testsuite/gdb.t17/callfuncs.exp:
2599 Map '29k' to 'a29k'.
2600 * config/a29k/{a29k-kern.mt, a29k-udi.mt, a29k.mt, ultra3.mt}
2601 (TDEPFILES): Use renamed a29k-pinsn.o and a29k-tdep.o.
2602 * config/a29k/{a29k-udi.mt, a29k.mt} (TM_FILE): Use renamed
2603 tm-a29k.h.
2604 * config/a29k/a29k-udi.mt (MT_CFLAGS): Remove TARGET_AM29K
2605 define that does not appear anywhere else in the gdb source tree.
2606 * doc/gdbinit.texinfo: Document renaming of tm-29k.h to tm-a29k.h.
2607
2608 Mon Mar 29 13:55:29 1993 Jim Kingdon (kingdon@cygnus.com)
2609
2610 * breakpoint.c: Add comments regarding breakpoint_re_set.
2611
2612 * xcoffread.c (sort_syms, compare_symbols): Remove.
2613 (xcoff_symfile_read): Use sort_all_symtab_syms from symfile.c
2614 not our own sort_syms (it is identical).
2615
2616 * xcoffread.c: Nuke NAMES_HAVE_DOT define (not used).
2617
2618 Sun Mar 28 11:24:37 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2619
2620 * breakpoint.c (breakpoint_re_set_one): Fix storage leak.
2621 * breakpoint.c (enable_breakpoint): Don't enable watchpoint if it
2622 went out of scope.
2623 * exec.c (exec_close): Fix storage leak.
2624 * exec.c (exec_file_command): Make sure that bfd doesn't realign the
2625 output sections when patching an executable.
2626 * mips-nat.c (store_inferior_registers): Use REGISTER_PTRACE_ADDR
2627 when writing all registers.
2628 * mips-tdep.c (mips_push_dummy_frame): Save floating point registers
2629 at the right offset in the dummy frame.
2630 * mipsread.c (psymtab_to_symtab_1): Do not complain for stProc,
2631 stStaticProc and stEnd symbols as they are generated by gcc-2.x.
2632 * mipsread.c (mipscoff_new_init): Initialize stabsread and buildsym.
2633
2634 Fri Mar 26 15:25:05 1993 John Gilmore (gnu@cygnus.com)
2635
2636 * Makefile.in (TARFILES): Avoid trailing backslash.
2637
2638 Fri Mar 26 11:29:30 1993 Jim Kingdon (kingdon@cygnus.com)
2639
2640 * breakpoint.{c,h}: Add exp_string to struct breakpoint and use
2641 it in breakpoint_re_set.
2642 * breakpoint.c (watch_command, enable_breakpoint): Fetch lazy values.
2643
2644 * rs6000-tdep.c (single_step): Misc cleanups (CORE_ADDR not int,
2645 don't use sizeof(int) for target stuff, etc).
2646
2647 Thu Mar 25 15:03:53 1993 Fred Fish (fnf@cygnus.com)
2648
2649 * alldeps.mak, configure.in, i860-break.h, i860-opcode.h,
2650 i860-pinsn.c, i860-tdep.c, config/i860/*: Remove incomplete i860
2651 support that can't be integrated anyway due to lack of clear
2652 authorship.
2653
2654 Thu Mar 25 12:26:50 1993 Stu Grossman (grossman@cygnus.com)
2655
2656 * findvar.c (read_register, write_register): Make these capable
2657 of reading/writing registers that are shorter than REGISTER_TYPE.
2658 * (value_from_register): Install H8500 specific code to return
2659 proper value when register is being used as a pointer.
2660 * h8500-tdep.c: Remove extra defines of NUM_REGS.
2661 (h8500_skip_prologue): Use correct lengths for LINK instructions.
2662 (FRAME_CHAIN): Change name to h8500_frame_chain. Rewrite code to
2663 chain frames properly by combining frame pointer with T reg.
2664 (init_extra_frame_info): Delete. It's now a macro.
2665 (frame_args_address): Don't add PTR_SIZE. Stack args are already
2666 offset by the correct amount off of the frame pointer.
2667 (register_byte): Delete. It's now a macro.
2668 (register_raw_size, register_virtual_size): Delete. Replaced by
2669 common routine h8500_register_size, cuz there's no difference
2670 between the raw & virtual sizes on this machine.
2671 (register_convert_to_raw, register_convert_to_virtual): Delete,
2672 cuz there's no difference between the raw & virtual forms.
2673 Replaced by memcpy in tm file.
2674 (register_virtual_type): Rename to h8500_register_virtual_type.
2675 Get rid of pointer pseudo-regs, use _REGNUM with all reg names.
2676 (_initialize_h8500_tdep): Get rid of crock to ensure that GDB &
2677 emulator have same reg offsets. This is all handled in the
2678 simulator code now.
2679 (h8500_trapped_internalvar): New routine to detect references to
2680 convenience vars acting as pointer pseudo-regs.
2681 (h8500_value_trapped_internalvar): Conjure up value of pointer
2682 pseudo-regs.
2683 (h8500_set_trapped_internalvar): Convert set value in real
2684 register references.
2685 infcmd.c (read_pc, write_pc): Add h8500 specific code to handle
2686 code segment register.
2687 infrun.c (proceed): Simplify. Call write_pc instead of doing it
2688 by hand.
2689 (wait_for_inferior): Add h8500 specific code to add stack segment
2690 when reading SP register.
2691 remote-sim.c (fetch_register): Spacing.
2692 tm-h8500.h: #define GDB_TARGET_IS_H8500 to make it easier to
2693 detect cruft. Redo all register manipulation stuff. Get rid of
2694 pointer pseudo-regs. (INIT_EXTRA_FRAME_INFO): Adds stack segment
2695 to frame pointer. (IS_TRAPPED_INTERNALVAL,
2696 VALUE_OF_TRAPPED_INTERNALVAR, SET_TRAPPED_INTERNALVAR): Use these
2697 to create internal vars for pointer pseudo-regs.
2698
2699 Thu Mar 25 10:10:28 1993 Fred Fish (fnf@cygnus.com)
2700
2701 * Makefile.in: Numerous small changes to macro definitions
2702 and rules for building gdb distribution tree. Many macros
2703 eliminated or merged, and rules simplified.
2704 * alldeps.mak: Update.
2705 * depend: Update.
2706
2707 Wed Mar 24 13:52:29 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
2708
2709 * Makefile.in: recurse through SUBDIRS for dvi target too
2710
2711 Wed Mar 24 08:48:30 1993 Jim Kingdon (kingdon@cygnus.com)
2712
2713 * Clean up xcoff relocation.
2714 objfiles.h (struct objfiles): Add section_offsets, num_sections.
2715 symfile.c (syms_from_objfile), xcoffread.c (xcoff_symfile_offsets):
2716 Set them.
2717 symtab.h (struct general_symbol_info): Add section field.
2718 minsyms.c (prim_record_minimal_symbol{,_and_info}): Set it.
2719 xcoffread.c: Set section for symbols and msymbols.
2720 (struct symtab): Add block_line_section field.
2721 buildsym.c (end_symtab): Set it.
2722 (end_symtab and callers): Add section parameter.
2723 objfiles.c (objfile_relocate): New funciton.
2724 xcoffexec.c (vmap_symtab): Use it.
2725 xcoffsolib.h (struct vmap): Remove unused fields.
2726 config/rs6000/tm-rs6000.h, stack.c, xcoffexec.c: Remove
2727 CORE_NEEDS_RELOCATION, symtab_relocated.
2728 config/rs6000/tm-rs6000.h: Remove use of loadinfotext.
2729 rs6000-tdep.c: Make loadinfotext static.
2730 breakpoint.c (fixup_breakpoints): Doc fix.
2731 symtab.h (struct symtab), config/rs6000/tm-rs6000.h, buildsym.c
2732 (end_symtab): primary field replaces nonreloc.
2733
2734 Tue Mar 23 00:10:53 1993 John Gilmore (gnu@cygnus.com)
2735
2736 * symtab.h (struct linetable_entry): Remove confusing comment.
2737
2738 Tue Mar 23 00:01:23 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2739
2740 * Makefile.in: add installcheck target
2741
2742 Mon Mar 22 16:17:58 1993 Fred Fish (fnf@cygnus.com)
2743
2744 * config/{a29k, arm, convex, gould, h8300, i386, i860, i960, m68k,
2745 m88k, mips, none, ns32k, pa, pyr, romp, rs6000, sparc, tahoe, vax,
2746 z8k}: New directories to hold cpu specific configuration files.
2747 Naming follows gcc convention.
2748 * config/{*.mt, *.mh}: All target and host makefile fragment
2749 config files moved to an appropriate config/<cpu> subdirectory.
2750 * nm-*, xm-*, tm-*: All native, host, and target files, which
2751 get linked to nm.h, xm.h, and tm.h respectively by configure,
2752 moved to appropriate config/<cpu> subdirectory.
2753 * nm-sysv4.h, xm-sysv4.h, tm-sysv4.h, tm-sunos.h, nm-trash.h:
2754 Native, host, and target files that are common across more than
2755 one cpu architecture and included by one of the configured
2756 native, host, or target files, get moved to config directory.
2757 * Makefile.in (INCLUDE_CFLAGS): Add -I${srcdir}/config to
2758 pick up native, host, or target include files moved to one of
2759 the config subdirectories, and that are included by other files.
2760 * Makefile.in (alldeps.mak): Modify to account for new config
2761 directory structure.
2762 * alldeps.mak, depend: Update for new config directory structure.
2763 * config/*/[ntx]m-*.h: Modify all files that include other
2764 [ntx]m-*.h files to use path relative to gdb/config. I.E.
2765 "a29k/tm-ultra3.h" includes "a29k/tm-29k.h" rather than just
2766 "tm-29k.h".
2767 * remote-eb.c (tm-29k.h): Include a29k/tm-29k.h.
2768 * mipsread.c (tm-mips.h): Include mips/tm-mips.h.
2769 * i860-pinsn.c (tm-i860.h): Include i860/tm-i860.h.
2770 * configure.in: Default gdb_host_cpu to host_cpu, and remap
2771 the ones where the default is not unique or different than the
2772 config subdirectory name. Similarly, handle gdb_target_cpu.
2773 Modify configure.in as appropriate to make use of gdb_host_cpu
2774 and gdb_target_cpu to find makefile fragments and make links.
2775
2776 Mon Mar 22 12:36:24 1993 Ian Lance Taylor (ian@cygnus.com)
2777
2778 * mipsread.c (compare_blocks): Sort blocks with the same start
2779 address by decreasing ending address.
2780
2781 Mon Mar 22 20:36:04 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2782
2783 * mipsread.c (parse_procedure): Save cur_fdr accross call to
2784 lookup_symbol as it might get clobbered by the call.
2785
2786 * mipsread.c (parse_partial_symbols): Use ADD_PSYMBOL_ADDR_TO_LIST.
2787 The previous code did not initialize the language field for the psymtab
2788 entry.
2789
2790 Sat Mar 20 00:33:39 1993 John Gilmore (gnu@cygnus.com)
2791
2792 * c-exp.y (parse_number): Avoid shift warning.
2793 * serial.h (struct ttystate): Declare empty one on DOS.
2794
2795 Fri Mar 19 12:59:50 1993 Stu Grossman (grossman@cygnus.com)
2796
2797 * xm-sun4os4.h: Return type of free() should be void, not int.
2798
2799 * vx-share/vxWorks.h: Remove #def of NULL.
2800
2801 Fri Mar 19 11:28:18 1993 Jim Kingdon (kingdon@cygnus.com)
2802
2803 * tm-rs6000.h: Nuke no-op STAB_REG_TO_REGNUM.
2804
2805 Fri Mar 19 07:40:09 1993 Steve Chamberlain (sac@cygnus.com)
2806
2807 * z8k-tdep.c (print_insn): Include the new dis-asm header file.
2808
2809 Thu Mar 18 14:26:57 1993 Per Bothner (bothner@rtl.cygnus.com)
2810
2811 * ieee-float.c: Moved to ../libiberty.
2812 * ieee-float.h: Moved to ../include.
2813 * Makefile.in: Update accordingly.
2814 * i386-pinsn.c (print_insn), m68k-pinsn.c (print_insn):
2815 Convert to stubs that call disassemblers in ../opcodes/*-dis.c.
2816 * m68k-tdep.c: Removed definition of ext_format ext_format_68881;
2817 it is now in ../opcodes/m68881-ext.c.
2818 * mips-tdep.c (mips_skip_prologue): Try to skip more of the
2819 prologue (some callers _do_ care).
2820 * mips-pinsn.c (print_insn), z8k-tdep.c (print_insn): Convert to
2821 new interface of ../opcodes/*-dis.c.
2822 * ch-exp.y: Add #include <ctype.h>.
2823
2824 Thu Mar 18 11:57:49 1993 Jim Kingdon (kingdon@cygnus.com)
2825
2826 * xcoffexec.c (exec_close): Don't close exec_bfd twice.
2827
2828 * xcoffread.c (enter_line_range): endaddr is exclusive, not inclusive.
2829
2830 Wed Mar 17 09:46:31 1993 Jim Kingdon (kingdon@cygnus.com)
2831
2832 * xcoffread.c (arrange_linetable): Use x{m,re}alloc not {m,re}alloc.
2833
2834 Wed Mar 17 11:28:11 1993 Steve Chamberlain (sac@thepub.cygnus.com)
2835
2836 * z8k-tdep.c (extract_return_value, write_return_value,
2837 store_struct_return): New functions from macros in tm-z8k.h.
2838
2839 Wed Mar 17 11:23:06 1993 Fred Fish (fnf@cygnus.com)
2840
2841 * valops.c (value_arg_coerce): Apply temporary patch to
2842 fix problem with coercion of array and function types when
2843 passed as arguments to C functions, pending a more complete
2844 review of when and how coercion should be done, depending
2845 upon context and language.
2846
2847 Wed Mar 17 09:46:31 1993 Jim Kingdon (kingdon@cygnus.com)
2848
2849 * xcoffread.c (MIN_TBTABSIZ): Change to 12.
2850
2851 * xcoffread.c (xcoff_symfile_read): Only read stringtab and
2852 debugsec if there are a non-zero number of symbols.
2853
2854 Tue Mar 16 18:08:45 1993 John Gilmore (gnu@cygnus.com)
2855
2856 * command.c (show_user): Avoid fprintf_filtered botch (AGAIN!).
2857
2858 Tue Mar 16 15:18:17 1993 Jim Kingdon (kingdon@cygnus.com)
2859
2860 * xcoffexec.c (add_vmap): Wrap symbol read in catch_errors.
2861
2862 * xcoffread.c (read_symbol_lineno): Look to end of symbols for .bf,
2863 not just 50 symbols.
2864 (symtbl_num_syms): New variable.
2865 (read_xcoff_symtab): Set it.
2866 (read_symbol_nvalue): Check for bad symno.
2867 (read_symbol_{lineno,nvalue}, callers): Don't pass symtable; it's
2868 always symtbl.
2869
2870 Tue Mar 16 10:09:05 1993 Stu Grossman (grossman@cygnus.com)
2871
2872 * config/rs6000.mh: Get rid of -Dfd_set=int crock.
2873 This is defined in defs.h if necessary.
2874 * vx-share/vxWorks.h: Remove #defs of min and max.
2875 * vx-share/xdr_ld.c, vx-share/xdr_ptrace.c,
2876 vx-share/xdr_rdb.c: include defs.h.
2877
2878 Fri Mar 12 09:33:23 1993 Jim Kingdon (kingdon@cygnus.com)
2879
2880 * xcoffread.c (retrieve_tracebackinfo): Move assignment out
2881 of while condition.
2882
2883 * xcoffread.c (enter_line_range): complain() on bad endoffset.
2884 xcoffread.c: Doc fixes.
2885
2886 Tue Mar 9 09:56:12 1993 Jim Kingdon (kingdon@cygnus.com)
2887
2888 * tm-rs6000.h (CORE_NEEDS_RELOCATION): Just call xcoff_relocate_core.
2889 xcoffexec.c (xcoff_relocate_core): New function.
2890 (text_adjustment): Removed.
2891 (add_vmap): Return the vmap.
2892 rs6000-tdep.c (add_text_to_loadinfo): No longer static.
2893
2894 Fri Mar 5 05:22:46 1993 Jim Kingdon (kingdon@cygnus.com)
2895
2896 * xcoffsolib.h: Add objfile member to struct vmap.
2897 xcoff{exec,solib}.c: Use it, not lookup_objfile_bfd.
2898 xcoffexec.c (add_vmap): Allocate objfiles here.
2899
2900 Sun Mar 14 02:54:15 1993 John Gilmore (gnu@cygnus.com)
2901
2902 Support 68000 series without floating point.
2903
2904 * configure.in (m68000-*-{aout,elf,coff}): New configs.
2905 * tm-68k-nofp.h: New file, lacks 68881 support.
2906 * config/m68k-nofp.mt: New file.
2907
2908 Sun Mar 14 02:30:08 1993 John Gilmore (gnu@cygnus.com)
2909
2910 Remove a few remaining underscore/no-underscore remnants from
2911 config files.
2912
2913 * config/{m68k-un.mt, sparc-un.mt}: Remove.
2914 * config/m68k-noun.mt: Rename to m68k-fp.mt.
2915 * config/sparc-noun.mt: Rename to sparc-em.mt.
2916 * tm-68k-noun.h, tm-spc-noun.h: Remove.
2917 * tm-68k-un.h: Rename to tm-68k-fp.h.
2918 * tm-spc-un.h: Rename to tm-spc-em.h.
2919 * tm-sun4sol2.h: Cleanup.
2920 * configure.in (m68k-*, sparc-* targets): Corresponding changes.
2921
2922 Sat Mar 13 14:58:22 1993 John Gilmore (gnu@cygnus.com)
2923
2924 * symmisc.c (std_in, std_out, std_err): Move initializations
2925 to runtime code, in case they aren't constant.
2926
2927 Fri Mar 12 16:23:54 1993 K. Richard Pixley (rich@cygnus.com)
2928
2929 * symtab.c (find_pc_symtab): some object file formats, notably
2930 mips, have holes in the address ranges of symtabs. Change
2931 this algorithm from first hit to tightest fit.
2932
2933 * mips-tdep.c (heuristic_proc_start): if we walk the pc into the
2934 fence post without finding the enclosing function, then print a
2935 warning.
2936
2937 Thu Mar 11 09:33:01 1993 Fred Fish (fnf@cygnus.com)
2938
2939 * utils.c (fputs_demangled, fprint_symbol): Remove.
2940 * utils.c (fprintf_symbol_filtered): New function which combines
2941 the functionality of fputs_demangled and fprint_symbol. Uses a
2942 caller provided language parameter to select the appropriate
2943 demangler, and caller provided args to pass to the demangler.
2944 * defs.h (enum language): Move further up in file so enum can
2945 be used in prototypes.
2946 * defs.h (fputs_demangled, fprint_symbol): Remove prototypes.
2947 * defs.h (fprintf_symbol_filtered): Add prototype.
2948 * c-typeprint.c (cp_type_print_method_args): Replace calls to
2949 fputs_demangled with call to fprintf_symbol_filtered.
2950 * cp-valprint.c (demangle.h): Include
2951 * cp-valprint.c (cp_print_value_fields): Replace calls to
2952 fprint_symbol with calls to fprintf_symbol_filtered.
2953 * printcmd.c (print_frame_args): Replace call to fprint_symbol
2954 with call to fprintf_symbol_filtered.
2955 * stack.c (print_frame_info): Remove obsolete code so we don't
2956 have to update fputs_demangled usage in it.
2957 * stack.c (print_frame_info, frame_info): Add language variable
2958 to pass to fprintf_symbol_demangled and initialize it from the
2959 symbol's language. Replace calls to fputs_demangled with calls
2960 to fprintf_symbol_filtered.
2961 * symtab.c (find_methods): Replace call to fputs_demangled with
2962 call to fprintf_symbol_filtered.
2963 * ch-valprint.c (demangle.h): Include.
2964 * ch-valprint.c (chill_print_value_fields): Replace call to
2965 fprint_symbol with call to new fprintf_symbol_filtered.
2966
2967 Wed Mar 10 17:37:11 1993 Fred Fish (fnf@cygnus.com)
2968
2969 * Makefile.in (VERSION): Bump version to 4.8.2.
2970
2971 * main.c (source_command): Require an explicit pathname of file
2972 to source, since previous behavior of defaulting to gdb init file
2973 was troublesome and undocumented.
2974 * printcmd.c (disassemble_command): Add missing '{}' pair to
2975 else with two statements. Bug reported by Stephane Tsacas
2976 <slt@isoft.fr>.
2977 * symtab.c (find_pc_line): Don't complain about zero length or
2978 negative length line numbers for the moment, since we may not own
2979 the terminal when called, such as when single stepping. (FIXME)
2980 * language.h (CAST_IS_CONVERSION): True if current language is
2981 C++ as well as C. Fix from Peter Schauer.
2982 * environ.c (get_in_environ, set_in_environ, unset_in_environ):
2983 Use STREQN macro rather than bare '!strncmp()'.
2984 * environ.c (unset_in_environ): Avoid use of memcpy on
2985 overlapping memory regions, as suggested by Paul Eggert
2986 <eggert@twinsun.com>.
2987 * c-exp.y (%union struct): Remove unused ulval as suggested
2988 by Paul Eggert <eggert@twinsun.com>.
2989
2990 Mon Mar 8 19:03:06 1993 Fred Fish (fnf@cygnus.com)
2991
2992 * main.c (gdbinit): Make static.
2993 * main.c (inhibit_gdbinit): Move to file scope.
2994 * main.c (main): Remove local inhibit_gdbinit.
2995 * main.c (source_command): Don't source '.gdbinit' file by
2996 default if gdb has been told to ignore it.
2997
2998 Sun Mar 7 21:58:53 1993 Ian Lance Taylor (ian@cygnus.com)
2999
3000 * Makefile.in (MAKEOVERRIDES): Define to be empty for GNU Make
3001 3.63.
3002
3003 Fri Mar 5 17:39:45 1993 John Gilmore (gnu@cacophony.cygnus.com)
3004
3005 * printcmd.c (print_address_symbolic): Only print if offset
3006 is shorter than max_symbolic_offset.
3007 (initialize_printcmd): `set print max-symbolic-offset'.
3008
3009 * am29k-tdep.c (TAGWORD_ZERO_MASK): New #define.
3010 (examine_tag): Use it.
3011 (read_register_stack): Only look in the local registers for a
3012 memory address if it's between rfb and rsp; go to memory otherwise.
3013 (initialize_29k): Fix call_scratch_address doc. Remove reginv_com.
3014 (reginv_com): Remove ancient kludge command.
3015
3016 Fri Mar 5 17:16:26 1993 K. Richard Pixley (rich@rtl.cygnus.com)
3017
3018 * tm-irix3.h (ZERO_REGNUM): copy this macro from tm-mips.h so that
3019 irix4 will again compile.
3020
3021 * tm-mips.h (GDB_TARGET_IS_MIPS): no longer used, now removed.
3022
3023 * configure.in: accept mips-sgi-irix4* for irix4.
3024
3025 Fri Mar 5 07:49:48 1993 Steve Chamberlain (sac@lisa.cygnus.com)
3026
3027 * z8k-tdep.c (print_register_hook): Lint.
3028
3029 Thu Mar 4 17:42:03 1993 John Gilmore (gnu@cygnus.com)
3030
3031 Lint fixes from Paul Eggert (eggert@twinsun.com):
3032
3033 * command.c (do_setshow_command): var_uintegers are unsigned.
3034 * sparc-tdep.c (save_insn_opcodes, restore_insn_opcodes):
3035 unsigned, since they use hex values with the high bit set.
3036
3037 Thu Mar 4 08:22:55 1993 Fred Fish (fnf@cygnus.com)
3038
3039 Fixes submitted by Karl Berry (karl@nermal.hq.ileaf.com):
3040 * m88k-pinsn.c (sprint_address): Use SYMBOL_NAME macro to
3041 access symbol name.
3042 * m88k-nat-c (SXIP_OFFSET, SNIP_OFFSET, SFIP_OFFSET): Enclose
3043 macro definitions in parenthesis.
3044
3045 * dbxread.c (dbx_symfile_init): Catch the case where there is
3046 no string table, but the only way we find out is by reading zero
3047 bytes from EOF.
3048
3049 Wed Mar 3 15:51:28 1993 Fred Fish (fnf@cygnus.com)
3050
3051 * dbxread.c (dbx_symfile_init): Make size of the string table
3052 size field a define (DBX_STRINGTAB_SIZE_SIZE). Ensure that the
3053 offset to the string table is nonzero and handle the nonexistant
3054 string table case, should it occur. Ensure that the string table
3055 size read from the file is reasonable, with a minimum lower bound
3056 of DBX_STRINGTAB_SIZE_SIZE instead of zero.
3057
3058 Wed Mar 3 07:23:03 1993 Ian Lance Taylor (ian@cygnus.com)
3059
3060 * Makefile.in: Changes to build testsuite correctly.
3061 (FLAGS_TO_PASS): Added CXX and CXXFLAGS.
3062 (CC_FOR_TARGET, CXX, CXX_FOR_TARGET): New variables.
3063 (TARGET_FLAGS_TO_PASS): New variable.
3064 (SUBDIRS): Added testsuite.
3065 (all): Build testsuite using TARGET_FLAGS_TO_PASS, so that
3066 testsuite is compiled with CC_FOR_TARGET rather than CC.
3067
3068 Tue Mar 2 17:57:56 1993 Fred Fish (fnf@cygnus.com)
3069
3070 * dbxread.c (dbx_symfile_init): Fix for nonexistant string table,
3071 reported by mycroft@gnu.ai.mit.edu.
3072
3073 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
3074 * configure.in (vax-*-ultrix2*): New triplet.
3075 * config/vaxult2.mh: New file.
3076 * xm-vaxult2.h: New file.
3077
3078 * c-exp.y (parse_number): Change high_bit to unsigned.
3079 * demangle.c: Change all references to cfront to ARM, since the
3080 actual algorithm is the one specified in the Annotated Reference
3081 Manual. This was confusing users into thinking that full cfront
3082 support was implemented.
3083 * dwarfread.c (CFRONT_PRODUCER): Remove, was never really used.
3084 * eval.c (evaluate_subexp): For STRUCTOP_PTR pass the arg type
3085 directly to lookup_struct_elt_type, which will do the
3086 dereferencing itself.
3087 * gdbtypes.c (lookup_struct_elt_type): Expand comments. Fix
3088 NULL dereferencing bug for unnamed structs, comment out
3089 questionable code.
3090
3091 Mon Mar 1 17:54:41 1993 John Gilmore (gnu@cygnus.com)
3092
3093 * coffread.c (process_coff_symbol): Change PCC argument correction
3094 so that it only happens on big-endian targets; so that it only
3095 happens if the short or char argument is aligned on an int
3096 boundary; and so that it changes the location, rather than the
3097 type, of the argument. These changes tend to parallel similar
3098 (old) changes in stabsread.c.
3099
3100 * coffread.c (coff_read_enum_type): Use the specified size for
3101 enums, don't assume that they are int-sized.
3102
3103 * c-valprint.c (c_val_print): Don't assume enums are the same as
3104 ints.
3105
3106 * coredep.c: Handle NO_PTRACE_H in coredep.c. Fix by Michael
3107 Rendell, <michael@mercury.cs.mun.ca>.
3108
3109 Mon Mar 1 09:25:57 1993 Fred Fish (fnf@cygnus.com)
3110
3111 * language.h (local_decimal_format_custom): Add prototype.
3112 * language.c (local_decimal_format_custom): Add function, bug
3113 reported by Robert R. Henry (rrh@tera.com).
3114
3115 Fri Feb 26 18:33:18 1993 John Gilmore (gnu@cacophony.cygnus.com)
3116
3117 * xcoffexec.c (vmap_ldinfo): Fix "/" for '/' typo, reported
3118 by Josef Leherbauer, joe@takeFive.co.at.
3119
3120 Wed Feb 24 19:17:11 1993 John Gilmore (gnu@cacophony.cygnus.com)
3121
3122 * symfile.c (syms_from_objfile), tm-29k.h, tm-3b1.h, tm-68k-un.h,
3123 tm-altos.h, tm-arm.h, tm-convex.h, tm-es1800.h, tm-h8300.h,
3124 tm-hp300bsd.h, tm-hp300hpux.h, tm-hppa.h, tm-i386bsd.h,
3125 tm-i386v.h, tm-i960.h, tm-irix3.h, tm-isi.h, tm-linux.h,
3126 tm-m88k.h, tm-merlin.h, tm-mips.h, tm-news.h, tm-np1.h, tm-pn.h,
3127 tm-pyr.h, tm-rs6000.h, tm-spc-un.h, tm-sun386.h, tm-sunos.h,
3128 tm-symmetry.h, tm-sysv4.h, tm-tahoe.h, tm-umax.h, tm-vax.h,
3129 tm-vx68.h, tm-z8k.h: Remove remnants of NAMES_HAVE_UNDERSCORE.
3130
3131 Wed Feb 24 07:41:15 1993 Fred Fish (fnf@cygnus.com)
3132
3133 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): Initialize contents
3134 of demangled name fields to NULL if no demangling exists for
3135 a symbol. SYMBOL_INIT_LANGUAGE_SPECIFIC does this for new
3136 symbols if their language is known at the time they are created,
3137 but sometimes the language is not known until later.
3138
3139 * ch-typeprint.c (chill_print_type_base): Name changed to
3140 chill_type_print_base to match pattern for C and C++ names.
3141 * ch-typeprint.c (chill_print_type): Change "char" to "CHAR"
3142 to be consistent with other usages.
3143 * ch-typeprint.c (chill_type_print_base): Add support for
3144 printing Chill STRUCT types.
3145 * ch-valprint.c: Include values.h.
3146 * ch-valprint.c (chill_print_value_fields): New function and
3147 prototype for printing Chill STRUCT values.
3148 * ch-valprint.c (chill_val_print): Fix call to val_print_string
3149 that was being called with two args instead of three.
3150 * ch-valprint.c (chill_val_print): Call chill_print_value_fields
3151 to print Chill STRUCT values.
3152
3153 Tue Feb 23 18:58:11 1993 Mike Werner (mtw@poseidon.cygnus.com)
3154
3155 * configure.in: added testsuite to configdirs.
3156
3157 Tue Feb 23 11:46:11 1993 Mike Stump (mrs@cygnus.com)
3158
3159 * doc/stabs.texi: The `this' pointer is now known by the name
3160 `this' instead of `$t'.
3161
3162 Tue Feb 23 11:21:33 1993 Fred Fish (fnf@cygnus.com)
3163
3164 * dwarfread.c (read_tag_string_type): Rewrite to allow forward
3165 references of TAG_string_type DIEs in user defined types.
3166 * ch-lang.c (chill_create_fundamental_type): Track compiler
3167 change that now emits debugging info with the type long for Chill
3168 longs.
3169
3170 Mon Feb 22 15:21:54 1993 Ian Lance Taylor (ian@cygnus.com)
3171
3172 * remote-mips.c: New file; implements MIPS remote debugging
3173 protocol.
3174 * config/idt.mt: New file; uses remote-mips.c
3175 * configure.in (mips-idt-ecoff): New target; uses idt.mt.
3176
3177 * mips-tdep.c (mips_fpu): New variable; controls use of MIPS
3178 floating point coprocessor.
3179 (mips_push_dummy_frame): If not mips_fpu, don't save floating
3180 point registers.
3181 (mips_pop_frame): If not mips_fpu, don't restore floating point
3182 registers.
3183 (_initialize_mips_tdep): New function; let the user reset mips_fpu
3184 variable.
3185 * tm-mips.h (EXTRACT_RETURN_VALUE, STORE_RETURN_VALUE): If not
3186 mips_fpu, don't use fp0 as floating point return register.
3187 (FIX_CALL_DUMMY): If not mips_fpu, don't save floating point
3188 registers.
3189
3190 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
3191
3192 * gdb/testsuite: made modifications to testcases, etc., to allow
3193 them to work properly given the reorganization of deja-gnu and the
3194 relocation of the testcases from deja-gnu to a "tool" subdirectory.
3195
3196 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
3197
3198 * gdb/testsuite: Initial creation of gdb/testsuite.
3199 Migrated dejagnu testcases and support files for testing nm to
3200 gdb/testsuite from deja-gnu. These files were moved "as is"
3201 with no modifications. This migration is part of a major overhaul
3202 of dejagnu. The modifications to these testcases, etc., which
3203 will allow them to work with the new version of dejagnu will be
3204 made in a future update.
3205
3206 Fri Feb 19 18:36:55 1993 John Gilmore (gnu@cygnus.com)
3207
3208 * NEWS: Add reminders for next release.
3209
3210 Fri Feb 19 10:01:39 1993 Ian Lance Taylor (ian@cygnus.com)
3211
3212 * mipsread.c (parse_lines): Correct check for files compiled with
3213 -g1.
3214
3215 Fri Feb 19 05:56:15 1993 John Gilmore (gnu@cygnus.com)
3216
3217 * Makefile.in (VERSION): 4.8.1 to distinguish local versions.
3218
3219 Fri Feb 19 01:32:58 1993 John Gilmore (gnu@cygnus.com)
3220
3221 * Makefile.in (VERSION): GDB-4.8 release!
3222 * README, NEWS: Update for release.
3223
3224 Thu Feb 18 22:44:40 1993 Stu Grossman (grossman@cygnus.com)
3225
3226 * am29k-pinsn.c (print_insn): Minor nits with const.
3227 * am29k-tdep.c: More minor nits with arg types for
3228 supply_register, NULL vs. 0, read_register_gen, & reginv_com.
3229
3230 Thu Feb 18 22:38:03 1993 John Gilmore (gnu@cygnus.com)
3231
3232 * gcc.patch: Update for a different GCC (G++) bug.
3233 * main.c (print_gdb_version): Update copyright year to 1993.
3234 * nm-hp300bsd.h: Decide whether this is BSD 4.3 or 4.4,
3235 conditionalize this file on it. FIXME, right way is to split
3236 these into two config files.
3237 (ATTACH_DETACH): Define for BSD 4.4
3238 (PTRACE_ARG_TYPE): caddr_t for BSD 4.4, unset for 4.3.
3239 (U_REGS_OFFSET): Revise for 4.4.
3240 (REGISTER_U_ADDR): Separate for 4.4, but it doesn't work yet.
3241 * xm-hp300bsd.h: Move definitions of UINT_MAX, INT_MAX, INT_MIN,
3242 LONG_MAX into this file to avoid cpp "redefinition" warnings.
3243
3244 Thu Feb 18 16:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
3245
3246 * nm-hp300bsd.h (PTRACE_ARG3_TYPE): FSF's hp300's have int* not
3247 caddr_t.
3248
3249 Thu Feb 18 04:10:06 1993 John Gilmore (gnu@cygnus.com)
3250
3251 * c-lang.c (c_printstr): Bugfix for length==0 case.
3252
3253 * c-lang.c (c_printstr): If a C string ends in a null, don't
3254 print the null.
3255
3256 Thu Feb 18 02:39:21 1993 Stu Grossman (grossman at cygnus.com)
3257
3258 * defs.h (STRCMP): Make it work for unsigned chars.
3259
3260 Thu Feb 18 01:56:06 1993 John Gilmore (gnu@cygnus.com)
3261
3262 * nm-hp300bsd.h (ATTACH_DETACH, PTRACE_ATTACH, PTRACE_DETACH): define.
3263 * config/hp300bsd.mh (REGEX, REGEX1): Define.
3264 * m68k-pinsn.c (BREAK_UP_BIG_DECL, AND_OTHER_PART): #if __GNUC__,
3265 define to kludge the large opcode table into two smaller tables,
3266 since GCC take exponential space to build the table. Lint.
3267 (NOPCODES): Remove, use "numopcodes" from opcode/m68k.h instead.
3268
3269 Wed Feb 17 19:24:40 1993 John Gilmore (gnu@cygnus.com)
3270
3271 * Makefile.in (VERSION): Roll to 4.7.9.
3272 * xm-hp300bsd.h: Define PSIGNAL_IN_SIGNAL_H and put a compatible
3273 definition here, to handle both BSD 4.3 and 4.4 systems.
3274 * mipsread.c (ZMAGIC): #undef to avoid duplicate define.
3275 * remote.c (alarm): Move declaration to global level, before
3276 first reference to it.
3277 * tm-i386bsd.h (NUM_REGS): There are only eleven, not twelve.
3278 * dbxread.c (process_one_symbol): Cast to unsigned char, not int.
3279
3280 Wed Feb 17 13:40:29 1993 K. Richard Pixley (rich@cygnus.com)
3281
3282 * remote.c (readchar): forward declare alarm which otherwise looks
3283 like an undeclared variable to gcc.
3284
3285 * dbxread.c (process_one_symbol): cast enum value N_SO into int
3286 when comparing against an int. Avoids superfluous warning from
3287 vax ultrix 4.2 cc.
3288
3289 * inflow.c (set_sigint_trap): add cast to assignment from signal.
3290 Avoids superfluous warnings from some systems and/or compilers
3291 (like vax ultrix 4.2.)
3292
3293 * language.c (struct op_print unk_op_print_tab): use the enum
3294 values rather naked zeros as initializers. Avoids warnings from
3295 ultrix type compilers.
3296
3297 Tue Feb 16 00:53:20 1993 John Gilmore (gnu@cygnus.com)
3298
3299 * Makefile.in (VERSION): Roll to 4.7.6.
3300 (SFILES_SUBDIR): Add 29k-share/udi_soc.
3301 (SFILES_SUBSUBDIR): Move 29k-share/udi files to this macro.
3302 (alldeps.mak): Make ALLDEPFILES_SUBSUBDIR for files in sub sub dirs.
3303 (ALLDEPFILES_SUBSUBDIR): Depend on this for deeper dep files.
3304 (HFILES): Remove all nm-* except nm-trash.h. Add ns32k-opcode.h.
3305 (depend): Fix bug where nm-files in config files weren't noticed.
3306 (make-proto-gdb-1): Avoid changing directories while building new
3307 prototype. Build SFILES_SUBSUBDIR with longer symlinks.
3308
3309 Mon Feb 15 20:48:09 1993 John Gilmore (gnu@cygnus.com)
3310
3311 * remote.c: Improve error recovery. Allow user to break out
3312 of initial connection attempt with INTERRUPT. Treat a timeout
3313 while waiting for remote packet like a retry, unless the remote
3314 side is actively running user code. Fix a few long printf_filtered's.
3315
3316 * xcoffread.c (read_xcoff_symtab): Don't use null symbol name for
3317 trampoline symbols.
3318
3319 * buildsym.c (start_subfile): Allow null file name.
3320
3321 Fri Feb 12 15:46:49 1993 K. Richard Pixley (rich@cygnus.com)
3322
3323 * xcoffread.c (process_xcoff_symbol, read_symbol_lineno): complain
3324 expects a pointer to complaint rather than a complaint
3325 structure.
3326 (process_linenos): free the previously allocated subfile name,
3327 then allocate the new one from the heap.
3328
3329 Fri Feb 12 08:06:05 1993 Steve Chamberlain (sac@thepub.cygnus.com)
3330
3331 * h8300-tdep.c, tm-h8300.h: turn off some experimental features
3332
3333 Thu Feb 11 00:59:07 1993 John Gilmore (gnu@cygnus.com)
3334
3335 * stabsread.c (dbx_lookup_type): Handle negative type numbers.
3336 Previously, would bogusly index off the bottom of type_vector.
3337 (rs6000_builtin_type): Accept type number as argument.
3338 (read_type, case '-'): Handle negatives like any other type number.
3339
3340 * symfile.c (deduce_language_from_filename): Handle null name.
3341
3342 * mips-tdep.c (isa_NAN): Fix byte order dependency.
3343 Reported by Nobuyuki Hikichi <hikichi@sra.co.jp>,
3344 fixed by sato@sm.sony.co.jp.
3345
3346 * xcoffread.c (parmsym): Don't use an initializer to set up
3347 this struct symbol. Set it up in initialize_xcoffread.
3348 (read_xcoff_symtab, xcoff_symfile_read): Surround code that only
3349 works on real rs/6000 target with #ifndef FAKING_RS6000.
3350
3351 Wed Feb 10 23:42:37 1993 John Gilmore (gnu@cygnus.com)
3352
3353 * stabsread.c (rs6000_builtin_type): Move function from
3354 xcoffread.c:builtin_type.
3355 * xcoffread.c (builtin_type): Move to stabsread. Remove
3356 IBM6000_HOST dependency. Move misplaced comments.
3357 (various): Change printf's to complaints.
3358 (patch_block_stabs, process_xcoff_symbol case C_DECL): Add
3359 objfile argument to read_type calls under #if 0.
3360 (process_xcoff_symbol case C_RSYM): Fix typo in #ifdef.
3361 * xcoffexec.c (map_vmap): Don't allocate an objfile for the exec_file.
3362 * Makefile.in: xcoffread.o is not built by default.
3363 * xm-rs6000.h (IBM6000_HOST): Remove.
3364 * config/rs6000.mh (NATDEPFILES): xcoffread.o is native only.
3365 * doc/gdbint.texinfo: Eliminate IBM6000_HOST, document
3366 IBM6000_TARGET.
3367
3368 Wed Feb 10 18:31:20 1993 Stu Grossman (grossman at cygnus.com)
3369
3370 * findvar.c (read_var_value): If REG_STRUCT_HAS_ADDR, then set
3371 VALUE_LVAL to be lval_memory so that we don't try to modify wild
3372 register numbers when user tries to modify elements in structs
3373 passed as arguments.
3374 * inflow.c (child_terminal_info): Move banner outside of system
3375 specific #ifdefs.
3376 * tm-hppa.h (REG_STRUCT_HAS_ADDR): Define this for HPPA, which
3377 passes struct/union arguments by address.
3378
3379 Wed Feb 10 15:34:46 1993 Ian Lance Taylor (ian@cygnus.com)
3380
3381 * Based on patch from Kean Johnston <maw@netcom.com>:
3382 * nm-i386sco4.h: New file. Like nm-i386sco.h, but define
3383 ATTACH_DETACH, PTRACE_ATTACH and PTRACE_DETACH.
3384 * config/i386sco4.mh (NAT_FILE): Use nm-i386sco4.h.
3385
3386 Tue Feb 9 20:07:18 1993 John Gilmore (gnu@cygnus.com)
3387
3388 * remote-udi.c (FREEZE_MODE): Fix && for & typo. Found and
3389 fixed by Lynn D. Shumaker, shumaker@saifr00.cfsat.honeywell.com.
3390
3391 Tue Feb 9 08:18:07 1993 Ian Lance Taylor (ian@cygnus.com)
3392
3393 * config/i386sco4.mh (MUNCH_DEFINE): Pass -p to nm to avoid bug in
3394 cc debugging output.
3395
3396 Tue Feb 9 00:19:28 1993 John Gilmore (gnu@cygnus.com)
3397
3398 * stabsread.c (define_symbol): Complain about unrecognized names
3399 that begin with CPLUS_MARKER (often '$'), but don't die. Fix
3400 suggested by gb@cs.purdue.edu (Gerald Baumgartner).
3401 (read_cpp_abbrev): Don't use the class name as part of the
3402 vtable pointer member name (_vptr$) in $vf abbrevs or unrecognized
3403 abbrevs. Inspired by Mike Tiemann.
3404 (read_tilde_fields): Comment. Remove ancient dead code.
3405 Remove erroneous but non-dead code. Simplify. Add complaints.
3406 (in general): Remove extraneous (parentheses) in return
3407 statements.
3408
3409 Fri Feb 5 14:01:22 1993 John Gilmore (gnu@cygnus.com)
3410
3411 * coffread.c (coff_lookup_type): Fix fencepost error reported
3412 by Art Berggreen, <arg@opal.acc.com>.
3413
3414 Fix long file name bug reported on SCO Open Desktop 2.0 by Ulf Lunde
3415 <Ulf.Lunde@kvatro.no> and Dag H. Wanvik <Dag.H.Wanvik@kvatro.no>:
3416
3417 * coffread.c (getfilename): Eliminate COFF_NO_LONG_FILE_NAMES
3418 test, which is apparently left over from when we used native
3419 include files and couldn't depend on the member names being there.
3420 * tm-3b1.h, tm-altos.h, tm-i386v.h: Don't set it.
3421
3422 Thu Feb 4 12:23:15 1993 Ian Lance Taylor (ian@cygnus.com)
3423
3424 * mipsread.c: Major overhaul to use new BFD symbol table reading
3425 routines. Now swaps information as it is needed, rather than
3426 swapping everything when the file is read.
3427
3428 Thu Feb 4 01:52:36 1993 John Gilmore (gnu@cygnus.com)
3429
3430 * Makefile.in (TARDIRS): Add sparclite demo dir.
3431 (*.tab.c): Change dependency on Makefile to depend on
3432 Makefile.in, otherwise it always rebuilds after configuring.
3433 Force output *.tab.c file into current directory even in "make"
3434 versions that rewrite dependent file names used in command lines.
3435
3436 * TODO: Remove some things we did.
3437 * am29k-opcode.h, convx-opcode: Remove; now in ../include/opcode.
3438 * os68k-xdep.c: Remove; useless file (os68k is a target only).
3439 * convex-pinsn.c: Use ../include/opcode/convex.h. Add CONST.
3440 * symtab.h: Eliminate unnamed unions and structs.
3441
3442 Wed Feb 3 14:48:08 1993 John Gilmore (gnu@cygnus.com)
3443
3444 * Makefile.in (VERSION): Roll to 4.7.5.
3445
3446 Tue Feb 2 20:47:42 1993 John Gilmore (gnu@cygnus.com)
3447
3448 * breakpoint.c (breakpoint_re_set_one): Handle watchpoints when
3449 re-evaluating symbol pointers.
3450
3451 Tue Feb 2 16:10:31 1993 Fred Fish (fnf@cygnus.com)
3452
3453 * c-exp.y (lcurly, rcurly): New nonterminals.
3454 * c-exp.y (exp): Use lcurly and rcurly for arrays and UNOP_MEMVAL
3455 constructs.
3456 * parse.c (free_funcalls): Moved prototype from parser-defs.h,
3457 made function static.
3458 * parse.c (struct funcall): Moved struct def from parser-defs.h.
3459 * parse.c (funcall_chain): Moved from parser-defs.h, made static.
3460 * parse.c (start_arglist):
3461 * parser-defs.h (free_funcalls): Moved prototype to parse.c.
3462 * parser-defs.h (struct funcall): Moved struct def to parse.c.
3463 * parser-defs.h (funcall_chain): Moved to parse.c.
3464 * printcmd.c (print_frame_nameless_args): Fix prototype.
3465 * tm-mips.h (setup_arbitrary_frame): Fix prototype.
3466 * tm-sparc.h (setup_arbitrary_frame): Fix prototype.
3467 * valops.c (typecmp): Moved prototype from values.h.
3468 * value.h (typecmp): Moved prototype to valops.c, made static.
3469 * ch-exp.y (yylex): Change way control sequences are disabled.
3470
3471 Tue Feb 2 16:11:43 1993 John Gilmore (gnu@cygnus.com)
3472
3473 * tm-mips.h, tm-sparc.h: Fix thinko in SETUP_ARBITRARY_FRAME.
3474
3475 Tue Feb 2 15:30:33 1993 Ian Lance Taylor (ian@cygnus.com)
3476
3477 * mipsread.c (upgrade_type): Build array types correctly, using
3478 create_range_type and create_array_type.
3479
3480 Tue Feb 2 00:19:08 1993 John Gilmore (gnu@cygnus.com)
3481
3482 * remote-nindy.c: Cleanup.
3483
3484 * infrun.c (wait_for_inferior): When rolling back the PC after
3485 a breakpoint, call write_pc so that NPC gets rolled back as well
3486 (for the 29K).
3487
3488 * blockframe.c (inside_entry_file, inside_main_func,
3489 inside_entry_func): PC of zero is always "bottom of stack".
3490
3491 * printcmd.c (print_frame_args, print_frame_nameless_args):
3492 Let print_frame_nameless_args decide whether there are any,
3493 laying groundwork for possibly later printing 29K args for
3494 functions where we have tag words but no symbols.
3495
3496 Mon Feb 1 18:09:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
3497
3498 * Makefile.in: fix GDB doc targets for new doc subdir structure
3499
3500 Mon Feb 1 17:56:47 1993 John Gilmore (gnu@cygnus.com)
3501
3502 * stack.c (parse_frame_specification): Parse as many arguments
3503 as there are (up to MAXARGS). Pass all of them in argc, argv
3504 format to SETUP_ARBITRARY_FRAME. Put the burden of checking how
3505 many there were, onto SETUP_ARBITRARY_FRAME.
3506 * tm-mips.h, tm-sparc.h: Corresponding changes.
3507 * mips-tdep.c, sparc-tdep.c: Ditto.
3508
3509 Mon Feb 1 17:19:37 1993 John Gilmore (gnu@cygnus.com)
3510
3511 * hp300ux-nat.c: Update copyrights.
3512 * mipsread.c (parse_partial_symbols): Complain about block
3513 indexes that go backwards. Fix from Peter Schauer.
3514 * symfile.c (syms_from_objfile, symbol_file_add): Allow a
3515 symbol-file that has no linkage symbols to be read.
3516 * tm-rs6000.h, xm-rs6000.h: (SIGWINCH_HANDLER and friends): Move
3517 from tm- file to xm-file, since they're host dependent.
3518 * valarith.c (value_binop): Typo.
3519
3520 Mon Feb 1 16:16:59 1993 Stu Grossman (grossman at cygnus.com)
3521
3522 * sparclite/aload.c: Add copyleft.
3523 * sparclite/crt0.s: Add comment at beginning.
3524
3525 Mon Feb 1 14:36:11 1993 Steve Chamberlain (sac@thepub.cygnus.com)
3526
3527 * remote-z8k.c, z8k-tdep.c: support for the Z8001 and Z8002.
3528 * parse.c (std_regs): Only declare if NO_STD_REGS is defined.
3529
3530 Sun Jan 31 04:32:48 1993 Michael Tiemann (tiemann@rtl.cygnus.com)
3531
3532 * values.c (value_headof): Fix typo in which VTBL and ARG were
3533 being confused for one another.
3534
3535 * valops.c (typecmp): Now static.
3536
3537 * gdbtypes.c (fill_in_vptr_fieldno): Don't ignore the first
3538 baseclass--we don't always inherit its virtual function table
3539 pointer.
3540
3541 * eval.c (evaluate_subexp): In OP_FUNCALL case, adjust `this'
3542 pointer correctly in case value_struct_elt moves it around.
3543
3544 * valops.c (typecmp): Now static. Also, now groks references
3545 better.
3546
3547 * gdbtypes.c (lookup_struct_elt_type): Pass NOERR instead of
3548 zero on recursive call. If NAME is the name of TYPE, return TYPE.
3549
3550 Sat Jan 30 19:55:52 1993 John Gilmore (gnu@cygnus.com)
3551
3552 * hppah-nat.c: Eliminate <sys/user.h> and other unnecessary stuff,
3553 to avoid "too much defining" error from native C compiler (!).
3554
3555 * Makefile.in (HFILES): Add typeprint.h.
3556 * typeprint.[ch]: Update copyrights.
3557
3558 Thu Jan 28 19:09:02 1993 John Gilmore (gnu@cygnus.com)
3559
3560 * Makefile.in: Update to match doc/ subdir changes.
3561
3562 * config/hp300hpux.mh: No cross-host file needed, just native.
3563 * config/go32.mh: Remove nonexistent "native" support.
3564
3565 M88K fixes reported by Carl Greco, <cgreco@Creighton.Edu>:
3566 * tm-m88k.h (REGISTER_CONVERT_TO_RAW): Fix typo.
3567 * m88k-tdep.c (next_insn): Lint, cleanup.
3568 (store_parm_word): Lint.
3569
3570 * README: Fix typo (reported by karl@hq.ileaf.com).
3571
3572 Wed Jan 27 21:34:21 1993 Fred Fish (fnf@cygnus.com)
3573
3574 * expression.h (BINOP_CONCAT): Document use for self concatenation
3575 an integral number of times.
3576 * language.c (binop_type_check): Extend BINOP_CONCAT for self
3577 concatenation case.
3578 * valarith.c (value_concat): Rewrite to support self
3579 concatenation an integral number of times.
3580 * Makefile.in (ch-exp.tab.c): Change "expect" message.
3581 * ch-exp.y (FIXME's): Make all FIXME tokens distinct, to
3582 eliminate hundreds of spurious shift/reduce and reduce/reduce
3583 conflicts that mask the 5 real ones.
3584 * ch-exp.y (STRING, CONSTANT, SC): Remove unused tokens.
3585 * ch-exp.y (integer_literal_expression): Remove production,
3586 no longer used.
3587
3588 Thu Jan 21 09:58:36 1993 Fred Fish (fnf@cygnus.com)
3589
3590 * eval.c (evaluate_subexp): Fix OP_ARRAY, remove code that
3591 implied that "no side effects" was nonfunctional.
3592 * eval.c (evaluate_subexp): Add BINOP_CONCAT case to deal with
3593 character string and bitstring concatenation.
3594 * expprint.c (dump_expression): Add case for BINOP_CONCAT.
3595 * expression.h (exp_opcode): Add BINOP_CONCAT.
3596 * gdbtypes.h (type_code): Add TYPE_CODE_BITSTRING.
3597 * language.c (string_type): Add function to determine if a type
3598 is a string type.
3599 * language.c (binop_type_check): Add case for BINOP_CONCAT.
3600 * valarith.c (value_concat): New function to concatenate two
3601 values, such as character strings or bitstrings.
3602 * valops.c (value_string): Remove error stub and implement
3603 function body.
3604 * value.h (value_concat): Add prototype.
3605 * ch-exp.y (operand_3): Add actions for SLASH_SLASH (//).
3606 * ch-exp.y (yylex): Recognize SLASH_SLASH.
3607 * ch-lang.c (chill_op_print_tab): Add SLASH_SLASH (//) as
3608 BINOP_CONCAT.
3609
3610 Tue Jan 19 14:26:15 1993 Fred Fish (fnf@cygnus.com)
3611
3612 * c-exp.y (exp): Add production to support direct creation
3613 of array constants using the obvious syntax.
3614 * c-valprint.c (c_val_print): Set printed string length.
3615 * dwarfread.c (read_tag_string_type): New prototype and
3616 function that handles TAG_string_type DIEs.
3617 * dwarfread.c (process_dies): Add case for TAG_string_type
3618 that calls new read_tag_string_type function.
3619 * expprint.c (print_subexp): Add support for OP_ARRAY.
3620 * gdbtypes.c (create_range_type, create_array_type): Inherit
3621 objfile from the index type.
3622 * ch-typeprint.c (chill_print_type): Add case for
3623 TYPE_CODE_STRING.
3624 * ch-valprint.c (chill_val_print): Fix case for
3625 TYPE_CODE_STRING.
3626
3627 Mon Jan 18 11:58:45 1993 Ian Lance Taylor (ian@cygnus.com)
3628
3629 * mipsread.c (CODE_MASK, MIPS_IS_STAB, MIPS_MARK_STAB,
3630 MIPS_UNMARK_STAB, STABS_SYMBOLS): Removed; now in
3631 include/coff/mips.h.
3632
3633 Fri Jan 15 20:26:50 1993 Fred Fish (fnf@cygnus.com)
3634
3635 * c-exp.y (exp:STRING): Convert C strings into array-of-char
3636 constants with an explicit null byte terminator. OP_STRING is
3637 now used for real string types.
3638 * c-lang.c (builtin_type_*): Move declarations to lang.c since
3639 they are used by all languages.
3640 * c-lang.c (_initialize_c_language): Move initializations of
3641 builtin_type_* to lang.c.
3642 * c-typeprint.c (c_type_print_varspec_prefix,
3643 c_type_print_varspec_suffix): TYPE_CODE_PASCAL_ARRAY renamed
3644 to TYPE_CODE_STRING.
3645 * c-valprint.c (c_val_print): Change the way character arrays
3646 are printed as strings to be consistent with the way strings
3647 are printed when pointer-to-char types are dereferenced.
3648 Remove test of print_max before calling val_print_string, which
3649 now does it's own test.
3650 * eval.c (evaluate_subexp): Add case for OP_ARRAY.
3651 * expprint.c (print_subexp, dump_expression): Add case for OP_ARRAY.
3652 * expression.h (enum exp_opcode): Add OP_ARRAY and document.
3653 * gdbtypes.c (builtin_type_*): Add declarations moved from
3654 c-lang.c.
3655 * gdbtypes.c (create_string_type): New function to create real
3656 string types.
3657 * gdbtypes.c (recursive_dump_type): TYPE_CODE_PASCAL_ARRAY
3658 renamed to TYPE_CODE_STRING.
3659 * gdbtypes.c (_initialize_gdbtypes): Add initializations of
3660 builtin_type_* types moved from c-lang.c.
3661 * gdbtypes.h (enum type_code): TYPE_CODE_PASCAL_ARRAY renamed
3662 to TYPE_CODE_STRING.
3663 * gdbtypes.h (builtin_type_string): Add extern declaration.
3664 * gdbtypes.h (create_string_type): Add prototype.
3665 * m2-lang.c (m2_create_fundamental_type): TYPE_CODE_PASCAL_ARRAY
3666 renamed to TYPE_CODE_STRING.
3667 * m88k-tdep.c (pushed_size): TYPE_CODE_PASCAL_ARRAY renamed to
3668 TYPE_CODE_STRING.
3669 * mipsread.c (_initialize_mipsread): TYPE_CODE_PASCAL_ARRAY
3670 renamed to TYPE_CODE_STRING.
3671 * parse.c (length_of_subexp, prefixify_subexp): Add case for
3672 OP_ARRAY.
3673 * printcmd.c (print_formatted): Recognize TYPE_CODE_STRING.
3674 * typeprint.c (print_type_scalar): TYPE_CODE_PASCAL_ARRAY renamed
3675 to TYPE_CODE_STRING.
3676 * valops.c (allocate_space_in_inferior): New function and
3677 prototype, using code ripped out of value_string.
3678 * valops.c (value_string): Rewritten to use new function
3679 allocate_space_in_inferior, but temporarily disabled until some
3680 other support is in place.
3681 * valops.c (value_array): New function to create array constants.
3682 * valprint.c (val_print_string): Add comment to document use,
3683 complete rewrite to fix several small buglets.
3684 * value.h (value_array): Add prototype.
3685 * value.h (val_print_string): Change prototype to match rewrite.
3686 * ch-valprint.c (chill_val_print): Add case for TYPE_CODE_STRING.
3687 * ch-exp.y (match_character_literal): Disable recognition of
3688 control sequence form of character literals and document why.
3689
3690 Thu Jan 14 15:48:12 1993 Stu Grossman (grossman at cygnus.com)
3691
3692 * nindy-share/nindy.c: Add comments to #endif's to clarify
3693 grouping.
3694
3695 * hppa-pinsn.c (print_insn): Use read_memory_integer, instead of
3696 read_memory to get byte order right.
3697 * hppah-tdep.c (find_unwind_info): Don't read in unwind info
3698 anymore. This is done in paread.c now. We expect unwind info
3699 to hang off of objfiles, and search all of the objfiles when until
3700 we find a match.
3701 * (skip_trampoline_code): Cast arg to target_read_memory.
3702 * objfiles.h (struct objfile): Add new field obj_private to hold
3703 per object file private data (unwind info in this case).
3704 * paread.c (read_unwind_info): New routine to read unwind info
3705 for the objfile. This data is hung off of obj_private.
3706 * tm-hppa.h: Define struct obj_unwind_info, to hold pointers to
3707 the unwind info for this objfile. Also define OBJ_UNWIND_INFO to
3708 make this easier to access.
3709
3710 Wed Jan 13 20:49:59 1993 Fred Fish (fnf@cygnus.com)
3711
3712 * c-valprint.c (cp_print_class_member): Add extern decl.
3713 * c-valprint.c (c_val_print): Extract code for printing methods
3714 and move it to cp_print_class_method in cp-valprint.c.
3715 * c-valprint.c (c_val_print): Extract code to print strings and
3716 move it to val_print_string in valprint.c.
3717 * cp-valprint.c (cp_print_class_method): New function using
3718 code extracted from c_val_print.
3719 * valprint.c (val_print_string): New function using code
3720 extracted from c_val_print.
3721 * value.h (val_print_string): Add prototype.
3722 * ch-exp.y (CHARACTER_STRING_LITERAL): Set correct token type.
3723 * ch-exp.y (literal): Add action for CHARACTER_STRING_LITERAL.
3724 * ch-exp.y (tempbuf, tempbufsize, tempbufindex, GROWBY_MIN_SIZE,
3725 CHECKBUF, growbuf_by_size): New variables, macros, and support
3726 functions for implementing a dynamically expandable temp buffer.
3727 * ch-exp.y (match_string_literal): New lexer function.
3728 * ch-exp.y (match_bitstring_literal): Dynamic buffer code
3729 removed and replaced with new CHECKBUF macro.
3730 * ch-exp.y (yylex): Call match_string_literal when appropriate.
3731 * ch-valprint.c (ch_val_print): Add code for TYPE_CODE_PTR.
3732
3733 Sat Jan 9 19:59:33 1993 Stu Grossman (grossman at cygnus.com)
3734
3735 * Makefile.in: Add info for paread.o.
3736 * config/hppahpux.mh: Add paread.o to NATDEPFILES.
3737
3738 * blockframe.c (frameless_look_for_prologue): Correct the
3739 comment.
3740 * gdbtypes.h, gdbtypes.c: Use const in decl of
3741 cplus_struct_default, now that pa-gas assembler has been fixed.
3742 * hppah-nat.c: Formatting.
3743 * hppah-tdep.c: Remove lots of useless externs for variables we
3744 don't use.
3745 * (find_unwind_entry): Speed up by using binary search, and a one
3746 entry cache.
3747 * (rp_saved): New routine to see what unwind info says about RP
3748 being saved on the stack frame.
3749 * (frame_saved_pc): Look for prologue to see if we need to
3750 examine the stack for the saved RP or not.
3751 * (init_extra_frame_info): Check for prologue, instead of
3752 framesize to determine if we are frameless or not.
3753 * (frame_chain_valid): Stop backtraces when we run into _start.
3754 * (push_dummy_frame): Reformat to make more readable.
3755 * (find_dummy_frame_regs): ditto.
3756 * (hp_pop_frame): ditto.
3757 * (hp_restore_pc_queue): small cleanup.
3758 * (hp_push_arguments): ditto.
3759 * (pa_do_registers_info): ditto.
3760 * (skip_prologue): New routine created from SKIP_PROLOGUE macro.
3761 * tm-hppa.h: Move contents of SKIP_PROLOGUE into hppah-tdep.c.
3762 * Define FRAME_CHAIN_VALID.
3763 * Turn on BELIEVE_PCC_PROMOTION so that we can access char args
3764 passed to functions.
3765
3766 * paread.c (pa_symtab_read): Use new bfd conventions for
3767 accessing linker symbol table.
3768 * (pa_symfile_init): Access embedded STAB info via BFD section
3769 mechanism and related macros.
3770
3771
3772 Sat Jan 9 19:31:43 1993 Stu Grossman (grossman at cygnus.com)
3773
3774 * sparc-stub.c: Use a seperate stack for our traps.
3775 * Handle recursive traps.
3776 * Remove all trap init code. This needs to be done by the
3777 environment.
3778 * (set_mem_fault_trap): Call exceptionHandler() to setup this
3779 trap.
3780 * (handle_exception): See if we are at breakinst, if so, then
3781 advance PC sp that users can just step out of breakpoint().
3782 * (case 'G'): Don't let GDB hack CWP. Also, copy saved regs to
3783 new place if SP has changed.
3784 * (case 's'): Get rid of this, we can't do it yet.
3785 * (case 't'): New command to test any old random feature.
3786 * (case 'r'): New command to reset the system.
3787 * (breakpoint): Add label to breakpoint trap instruction so that
3788 handle_exception() can detect where we are and get past the
3789 breakpoint trivially.
3790
3791 Thu Jan 7 13:33:06 1993 Ian Lance Taylor (ian@cygnus.com)
3792
3793 * mips-pinsn.c: Actual work now done by opcodes/mips-dis.c.
3794
3795 Thu Jan 7 09:21:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
3796
3797 * configure.in: recognise all sparclite variants
3798
3799 Wed Jan 6 10:14:51 1993 Steve Chamberlain (sac@thepub.cygnus.com)
3800
3801 * symfile.c: If O_BINARY isn't defined, set it to 0, call openp for
3802 binary files oring in the right bit.
3803
3804 * main.c, source.c, state.c, symmisc.c: use macros defined in
3805 fopen-{bin|both} when fopening files.
3806
3807 Wed Jan 6 08:19:11 1993 Fred Fish (fnf@cygnus.com)
3808
3809 * defs.h (HOST_CHAR_BIT): New macro, defaults to either CHAR_BIT
3810 from a configuration file (typically including <limits.h>), or to
3811 TARGET_CHAR_BIT if CHAR_BIT is not defined.
3812 * eval.c (evaluate_subexp): Use new BYTES_TO_EXP_ELEM macro.
3813 * eval.c (evaluate_subexp): Add case for OP_BITSTRING.
3814 * expprint.c (print_subexp): Use new BYTES_TO_EXP_ELEM macro.
3815 * exppritn.c (print_subexp, dump_expression): Add case for
3816 OP_BITSTRING.
3817 * expression.h (OP_BITSTRING): New expression element type for
3818 packed bitstrings.
3819 * expression.h (EXP_ELEM_TO_BYTES, BYTES_TO_EXP_ELEM): New
3820 macros to convert between number of expression elements and bytes
3821 to store that many elements.
3822 * i960-tdep.c (leafproc_return): Use new macros to access
3823 minimal symbol name and address fields.
3824 * m88k-pinsn.c (sprint_address): Use new macros to access
3825 minimal symbol name and address fields.
3826 * nindy-tdep.c (nindy_frame_chain_valid): Use new macro to access
3827 minimal symbol address field.
3828 * parse.c (write_exp_elt, write_exp_string, prefixify_expression,
3829 parse_exp_1): Use new EXP_ELEM_TO_BYTES macro.
3830 * parse.c (write_exp_string, length_of_subexp, prefixify_expression):
3831 Use new BYTES_TO_EXP_ELEM macro.
3832 * parse.c (write_exp_bitstring): New function to write packed
3833 bitstrings into the expression element vector.
3834 * parse.c (length_of_subexp, prefixify_subexp): Add case for
3835 OP_BITSTRING.
3836 * parser-defs.h (struct stoken): Document that it is used for
3837 OP_BITSTRING as well as OP_STRING.
3838 * parser-defs.h (write_exp_bitstring): Add prototype.
3839 * ch-exp.y (BIT_STRING_LITERAL): Change token type to sval.
3840 * ch-exp.y (NUM, PRED, SUCC, ABS, CARD, MAX, MIN, SIZE, UPPER,
3841 LOWER, LENGTH): New tokens for keywords.
3842 * ch-exp.y (chill_value_built_in_routine_call, mode_argument,
3843 upper_lower_argument, length_argument, array_mode_name,
3844 string_mode_name, variant_structure_mode_name): New non-terminals
3845 and productions.
3846 * ch-exp.y (literal): Useful production for BIT_STRING_LITERAL.
3847 * ch-exp.y (match_bitstring_literal): New lexer support function
3848 to recognize bitstring literals.
3849 * ch-exp.y (tokentab6): New token table for 6 character keywords.
3850 * ch-exp.y (tokentab5): Add LOWER, UPPER.
3851 * ch-exp.y (tokentab4): Add PRED, SUCC, CARD, SIZE.
3852 * ch-exp.y (tokentab3): Add NUM, ABS, MIN, MAX.
3853 * ch-exp.y (yylex): Check tokentab6.
3854 * ch-exp.y (yylex): Call match_bitstring_literal.
3855
3856 Mon Jan 4 16:54:18 1993 Fred Fish (fnf@cygnus.com)
3857
3858 * xcoffexec.c (vmap_symtab): Use new macros to access minimal
3859 symbol name and value fields.
3860
3861 * c-exp.y (yylex): Make static, to match prototype and other
3862 <lang>-exp.y files.
3863
3864 * expression.h (exp_opcode): Add BINOP_MOD.
3865 * eval.c (evaluate_subexp): Handle new BINOP_MOD.
3866 * expprint.c (dump_expression): Handle new BINOP_MOD.
3867 * language.c (binop_type_check): Handle new BINOP_MOD.
3868 * main.c (float_handler): Re-enable float handler when hit.
3869 * valarith.c (language.h): Include, need current_language.
3870 * valarith.c (TRUNCATION_TOWARDS_ZERO): Define default macro
3871 for integer divide truncates towards zero for negative results.
3872 * valarith.c (value_x_binop): Handle BINOP_MOD if seen.
3873 * valarith.c (value_binop): Allow arithmetic operations on
3874 TYPE_CODE_CHAR variables. Add case to handle new BINOP_MOD.
3875 * ch-exp.y (operand_4): Add useful actions for MOD and REM.
3876 * ch-exp.y (tokentab3): Add MOD and REM.
3877 * ch-exp.y (yylex): Set innermost_block for symbols found
3878 in local scopes. Return LOCATION_NAME for local symbols.
3879 * ch-lang.c (chill_op_print_tab): Fix MOD entry to use
3880 BINOP_MOD instead of BINOP_REM. Add REM entry, using BINOP_REM.
3881
3882 Mon Jan 4 07:35:31 1993 Steve Chamberlain (sac@wahini.cygnus.com)
3883
3884 * command.c (shell_escape, make_command, _initialize_command):
3885 don't create or use fork if CANT_FORK is defined.
3886 * serial.h, ser-go32.c: now compiles, but "the obvious problems of
3887 code written for the IBM PC" remain.
3888 * xm-go32.h: define CANT_FORK
3889
3890 Sun Jan 3 14:24:56 1993 Steve Chamberlain (sac@thepub.cygnus.com)
3891
3892 * remote-sim.c: first attempt at general simulator interface
3893 * remote-hms.c: whitespace
3894 * h8300-tdep.c: (h8300_skip_prologue, examine_prologue):
3895 understand new stack layout. (print_register_hook): print ccr
3896 register in a fancy way.
3897
3898 Sun Jan 3 14:16:10 1993 Fred Fish (fnf@cygnus.com)
3899
3900 * eval.c (language.h): Include.
3901 * eval.c (evaluate_subexp_with_coercion): Only coerce arrays
3902 to pointer types when the current language is C. It loses for
3903 other languages when the lower index bound is nonzero.
3904 * valarith.c (value_subscript): Take array lower bounds into
3905 account when performing subscripting operations.
3906 * valops.c (value_coerce_array): Add comment describing why
3907 arrays with nonzero lower bounds are dealt with in value_subscript,
3908 rather than in value_coerce_array.
3909
3910 Sat Jan 2 12:16:41 1993 Fred Fish (fnf@cygnus.com)
3911
3912 * ch-exp.y (FLOAT_LITERAL): Add token.
3913 * ch-exp.y (literal): Add FLOAT_LITERAL.
3914 * ch-exp.y (match_float_literal): New lexer routine.
3915 * ch-exp.y (convert_float): Remove.
3916 * ch-exp.y (yylex): Call match_float_literal.
3917 * ch-exp.y (yylex): Match single '.' after trying
3918 to match floating point literals.
3919
3920 * eval.c (evaluate_subexp): Add case MULTI_SUBSCRIPT.
3921 * expprint.c (print_subexp): Rename BINOP_MULTI_SUBSCRIPT to
3922 MULTI_SUBSCRIPT.
3923 * expprint.c (dump_expression): New function for dumping
3924 expression vectors during gdb debugging.
3925 * expression.h (BINOP_MULTI_SUBSCRIPT): Name changed to
3926 MULTI_SUBSCRIPT and moved out of BINOP range.
3927 * expression.h (DUMP_EXPRESSION): New macro that calls
3928 dump_expression if DEBUG_EXPRESSIONS is defined.
3929 * m2-exp.y (BINOP_MULTI_SUBSCRIPT): Changed to MULTI_SUBSCRIPT.
3930 * parse.c (length_of_subexp, prefixify_subexp): Change
3931 BINOP_MULTI_SUBSCRIPT to MULTI_SUBSCRIPT.
3932 * parse.c (parse_exp_1): Call DUMP_EXPRESSION before and after
3933 prefixify'ing the expression.
3934 * printcmd.c (print_command_1): Add comment.
3935 * ch-exp.y (expression_list): Add useful actions.
3936 * ch-exp.y (value_array_element): Add useful actions.
3937 * ch-exp.y (array_primitive_value): Add production.
3938 * ch-exp.y (yylex): Recognize ',' as a token.
3939
3940 Fri Jan 1 18:22:02 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
3941
3942 * Makefile.in: pass prefix and exec_prefix via FLAGS_TO_PASS,
3943 POSIXize the recursive makes (make [variable assignments] target{s})
3944
3945 Fri Jan 1 11:56:23 1993 Fred Fish (fnf@cygnus.com)
3946
3947 * tm-sun4sol2.h (CPLUS_MARKER): Remove, now set in tm-sysv4.h.
3948 * tm-sysv4.h (CPLUS_MARKER): By default, g++ uses '.' as the
3949 CPLUS_MARKER for all SVR4 systems, so follow suit.
3950 * defs.h (strdup_demangled): Remove prototype.
3951 * dwarfread.c (enum_type, synthesize_typedef): Use new macro
3952 SYMBOL_INIT_LANGUAGE_SPECIFIC.
3953 * dwarfread.c (new_symbol): Use SYMBOL_INIT_DEMANGLED_NAME.
3954 * minsyms.c (install_minimal_symbols, prim_record_minimal_symbol,
3955 prim_record_minimal_symbol_and_info): Use new macro
3956 SYMBOL_INIT_LANGUAGE_SPECIFIC.
3957 * minsyms.c (install_minimal_symbols): Use new macro
3958 SYMBOL_INIT_DEMANGLED_NAME.
3959 * stabsread.c (define_symbol): Use new macro
3960 SYMBOL_INIT_DEMANGLED_NAME.
3961 * symfile.c (add_psymbol_to_list, add_psymbol_addr_to_list):
3962 Use new macro SYMBOL_INIT_DEMANGLED_NAME.
3963 * symfile.h (ADD_PSYMBOL_VT_TO_LIST): Use new macro
3964 SYMBOL_INIT_DEMANGLED_NAME.
3965 * symmisc.c (dump_msymbols, dump_symtab, print_partial_symbol):
3966 SYMBOL_DEMANGLED_NAME now tests language itself.
3967 * symtab.c (COMPLETION_LIST_ADD_SYMBOL): SYMBOL_DEMANGLED_NAME
3968 now tests language itself.
3969 * symtab.h (SYMBOL_CPLUS_DEMANGLED_NAME): New macro that does
3970 what SYMBOL_DEMANGLED_NAME used to do, directly access the C++
3971 mangled name member in the language dependent portion of a symbol.
3972 * symtab.h (SYMBOL_DEMANGLED_NAME): New macro that returns the
3973 mangled name member appropriate for a symbol's language.
3974 * symtab.h (SYMBOL_SOURCE_NAME, SYMBOL_LINKAGE_NAME,
3975 SYMBOL_MATCHES_NAME, SYMBOL_MATCHES_REGEXP):
3976 SYMBOL_DEMANGLED_NAME now tests language itself.
3977 * symtab.h (SYMBOL_INIT_LANGUAGE_SPECIFIC): New macro that
3978 initializes language dependent portion of symbol.
3979 * symtab.h (SYMBOL_INIT_DEMANGLED_NAME): New macro that
3980 demangles and caches the demangled form of symbol names.
3981 * utils.c (fputs_demangled, fprint_symbol): Use current language
3982 to select an appropriate demangling algorithm.
3983 * utils.c (strdup_demangled): Remove, no longer used.
3984 * symtab.h (SYMBOL_CHILL_DEMANGLED_NAME): New macro that directly
3985 access the Chill mangled name member in the language dependent
3986 portion of a symbol.
3987 * ch-lang.c (chill_demangle): New function, simple demangler.
3988 * defs.h (chill_demangle): Add prototype.
3989 * symtab.h (language_dependent_info): Add struct for Chill.
3990
3991 For older changes see ChangeLog-92
3992 \f
3993 Local Variables:
3994 mode: indented-text
3995 left-margin: 8
3996 fill-column: 74
3997 version-control: never
3998 End:
This page took 0.11105 seconds and 5 git commands to generate.