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