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