*** empty log message ***
[binutils-gdb.git] / gdb / ChangeLog
1 Mon Nov 6 11:44:11 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
2
3 * config/mips/{tm-vr4300.h tm-vr4300el.h} (TARGET_MONITOR_PROMPT):
4 Change into real strings.
5
6 * remote-sim.c (gdbsim_open): Moved sim_open() call to after
7 callback initialisation.
8
9 Sun Nov 5 00:07:52 1995 Jason Molenda (crash@phydeaux.cygnus.com)
10
11 * configure.in (AC_CHECK_HEADERS): add stddef.h.
12
13 Fri Nov 3 12:30:43 1995 Fred Fish <fnf@cygnus.com>
14
15 * Makefile.in (COMMON_OBS): Use corefile.o rather than core.o
16 * core.c: Rename to corefile.c.
17 * config/pyr/tm-pyr.h, umax-xdep.c, sun386-nat.c, pyr-xdep.c,
18 Makefile.in (SFILES), gould-xdep.c, coredep.c, armtdep.c,
19 arm-xdep.c, altos-xdep.c: Change core.c references to corefile.c.
20
21 From Graham Stoney <greyham@research.canon.oz.au>.
22 * Makefile.in (remote-array.o): Add rule to build.
23 (ALLDEPFILES): Add remote-array.c
24 * remote-array.c (baud_rate): Remove unnecessary declaration.
25 (baudrate): Remove.
26 (array_files_info): Print global baud_rate not baudrate.
27
28 Sat Nov 4 10:21:58 1995 Stu Grossman (grossman@cygnus.com)
29
30 * Makefile.in (INTERNAL_CFLAGS): Add ENABLE_CFLAGS.
31 * fork-child.c (fork_inferior): Add call to
32 TARGET_CREATE_INFERIOR_HOOK to allow target specific code to get
33 control just before the new process executes it's first instruction.
34 * remote-mips.c (mips_initialize): Cleanup a bit. Don't try to
35 receive a packet at first. This speeds up initialization a lot.
36 Use TARGET_MONITOR_PROMPT instead of "<IDT>".
37 (common_breakpoint): Use rresponse instead of rerrflg to inspect
38 error code.
39 * symfile.c (syms_from_objfile reread_symbols): Call
40 TARGET_SYMFILE_POSTREAD to allow target specific code to get
41 control after reading new symbols.
42 * target.h: New macros TARGET_SYMFILE_POSTREAD, and
43 TARGET_CREATE_INFERIOR_HOOK. See above for descriptions.
44 * config/mips/{irix5.mh nm-irix5.h}: Delete nm-irix5.h. Make
45 NAT_FILE point directly at ../nm-sysv4.h.
46 * config/mips/{mipsm3.mh nm-m3.h}: Delete nm-m3.h. Make
47 NAT_FILE point directly at ../nm-m3.h.
48 * config/mips/{mipsv4.mh nm-sysv4.h}: Delete nm-sysv4.h. Make
49 NAT_FILE point directly at ../nm-sysv4.h.
50 * config/mips/nm-mips.h: Improve comment at top of file.
51 * config/mips/tm-mips.h (TARGET_MONITOR_PROMPT): Change
52 definition into a proper string.
53 start-sanitize-gm
54 * configure configure.in: Add support for --enable-gm.
55 (mips*-*-magic*): Change target from magic to idt.
56 * eval.c expprint.c expression.h parse.c remote-mips.c utils.c:
57 Change GENERAL_MAGIC_HACKS to GENERAL_MAGIC.
58 * magic.c magic.h: Update files from GM.
59 * config/mips/magic.mt: Delete. No longer necessary now that we
60 use --enable mechanism.
61 * config/mips/tm-idt.h: Add GM stuff needed for remote GM box.
62 * config/mips/tm-irix5.h: Add GM stuff needed for native Irix box.
63 * config/mips/tm-magic.h: Move up to config/tm-magic.h. Move all
64 platform specific stuff into tm-irix.h and tm-idt.h. Add defs for
65 TARGET_SYMFILE_POSTREAD and TARGET_CREATE_INFERIOR_HOOK.
66 end-sanitize-gm
67
68 Wed Nov 1 20:18:08 1995 Fred Fish <fnf@cygnus.com>
69
70 * config/i386/tm-i386.h: New file containing generic i*86 target
71 definitions.
72 (TARGET_BYTE_ORDER): Moved here from tm-i386v.h.
73 (IEEE_FLOAT): Moved here from tm-i386v.h.
74 (START_INFERIOR_TRAPS_EXPECTED): Define default as 2.
75 (FUNCTION_START_OFFSET): Moved here from tm-i386v.h.
76 (SKIP_PROLOGUE): Moved here from tm-i386v.h.
77 (SAVED_PC_AFTER_CALL): Moved here from tm-i386v.h.
78 (INNER_THAN): Moved here from tm-i386v.h.
79 (BREAKPOINT): Moved here from tm-i386v.h.
80 (DECR_PC_AFTER_BREAK): Moved here from tm-i386v.h.
81 (ABOUT_TO_RETURN): Moved here from tm-i386v.h.
82 (REGISTER_SIZE): Moved here from tm-i386v.h.
83 (NUM_REGS): Moved here from tm-i386v.h.
84 (REGISTER_NAMES): Moved here from tm-i386v.h.
85 (EXTRACT_STRUCT_VALUE_ADDRESS): Moved here from tm-i386v.h.
86 (FP_REGNUM): Moved here from tm-i386v.h.
87 (SP_REGNUM): Moved here from tm-i386v.h.
88 (PC_REGNUM): Moved here from tm-i386v.h.
89 (PS_REGNUM): Moved here from tm-i386v.h.
90 (FP0_REGNUM): Moved here from tm-i386aix.h.
91 (FPC_REGNUM): Moved here from tm-sun386.h.
92 (REGISTER_BYTES): Moved here from tm-i386aix.h.
93 (REGISTER_BYTE): Moved here from tm-i386aix.h.
94 (REGISTER_RAW_SIZE): Moved here from tm-i386aix.h.
95 (MAX_REGISTER_RAW_SIZE): Moved here from tm-i386aix.h.
96 (REGISTER_VIRTUAL_SIZE): Moved here from tm-i386aix.h.
97 (MAX_REGISTER_VIRTUAL_SIZE): Moved here from tm-i386aix.h.
98 (EXTRACT_RETURN_VALUE): Moved here from tm-i386aix.h.
99 (STORE_RETURN_VALUE): Moved here from tm-i386aix.h.
100 (REGISTER_VIRTUAL_TYPE): Moved here from tm-i386v.h.
101 (STORE_STRUCT_RETURN): Moved here from tm-i386v.h.
102 (FRAME_CHAIN): Moved here from tm-i386v4.h.
103 (FRAMELESS_FUNCTION_INVOCATION): Moved here from tm-i386v4.h.
104 (FRAME_SAVED_PC): Moved here from tm-i386os9k.h
105 (FRAME_ARGS_ADDRESS): Moved here from tm-i386v.h.
106 (FRAME_LOCALS_ADDRESS): Moved here from tm-i386v.h.
107 (FRAME_NUM_ARGS): Moved here from tm-i386sun.h.
108 (FRAME_ARGS_SKIP): Moved here from tm-i386v.h.
109 (FRAME_FIND_SAVED_REGS): Moved here from tm-i386v.h.
110 (PUSH_DUMMY_FRAME): Moved here from tm-i386v.h.
111 (POP_FRAME): Moved here from tm-i386v.h.
112 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET,
113 CALL_DUMMY_BREAKPOINT_OFFSET, FIX_CALL_DUMMY): Moved here from
114 tm-i386v.h
115 (print_387_control_word, print_387_status_word): Declare prototypes.
116 (struct frame_info, struct frame_saved_regs): Forward decls for
117 prototypes.
118 (SP_ARG0): Moved here from tm-i386v.h.
119
120 * config/i386/tm-i386v.h:
121 (i386/tm-i386.h): Include.
122 (TARGET_BYTE_ORDER): Remove.
123 (IEEE_FLOAT): Remove.
124 (START_INFERIOR_TRAPS_EXPECTED): Undef before redefine to 4.
125 (FUNCTION_START_OFFSET): Remove.
126 (SKIP_PROLOGUE): Remove.
127 (i386_skip_prologue): Remove prototype.
128 (SAVED_PC_AFTER_CALL): Remove.
129 (INNER_THAN): Remove.
130 (BREAKPOINT): Remove.
131 (DECR_PC_AFTER_BREAK): Remove.
132 (ABOUT_TO_RETURN): Remove.
133 (REGISTER_SIZE): Remove.
134 (NUM_REGS): Undef before redefine to 16 (no FP support).
135 (REGISTER_NAMES): Undef before redefine.
136 (FP_REGNUM, SP_REGNUM, PC_REGNUM, PS_REGNUM): Remove.
137 (REGISTER_BYTES): Undef before redefine.
138 (REGISTER_BYTE): Undef before redefine.
139 (REGISTER_RAW_SIZE): Undef before redefine.
140 (REGISTER_VIRTUAL_SIZE): Undef before redefine.
141 (MAX_REGISTER_RAW_SIZE): Undef before redefine.
142 (MAX_REGISTER_VIRTUAL_SIZE): Undef before redefine.
143 (REGISTER_VIRTUAL_TYPE): Undef before redefine.
144 (STORE_STRUCT_RETURN): Undef before redefine.
145 (EXTRACT_RETURN_VALUE): Undef before redefine.
146 (STORE_RETURN_VALUE): Undef before redefine.
147 (EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
148 (FRAME_CHAIN): Undef before redefine.
149 (FRAMELESS_FUNCTION_INVOCATION): Undef before redefine.
150 (FRAME_SAVED_PC): Undef before redefine.
151 (FRAME_ARGS_ADDRESS): Remove.
152 (FRAME_LOCALS_ADDRESS): Remove.
153 (FRAME_NUM_ARGS): Undef before redefine.
154 (FRAME_ARGS_SKIP): Remove.
155 (FRAME_FIND_SAVED_REGS): Remove.
156 (PUSH_DUMMY_FRAME): Remove.
157 (POP_FRAME): Remove.
158 (CALL_DUMMY): Remove.
159 (CALL_DUMMY_LENGTH): Remove.
160 (CALL_DUMMY_START_OFFSET): Remove.
161 (CALL_DUMMY_BREAKPOINT_OFFSET): Remove
162 (FIX_CALL_DUMMY): Remove.
163 (print_387_control_word): Remove.
164 (print_387_status_word): Remove.
165 (SP_ARG0): Remove.
166
167 * config/i386/tm-symmetry.h:
168 (TM_SYMMETRY_H): Enclose file in test for define & define if needed.
169 (START_INFERIOR_TRAPS_EXPECTED): Move to after inclusion of
170 tm-i386v4.h or tm-i386v.h, #undef, and #define back to 2.
171 (DECR_PC_AFTER_BREAK): Move to after inclusion of tm-i386v4.h
172 or tm-i386v.h, #undef, and #define to 0.
173 (MAX_REGISTER_RAW_SIZE): Remove.
174 (FRAME_CHAIN): Remove.
175 (FRAMELESS_FUNCTION_INVOCATION): Remove.
176 (FRAME_SAVED_PC): Remove.
177 (print_387_control_word, print_387_status_word): Remove prototypes.
178
179 * config/i386/tm-ptx.h:
180 (TM_PTX_H): Enclose file in test for define & define if needed.
181 (START_INFERIOR_TRAPS_EXPECTED): Move to after inclusion of
182 tm-i386v4.h or tm-i386v.h, #undef, and #define back to 2.
183 (DECR_PC_AFTER_BREAK): Move to after inclusion of tm-i386v4.h
184 or tm-i386v.h, #undef, and #define to 0.
185 (SDB_REG_TO_REGNUM): Remove obsolete commented out define.
186 (print_387_control_word, print_387_status_word): Remove prototypes.
187
188 * config/i386/tm-linux.h:
189 (TM_LINUX_H): Enclose file in test for define & define if needed.
190 (i386/tm-i386.h): Include instead of tm-i386v.h.
191 (START_INFERIOR_TRAPS_EXPECTED): Remove.
192
193 * config/i386/tm-i386v4.h:
194 (TM_I386V4_H): Enclose file in test for define & define if needed.
195 (i386/tm-i386.h): Include instead of tm-i386v.h.
196 (START_INFERIOR_TRAPS_EXPECTED): Remove.
197 (FRAME_CHAIN): Moved to tm-i386.h.
198 (FRAMELESS_FUNCTION_INVOCATION): Moved to tm-i386.h.
199 (FRAME_SAVED_PC): Remove.
200 (sigtramp_saved_pc): Define as i386v4_sigtramp_saved_pc.
201 (FRAME_NUM_ARGS): Remove.
202
203 * config/i386/tm-i386os9k.h:
204 (TM_I386OS9K_H): Enclose file in test for define & define if needed.
205 (i386/tm-i386.h): Include instead of tm-i386v.h.
206 (START_INFERIOR_TRAPS_EXPECTED): Remove.
207 (NUM_REGS): Undefine before redefining.
208 (FRAME_CHAIN): Remove.
209 (FRAMELESS_FUNCTION_INVOCATION): Remove.
210 (FRAME_SAVED_PC): Move to tm-i386.h.
211
212 * config/i386/tm-i386nw.h:
213 (TM_I386NW_H): Enclose file in test for define & define if needed.
214 (i386/tm-i386.h): Include instead of tm-i386v.h.
215 (START_INFERIOR_TRAPS_EXPECTED): Remove.
216
217 * config/i386/tm-i386bsd.h:
218 (TM_I386BSD_H): Enclose file in test for define & define if needed.
219 (i386/tm-i386.h): Include instead of tm-i386v.h.
220 (START_INFERIOR_TRAPS_EXPECTED): Remove.
221 (FRAMELESS_FUNCTION_INVOCATION): Remove.
222 (FRAME_SAVED_PC): Remove.
223
224 * config/i386/tm-i386aix.h:
225 (i386/tm-i386.h): Include instead of tm-i386v.h.
226 (START_INFERIOR_TRAPS_EXPECTED): Remove.
227 (FP_REGNUM): Remove.
228 (SP_REGNUM): Remove.
229 (PC_REGNUM): Remove.
230 (PS_REGNUM): Remove.
231 (FP0_REGNUM): Moved to tm-i386.h.
232 (NUM_REGS): Remove.
233 (REGISTER_NAMES): Remove.
234 (REGISTER_BYTES): Moved to tm-i386.h.
235 (REGISTER_BYTE): Moved to tm-i386.h.
236 (REGISTER_RAW_SIZE): Moved to tm-i386.h.
237 (MAX_REGISTER_RAW_SIZE): Moved to tm-i386.h.
238 (REGISTER_VIRTUAL_SIZE): Moved to tm-i386.h.
239 (REGISTER_VIRTUAL_TYPE): Removed.
240 (EXTRACT_RETURN_VALUE): Moved to tm-i386.h.
241 (STORE_RETURN_VALUE): Moved to tm-i386.h.
242
243 * config/i386/tm-sun386.h:
244 (TM_SUN386_H): Enclose file in test for define & define if needed.
245 (i386/tm-i386.h): Include.
246 (TARGET_BYTE_ORDER): Remove.
247 (FUNCTION_START_OFFSET): Remove.
248 (SKIP_PROLOGUE): Remove.
249 (SAVED_PC_AFTER_CALL): Remove.
250 (INNER_THAN): Remove.
251 (BREAKPOINT): Remove.
252 (DECR_PC_AFTER_BREAK): Remove.
253 (ABOUT_TO_RETURN): Remove.
254 (REGISTER_SIZE): Remove.
255 (NUM_REGS): Undefine before defining.
256 (REGISTER_NAMES): Undefine before redefining.
257 (REGISTER_BYTES): Undefine before redefining.
258 (REGISTER_BYTE): Undefine before defining.
259 (FP_REGNUM): Undefine before defining.
260 (PC_REGNUM): Undefine before defining.
261 (FPC_REGNUM): Undefine before defining.
262 (REGISTER_RAW_SIZE): Undefine before defining.
263 (FRAME_CHAIN): Undefine before defining.
264 (FRAMELESS_FUNCTION_INVOCATION): Undefine before defining.
265 (FRAME_SAVED_PC): Undefine before defining.
266 (FRAME_NUM_ARGS): Moved to tm-i386.h.
267 (MAX_REGISTER_RAW_SIZE): Remove.
268 (MAX_REGISTER_VIRTUAL_SIZE): Remove.
269 (STORE_STRUCT_RETURN): Remove.
270 (EXTRACT_STRUCT_VALUE_ADDRESS): Remove.
271 (FRAME_ARGS_ADDRESS): Remove.
272 (FRAME_LOCALS_ADDRESS): Remove.
273 (FRAME_NUM_ARGS): Undefine before defining.
274 (FRAME_ARGS_SKIP): Remove.
275 (FRAME_FIND_SAVED_REGS): Remove.
276 (PUSH_DUMMY_FRAME): Remove.
277 (POP_FRAME): Remove.
278 (CALL_DUMMY, CALL_DUMMY_LENGTH, CALL_DUMMY_START_OFFSET): Remove.
279 (struct frame_info, struct frame_saved_regs): Remove forward decls
280 for prototypes.
281
282 * config/i386/tm-i386lynx.h (i386/tm-i386.h): Include instead of
283 tm-i386v.h.
284 * config/i386/tm-i386m3.h (i386/tm-i386.h): Include instead of
285 tm-i386v.h.
286
287 * i386-tdep.c (i386_extract_return_value): Make function visible
288 for all i386 targets, but only assume floating point values returned
289 in floating point registers for I386_AIX_TARGET.
290
291 * i386v-nat.c (i386_register_u_addr): Enable code to locate
292 floating point regs in user struct.
293
294 Wed Nov 1 15:32:57 1995 Fred Fish <fnf@cygnus.com>
295
296 * breakpoint.c (breakpoint_re_set): Fix typo in comment.
297 * symtab.c (in_prologue): Document func_start and when it is zero
298 don't call SKIP_PROLOGUE (which typically leads unconditionally to
299 an error when we try to access a prologue at address 0).
300
301 Tue Oct 31 13:01:15 1995 Fred Fish <fnf@cygnus.com>
302
303 * elfread.c: Include elf-bfd.h rather than libelf.h.
304
305 Tue Oct 31 10:42:42 1995 steve chamberlain <sac@slash.cygnus.com>
306
307 * win32-nat.c (xlate_exception): Treat a stack overflow like a SEGV.
308
309 Sun Oct 29 11:22:05 1995 Fred Fish <fnf@cygnus.com>
310
311 * monitor.c: Include gnu-regex.h rather than system regex.h.
312
313 Sat Oct 28 23:51:48 1995 steve chamberlain <sac@slash.cygnus.com>
314
315 * defs.h: Test on name __WIN32__ rather than WIN32.
316 * inflow.c (new_tty): Likewise
317 * terminal.h: Likewise.
318 * utils.c (initialize_utils): Likewise.
319 * win32-nat.c (child_create_inferiror): Print error code when failing.
320 * config/i386/win32.mh (XM_CLIBS): Need -lkernel32.
321
322 Sat Oct 28 04:52:36 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
323
324 * symtab.h (enum address_class): Add LOC_UNRESOLVED for
325 a location whose address has to be resolved via the minimal
326 symbol table.
327 * buildsym.c (finish_block), findvar.c (symbol_read_needs_frame,
328 read_var_value), printcmd.c (address_info),
329 symmisc.c (print_symbol, print_partial_symbol): Handle
330 LOC_UNRESOLVED.
331 * stabsread.c (scan_file_globals): Change unresolved LOC_STATIC
332 symbols to LOC_UNRESOLVED. Remove rt_common_objfile lookup
333 kludge, global common symbols are now handled by LOC_UNRESOLVED.
334 (scan_file_globals_1): Move code back to scan_file_globals,
335 delete.
336
337 Fri Oct 27 09:54:07 1995 Stu Grossman (grossman@cygnus.com)
338
339 * breakpoint.c (breakpoint_re_set): #ifdef GET_LONGJMP_TARGET
340 around calls to create_longjmp_breakpoint. Why install the
341 breakpoints if we can't find the longjmp target?
342 * infrun.c (wait_for_inferior): Cleanup comments near call test.
343 * remote-mips.c: Fixed a bunch of prototypes to avoid char/int
344 complaint from picky compilers. Add comment to mips_expect.
345 Replace all instances of sr_get_debug with remote_debug.
346 * (mips_readchar): Don't jam init string to monitor.
347 mips_initialize() handles that.
348 * (mips_receive_header): Print better message when we get too
349 much garbage.
350 * (mips_request): Allow caller to pass in buff to allow them to
351 analyze the returned message.
352 * (mips_initialize): Re-do initialization to try sending a BREAK,
353 a ^C, and then a download escape sequence. Cleanup protocol
354 startup. Eliminate sleeps. Clear breakpoints (if using monitor
355 breakpoints). Re-init frame.
356 * (mips_detach): Close down target.
357 start-sanitize-gm
358 * (mips_resume): Pass signal down to target.
359 * (mips_create_inferior): Start target with TARGET_SIGNAL_PWR.
360 end-sanitize-gm
361 * (mips_wait): Handle return status with registers, or breakpoint stuff.
362 * (mips_kill): Add ^C handling.
363 * (mips_insert_breakpoint mips_remove_breakpoint): Call new
364 breakpoint stuff if enabled.
365 * (calculate_mask remote_mips_set_watchpoint
366 remote_mips_remove_watchpoint remote_mips_stopped_by_watchpoint):
367 Hardware watchpoint/breakpoint stuff.
368 * (common_breakpoint): Common code for new monitor breakpoint commands.
369 * (mips_load): Don't use `prompt'. It's a global variable.
370 * top.c (dont_repeat_command): New command for use in
371 user-defined commands to suppress auto-repeat (by hittin return key).
372 start-sanitize-gm
373 * utils.c (request_quit): Call target_kill here. Good idea.
374 Needs a better implementation.
375 end-sanitize-gm
376 * valops.c: Add start of auto function-call abandonment capability.
377
378 start-sanitize-gm
379 * c-exp.y: Add code (currently disabled) to handle GM dynamic
380 structures (it conflicts with @!).
381 * eval.c (evaluate_subexp_standard): ditto.
382 * expprint.c (print_subexp dump_expression): ditto.
383 * expression.h (enum exp_opcode): ditto.
384 * parse.c (length_of_subexp): ditto.
385 * configure, configure.in: Add mip*-*-magic* target.
386 * magic.c magic.h: Special routines to handle GM stuff (like
387 stepping through dispatcher).
388 * config/mips/tm-magic.h config/mips/magic.mt: New files for
389 magic target support.
390 end-sanitize-gm
391
392 Thu Oct 26 22:02:27 1995 Stan Shebs <shebs@andros.cygnus.com>
393
394 * mpw-config.in: Add support for PowerMac host, add beginnings
395 of native support.
396 * mpw-make.sed: Disable subdir recursion, edit out useless rule.
397 * mac-xdep.c (Values.h): Don't include.
398 (GestaltEqu.h): Include Gestalt.h instead.
399 (do_mouse_down): Comment out control tracking, needs to be
400 updated to use UPP before will work on PowerMac.
401 * config/xm-mpw.h: New file, all-Mac host support.
402 * config/m68k/xm-mpw.h: Move most definitions into generic Mac
403 support.
404 * config/powerpc/xm-mpw.h: New file, PowerMac host support.
405
406 Thu Oct 26 15:21:32 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
407
408 * regex.h: Renamed to gnu-regex.h.
409 * regex.c: Renamed to gnu-regex.c.
410 * Makefile.in (POSSLIBS): Refer to gnu-regex.h and gnu-regex.c.
411 (REGEX, REGEX1): Change to gnu-regex.o instead of regex.o.
412 (regex.o): Renamed to gnu-regex.o; refer to gnu-regex.c.
413 (irix5-nat.o, osfsolib.o, gnu-regex.o, solib.o, source.o, symtab.o):
414 Likewise.
415 * irix5-nat.c, osfsolib.c, gnu-regex.c, solib.c, source.c, symtab.c):
416 Include "gnu-regex.h" instead of "regex.h".
417 * alpha-tdep.c (in_prologue): Rename to alpha_in_prologue, to
418 avoid conflicts with symtab.h.
419
420 Tue Oct 24 18:30:18 1995 Jason Molenda (crash@phydeaux.cygnus.com)
421
422 * config/pa/hppahpux.mh: Remove hardcoding of X locations.
423 * Makefile.in: Use X11_CFLAGS, X11_LDFLAGS and X11_LIBS.
424 * configure.in: Link X statically on Solaris, SunOS and HPUX.
425
426 Tue Oct 24 12:26:14 1995 Stu Grossman (grossman@cygnus.com)
427
428 * monitor.c (monitor_expect_regexp): Same as monitor_expect, but
429 with the obvious extension.
430 (monitor_read_memory_single): Use regexp for getmem.resp_delim
431 because of parsing ambiguities caused by certain monitors.
432 (monitor_read_memory): Use new regexp stuff to parse
433 getmem.resp_delim.
434 * monitor.h (struct memrw_cmd->resp_delim): Document this as a
435 regexp.
436 * sh3-rom.c: Finish off table. Use new regexp capability for
437 getmem commands.
438
439 * infrun.c (wait_for_inferior): Disable questionable code near
440 the step range test. Replace call detection test with much
441 simpler (and more efficient) test that doesn't require prologue
442 examination (as often).
443 * symtab.c symtab.h (in_prologue): New function that indicates
444 whether or not we are in a function prologue. This uses the
445 symbol table, and then falls back to prologue examination if that
446 fails. It's much more efficient for remote debugging because it
447 avoids examining memory, which is very slow. This is used in
448 wait_for_inferior to determine if we've made a function call that
449 needs to be skipped over (for next/nexti).
450 * mips-tdep.c (after_prologue): New function, returns the PC
451 after the prologue. Uses PDRs and the symbol table.
452 (mips_find_saved_regs): Use in_prologue() to avoid costly
453 prologue examination if possible.
454 (mips_skip_prologue): Use after_prologue() if possible to avoid
455 costly prologue examination.
456
457 Mon Oct 23 16:03:33 1995 James G. Smith <jsmith@pasanda.cygnus.co.uk>
458
459 * configure.in (configdirs): Added support for the VR4300 default
460 builds (mips64*vr4300*el-*-elf*, mips64*vr4300*-*-elf*).
461
462 * configure: Regenerated.
463
464 * remote-mips.c (mips_load): Updated the prompt spotting code to
465 make use of the TARGET_MONITOR_PROMPT manifest.
466
467 Sat Oct 21 06:11:49 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
468
469 * alpha-tdep.c, mips-tdep.c (init_extra_frame_info):
470 Do not set saved registers from heuristics for a sigtramp frame.
471
472 * dwarfread.c (enum_type): Determine signedness of enum type
473 from enumerators.
474
475 * mips-tdep.c: Include gdb_string.h, gcc -Wall lint.
476
477 * rs6000-nat.c (xcoff_relocate_core): Fix typo.
478
479 * valops.c (value_repeat): Fix length of memory transfer to
480 match recent allocate_repeat_value change.
481
482 Thu Oct 19 19:04:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
483
484 * gdbtypes.c (get_discrete_bounds): Fix typo.
485
486 Thu Oct 19 12:15:37 1995 Stan Shebs <shebs@andros.cygnus.com>
487
488 * defs.h (SEEK_SET, SEEK_CUR): Add default definitions.
489 * dbxread.c, mdebugread.c, os9kread.c (SEEK_SET, SEEK_CUR):
490 Remove default definitions.
491
492 * Makefile.in (CC-LD): Rename to CC_LD, so MPW xform works.
493 (MMALLOC_SRC): Define.
494 (MMALLOC_CFLAGS): Use.
495 (ser-mac.o): Add rule.
496 * dwarfread.c, somread.c, ultra3-nat.c, xcoffread.c: Replace L_SET
497 with SEEK_SET in all calls to bfd_seek.
498 * scm-tags.h (scm_tags): Remove excess comma.
499
500 * mpw-config.in: Adapt to work with autoconf'ed configury;
501 build config.h, add empty definitions to mk.tmp.
502 (powerpc-apple-macos): Make it work.
503 * mpw-make.sed: New file, sed commands to translate Unix makefile
504 into MPW syntax.
505 * mpw-make.in: Remove.
506 * mac-gdb.r: New file, was macgdb.r, renamed for consistency
507 with other tools, now includes cfrg resource.
508 * macgdb.r: Remove.
509 * config/m68k/xm-mpw.h: Remove most of contents, replace with
510 include of include/mpw/mpw.h.
511
512 Tue Oct 17 10:38:53 1995 Jeffrey A Law (law@cygnus.com)
513
514 * hppa-tdep.c (frame_chain): Fix more obscure problems caused
515 by system calls that core dump processes without saving all
516 the register state.
517
518 * config/pa/hppahpux.mt (XDEPFILES): Remove bogus definition.
519 * config/pa/hppapro.mt (XDEPFILES): Likewise.
520
521 Tue Oct 17 08:04:26 1995 Fred Fish <fnf@rtl.cygnus.com>
522
523 * NEWS: Fix typo.
524
525 start-sanitize-sh3e
526 Mon Oct 16 18:24:03 1995 Jim Wilson <wilson@chestnut.cygnus.com>
527
528 * config/sh/tm-sh.h (REGISTER_VIRTUAL_TYPE): Return builtin_type_float
529 for FP registers.
530 (REGISTER_NAMES): Add FP register names. Remove ticks, stalls, cycles,
531 insts, plr, and tlr.
532 (NUM_REGS, NUM_REALREGS): Increase from 23 to 41.
533 (FPUL_REGNUM, FP0_REGNUM): New macros.
534
535 end-sanitize-sh3e
536 Mon Oct 16 11:27:06 1995 Stu Grossman (grossman@cygnus.com)
537
538 * remote-mips.c: Add support for speedy (about 10x faster)
539 downloads.
540
541 * remote-array.c: Move baud_rate initialization from
542 _initialize_array to array_open. It was forcing the baud rate of
543 all targets to be 4800 baud! Seems like I've fixed this before...
544 * config/mips/idt.mt (TDEPFILES): Remove remote-array.o. This
545 has *nothing* to do with IDT!!!
546
547 * gdbtk.c (gdb_disassemble): Use fprintf_unfiltered instead of
548 fprintf_filtered.
549
550 * Makefile.in sh3-rom.c config/sh/sh.mt config/sh/tm-sh.h: Add
551 sh3 monitor support.
552 * monitor.c: Cleanup regexp compilation stuff to make it easier
553 to use several regexps.
554 * monitor.h: Get rid of struct rom_cmd_data. It's no longer used.
555 * config/m68k/tm-monitor.h: Don't redefine NUM_REGS here. It just
556 causes GDB to crash.
557
558 * sparcl-tdep.c: Cleanup serial error handling.
559
560 Sun Oct 15 16:19:27 1995 Stan Shebs <shebs@andros.cygnus.com>
561
562 * rs6000-tdep.c: Don't include a.out.h, improve some formatting.
563
564 Fri Oct 13 15:27:49 1995 Stu Grossman (grossman@cygnus.com)
565
566 * dcache.c: Change default value of remotecache to off. It just
567 screws up too many targets.
568 * sparcl-stub.c: Add prototypes to many forward decls.
569 * Create private copies of strlen, strcpy, and memcpy to prevent
570 chaos when user steps into them.
571 * (trap_low handle_exception): Clean up DSU support code
572 (hardware breakpoints). Move lots of stuff from asm-land to
573 C-land (make it much easier to #ifdef if necessary). Also, use
574 trap 255 to get into break mode instead of doing a DSU register
575 write, which may trash the register.
576 * (putpacket): Don't check return value of putDebugChar. It
577 returns void...
578
579 Fri Oct 13 14:16:17 1995 steve chamberlain <sac@slash.cygnus.com>
580
581 * remote-sim.h: Always include callback.h.
582 (sim_set_callbacks): New declaration.
583
584 Fri Oct 13 10:57:40 1995 Jeffrey A Law (law@cygnus.com)
585
586 * somsolib.c (som_solib_add): Just give a warning if a file
587 mentioned in the dld_list can't be found.
588 * config/pa/tm-hppah.h (FRAME_SAVED_PC_IN_SIGTRAMP): Dig out
589 the PC from the PC queues rather than %r31.
590
591 Thu Oct 12 13:36:15 1995 Jeffrey A Law (law@cygnus.com)
592
593 * corelow.c (core_open): Don't update the to_sections and
594 to_sections_end fields in core_ops here. It's too late.
595 * irix5-nat.c (solib_add): Update the to_sections and
596 to_sections_end fields in core_ops here if needed.
597 * osfsolib.c (solib_add): Likewise.
598 * rs6000-nat.c (xcoff_relocate_core): Likewise.
599 * solib.c (solib_add): Likewise.
600 * somsolib.c (solib_add): Likewise.
601
602 Wed Oct 11 17:25:59 1995 Fred Fish <fnf@rtl.cygnus.com>
603
604 * Makefile.in (VERSION): Bump version to 4.15.1
605
606 Tue Oct 10 15:26:39 1995 Fred Fish <fnf@cygnus.com>
607
608 * Makefile.in (VERSION): Version 4.15 released.
609 * README: Updated for version 4.15.
610 * README.GDBTK: Updated for version 4.15
611 * NEWS: Updated for 4.15 release.
612
613 Tue Oct 10 13:18:50 1995 Fred Fish <fnf@cygnus.com>
614
615 * configure.in: Add AC_PROG_YACC
616 * configure: Regenerate
617 * Makefile.in (BISON): Remove macro definition.
618 (YACC): Set from autoconfig.
619 (FLAGS_TO_PASS): Remove BISON.
620 (TARGET_FLAGS_TO_PASS): Remove BISON.
621
622 Tue Oct 10 12:25:11 1995 steve chamberlain <sac@slash.cygnus.com>
623
624 * win32-nat.c (child_create_inferior): Pass argv correctly.
625 * Makefile.in (win32-nat.o): Add dependencies.
626
627 Mon Oct 9 14:36:29 1995 steve chamberlain <sac@slash.cygnus.com>
628
629 * NEWS: Add information about win32 and arm code.
630 * win32-nat.c: Renamed from win32.c.
631 * config/i386/win32.mh: Renamed from config/i386/i386win32.mh.
632 * config/i386/win32.mt: Renamed from config/i386/i386win32.mt.
633 * config/i386/tm-win32.h: Renamed from config/i386/tm-i386win32.h.
634 * config/i386/xm-win32.h: Renamed from config/i386/xm-i386win32.h.
635 * configure.in (i[345]86-*-win32): Updated to cope with filename
636 changes.
637 * configure: Regenerated.
638
639 Sun Oct 8 18:01:04 1995 Per Bothner <bothner@kalessin.cygnus.com>
640
641 * ch-exp.y (yylex): Also look for '$' following '$'.
642
643 Sat Oct 7 22:52:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
644
645 * ch-exp.y (yylex): Fix typo.
646
647 Fri Oct 6 11:56:49 1995 Jim Wilson <wilson@chestnut.cygnus.com>
648
649 * remote-sim.c (gdbsim_open): Put callback initializations here.
650 (_initalize_remote_sim): Not here.
651
652 Fri Oct 6 17:08:49 1995 Stan Shebs <shebs@andros.cygnus.com>
653
654 * top.c (execute_control_command): Use 0/1 instead of BFD's
655 true/false.
656
657 Fri Oct 6 14:43:19 1995 Stu Grossman (grossman@cygnus.com)
658
659 * sparcl-stub.c: Include sparclite.h to get access to register
660 fondling macros.
661 * (trap_low): Save and restore FP regs if necessary. Also, clean
662 up save and restore of debug unit regs.
663 * (hard_trap_info): Add more architecturally defined traps.
664 * (set_debug_traps): Only set FP disabled trap if FP is disabled.
665 * (get_in_break_mode): Clean up. Get rid of calls to
666 set_hw_breakpoint_trap(). Also, use write_asi macro.
667 * (handle_exception): Clean up `g' and `G' commands. Add `P'
668 command.
669 * (hw_breakpoint): Why was this here!? It's gone now...
670
671 Fri Oct 6 11:56:49 1995 Jim Wilson <wilson@chestnut.cygnus.com>
672
673 * callback.c (fdbad): Fix typo in comment.
674 (os_close, os_isatty, os_lseek, os_read, os_write): Use if
675 statements rather than || to get correct return value.
676 (os_write_stdout): Pass missing first argument to os_write.
677 * remote-sim.c: Include callback.h.
678 (_initialize_remote_sim): Call sim_set_callbacks and then
679 initialize the callbacks.
680
681 Thu Oct 5 17:28:09 1995 Per Bothner <bothner@kalessin.cygnus.com>
682
683 * values.c (allocate_repeat_value): Allocate an array type, and
684 a value of that type; use that instead of setting VALUE_REPEATED.
685 * value.h (struct value): Remove fields repetitions and repeated.
686 (VALUE_REPEATED, VALUE_REPETITIONS): Removed, no longer used.
687 * c-valprint.c, ch-valprint.c, eval.c, printcmd.c, valops.c,
688 value.h, values.c: Simplify, since now VALUE_REPEATED is never
689 used.
690 * valprint.c (value_print_array_elemen): Removed never-used
691 function.
692
693 Thu Oct 5 15:14:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
694
695 * parse.c (write_dollar_variable): New function.
696
697 * c-exp.y (yylex): Replace code for recognizing '$'
698 pseudo-variables with a call to write_dollar_variable.
699 Simplify grammar correspondingly.
700 * f-exp.y: Likewise.
701 * m2-exp.y: Likewise.
702 * ch-exp.y: Likewise. (Remove function match_dollar_tokens.)
703 * scm-exp.c (scm_lreadr): Call write_dollar_variable to handle '$'.
704
705 Thu Oct 5 13:27:30 1995 steve chamberlain <sac@slash.cygnus.com>
706
707 * win32.c: New file; support for debugging on windows NT.
708 * configure.in: (i[345]86-*-win32): New target.
709 * configure: Regnerated.
710 * eval.c (evaluate_subexp_standard): Remove unused name.
711 * serial.c (gdb_string.h): Include.
712 * source.c (value.h): Include.
713 * config/i386/i386win32.mh (XDEPFILES): Add win32.o
714 * config/i386/i386win32.mt: New.
715 * config/i386/tm-i386win32.h: New.
716
717 Wed Oct 4 18:41:34 1995 Per Bothner <bothner@kalessin.cygnus.com>
718
719 * expression.h (enum exp_code): Added OP_NAME.
720 * expprint.c (print_subexp): Add OP_NAME support.
721 * parse.c (length_of_subexp, prefixify_subexp): Likewise.
722 * scm-lang.c (scm_unpack, in_eval_c, scm_lookup_name): new function.
723 * scm-lang.h: Declare builtin_type_scm; other minor tweaks.
724 * values.c (unpack_long): If type is SCM, call scm_unpack.
725 * scm-valprint.c (scm_val_print): Use extract_signed_integer,
726 instead unpack_long
727 * scm-lang.c: More Scheme expression parsing from here ...
728 * scm-exp.c: ... to here. New file.
729 Also, provide for gdb to evaluate simple constants and names..
730 * Makefile.in: Note new scm-exp.{c,o}.
731
732 Wed Oct 4 17:23:03 1995 Per Bothner <bothner@kalessin.cygnus.com>
733
734 * gdbtypes.c (get_discrete_bounds): New function.
735 (force_to_range_type): Use get_discrete_bounds.
736 * gdbtypes.h (get_discrete_bounds): Add declaration.
737 * valarith.c (value_bit_index): Generalize to use get_discrete_bounds.
738 * ch-valprint.c (chill_val_print): Make (power)sets and bitstring
739 support use get_discrete_bounds and generally be more robust.
740
741 Tue Oct 3 16:54:56 1995 Stan Shebs <shebs@andros.cygnus.com>
742
743 * remote-nrom.c (nrom_ops): Add value for to_thread_alive,
744 add comments naming slots.
745
746 Mon Oct 2 21:45:44 1995 Jeff Law (law@hurl)
747
748 * top.c (build_command_line): Demand arguments for if/while
749 commands.
750
751 Mon Oct 2 13:08:01 1995 Jason Molenda (crash@phydeaux.cygnus.com)
752
753 * Makefile.in (X11_CFLAGS): Set only to @X_INCDIR@.
754
755 Sat Sep 30 16:13:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
756
757 * scm-lang.c: Moved Scheme value printing code to ...
758 * scm-valprint.c: ... this new file.
759 Also major improvements in support for printing SCM values.
760 * scm-lang.h: New file.
761 * scm-tags.h: New file.
762 * Makefile.in: Note new scm-valprint.{c,o}.
763
764 Sat Sep 30 09:35:02 1995 Jason Molenda (crash@phydeaux.cygnus.com)
765
766 * configure.in: X_INCDIR and X_LIBDIR added.
767 * Makefile.in: @X_INCDIR@ and @X_LIBDIR@ added.
768 * configure: Regnerated.
769
770 Fri Sep 29 02:10:05 1995 steve chamberlain <sac@slash.cygnus.com>
771
772 * config/arm/tm-arm.h (FRAME_CHAIN, FRAME_CHAIN_VALID):
773 Any pc > LOWESTPC is ok.
774
775 * remote-rdp.c (rdp_init): Take out variable baud rate stuff.
776 (remote_rdp_detatch): Delete.
777 * breakpoint.c (ctype.h): Don't include twice.
778
779 * Makefile.in (remote-rdp.o): Doesn't need remote-rdp.h
780 * callback.c (os_printf_filtered): fix protos.
781 * defs.h (puts_filtered, puts_unfiltered
782 [v|f|]printf_[un]filtered): Make format arg const.
783 * remote-rdp.c (rdp_init): Attept to sync at different
784 baudrates.
785 * utils.c (puts_filtered, puts_unfiltered
786 [v|f|]printf_[un]filtered): Define prototypes with
787 const in the right place.
788
789 Thu Sep 28 17:43:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
790
791 * defs.h (enum language): Add language_scm.
792 * expression.h (enum exp_code): Added OP_EXPRSTRING.
793 * scm-lang.c: Preliminary support for Guile /SCM dialect of Scheme.
794 * expprint.c (print_subexp): Add OP_EXPRSTRING support.
795 * parse.c (length_of_subexp, prefixify_subexp): Likewise.
796 * valops.c (find_function_in_inferior): New function.
797 (value_allocate_space_in_inferior): New function.
798 (allocate_space_in_inferior): Redefine using previous function.
799 * Makefile.in (SFILES): Add scm-lang.c.
800 (COMMON_OBS): Add scm-lang.o
801
802 Thu Sep 28 14:32:11 1995 steve chamberlain <sac@slash.cygnus.com>
803
804 * callback.[ch]: New files.
805 * remote-rdp.c: Support for the ARM RDP monitor.
806 * Makefile: Update.
807 * arm-tdep.c (arm_othernames): New.
808 (_initialize_arm_tdep): install 'othernames' command.
809 (arm_nullified_insn, shifted_reg_val, arm_get_next_pc): New.
810 * configure.in: Check for termios.h, termio.h and sgtty.h.
811 (i[345]86-*-win32*): New host.
812 * configure: Regenerated.
813 * inflow.c: Clean up inclusions.
814 * main.c (main): Check for WINGDB, not WIN32.
815 * printcmd.c (do_examine): Put QUIT test in loop.
816 * remote-hms.c (e7000_load): Delete.
817 (hms_ops): Point to generic_load instead.
818 * remote-hms.c (hms_ops): Point to generic_load.
819 * remote-sim.c (sim_callback_write_stdout): Becomes
820 gdbsim_write_stdout.
821 (gdbsim_load): Call generic_load.
822 * remote-utils.c (gr_load_image): Delete.
823 * ser-unix.c (terminal.h): Include instead of havig
824 own #if tree.
825 (hardwire_flush_input): Reset input buffer too.
826 * source.c (openp): If WIN32 then open file in binary mode.
827 * terminal.h: Configure IO mechanism using autoconf defines if
828 available and not overriden.
829 * utils.c (quit, pollquit, notice_quit): WIN32 check becomes
830 WINGDB check.
831
832 * config/arm/arm.mt (TDEPFILES): Add remote-rdp.o.
833 * config/arm/tm-arm.h (TARGET_BYTE_ORDER): becomes
834 TARGET_BYTE_ORDER_SELECTABLE.
835 (ADDR_BITS_REMOVE): New.
836 (ORIGINAL_REGISTER_NAMES, ADDITIONAL_REGISTER_NAMES): New.
837 (INST_xx): New.
838 (FRAME_FIND_SAVED_REGS): Pass the right argument.
839 (arm_get_next_pc): Declare.
840
841 Wed Sep 27 10:14:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
842
843 * valops.c (search_struct_field): Also allow "else" as a variant
844 name.
845 * eval.c (evaluate_struct_tuple): New function. Used to evaluate
846 structure tuples. Now also handles Chill variant records.
847 (get_label): New function, used by evaluate_struct_tuple.
848 (evaluate_subexp_standard case OP_ARRAY): Use evaluate_struct_tuple.
849 (evaluate_labeled_field_init): Removed.
850
851 * valops.c (search_struct_field): Generalize to work with Chill
852 variant records.
853
854 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
855
856 * mdebugread.c (parse_partial_symbols): Reset includes_used
857 and dependencies_used after finishing the partial symbol table.
858
859 * rs6000-tdep.c (push_dummy_frame): Handle lr_offset of zero
860 correctly.
861
862 * rs6000-nat.c (xcoff_relocate_core): Don't relocate data
863 addresses for the main objfile if DONT_RELOCATE_SYMFILE_OBJFILE
864 is defined.
865 * xcoffread.c: gcc -Wall lint. Remove traceback table reading
866 code. The existing code tried to add parameter information for
867 functions compiled without -g, which cannot be done properly
868 for optimized code and produced misleading parameter displays.
869 (ef_complaint, eb_complaint): Make a local static copy to avoid
870 dependency on coffread.c.
871 (read_xcoff_symtab, process_xcoff_symbol, scan_xcoff_symtab):
872 Enter C_EXT/C_HIDEXT symbols into the minimal symbol table only.
873 (read_xcoff_symtab): Ignore C_STAT section auxiliary entry
874 symbols. Complain about unmatched .ef and .eb symbols instead of
875 segfaulting.
876 (process_xcoff_symbol): Determine value of C_GSYM symbols via
877 the global_sym_chain mechanism in stabsread.c.
878 (xcoff_new_init): Call stabsread_new_init and buildsym_new_init.
879 (init_string_tab): Initialize length field bytes in the strtbl.
880 (scan_xcoff_symtab): Skip symbols that start with `$' or `.$'.
881 Set first_fun_line_offset for symbols with two auxents only.
882
883 Wed Sep 20 21:06:35 1995 Jeff Law (law@snake.cs.utah.edu)
884
885 * op50-rom.c (op50n_cmds): Send ".\r" after the interrupt
886 character.
887
888 Wed Sep 20 13:12:56 1995 Ian Lance Taylor <ian@cygnus.com>
889
890 * Makefile.in (maintainer-clean): New target, synonym for
891 realclean. Add GNU standard maintainer-clean echos.
892 * gdbserver/Makefile.in (maintainer-clean): New target, synonym
893 for realclean.
894 * nlm/Makefile.in (maintainer-clean): Likewise.
895
896 Wed Sep 20 08:16:03 1995 steve chamberlain <sac@slash.cygnus.com>
897
898 * defs.h (xmalloc, xrealloc): Delete, they're declared in libiberty.h.
899 (GETENV_PROVIDED, FCLOSE_PROVIDED): New.
900 * doc/gdbint.texinfo (GETENV_PROVIDED, FCLOSE_PROVIDED): Document.
901 * remote-sim.[ch] (sim_callback_write_stdout): New.
902
903 Tue Sep 19 15:28:58 1995 Per Bothner <bothner@kalessin.cygnus.com>
904
905 * gdbtypes.c (create_set_type): Set TYPE_LENGTH in bytes, not bits.
906 * valops.c (value_bitstring): TYPE_LENGTH is bytes, not bits.
907
908 * gdbtypes.c (force_to_range_type): Calculate upper limit of
909 TYPE_CODE_CHAR depending on TYPE_LENGTH (instead of just using 255).
910
911 Mon Sep 18 01:43:42 1995 Jeff Law (law@snake.cs.utah.edu)
912
913 * somsolib.c (auto_solib_add_at_startup): Delete definition. No
914 longer needed.
915
916 Sat Sep 16 13:23:36 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
917
918 * config/mips/tm-mips.h (UNUSED_REGNUM): Define.
919 * mipsv4-nat.c (supply_gregset): Fill UNUSED_REGNUM register
920 with zero.
921
922 Thu Sep 14 17:35:24 1995 Stu Grossman (grossman@cygnus.com)
923
924 * remote-sim.c (gdbsim_create_inferior): Back out change that
925 broke all simulator configurations except the rs6000.
926
927 Thu Sep 14 14:44:59 1995 Jeffrey A. Law <law@rtl.cygnus.com>
928
929 * monitor.c (monitor_expect): Discard NULL characters.
930
931 Thu Sep 14 14:12:30 1995 Kung Hsu <kung@mexican.cygnus.com>
932
933 * infcmd.c: Add extern declaration for auto_solib_add_at_startup.
934
935 Wed Sep 13 13:33:58 1995 Kung Hsu <kung@mexican.cygnus.com>
936
937 * symfile.c: Move global variable auto_solib_add_at_startup from
938 solib.c to symfile.c.
939 * solib.c: ditto.
940 * symfile.h: Add extern declaration of the above mentioned variable.
941 * infcmd.c: Take out extern declaration, since it's in symfile.h.
942
943 Thu Sep 14 12:39:35 1995 Stu Grossman (grossman@cygnus.com)
944
945 * coffread.c (coff_symtab_read): Complain about unmatched .ef and
946 .eb symbols instead of segfaulting.
947
948 Wed Sep 13 13:33:58 1995 Kung Hsu <kung@mexican.cygnus.com>
949
950 * stabsread.c (read_one_struct_field): Use subfile language instead of
951 global language. Improve efficiency.
952
953 Wed Sep 13 08:45:02 1995 Jeff Law (law@fast.cs.utah.edu)
954
955 * somsolib.c (auto_solib_add_at_startup): Define new global variable.
956 (som_solib_create_inferior_hook): Don't add libraries if
957 auto_solib_add_at_startup is zero.
958 (_initialize_som_solib): Add command to toggle
959 auto_solib_add_at_startup.
960
961 Tue Sep 12 19:37:24 1995 Jeff Law (law@snake.cs.utah.edu)
962
963 * monitor.c (monitor_make_srec): Fix thinkos in computation
964 of addr_size.
965
966 Tue Sep 12 15:46:18 1995 Kung Hsu <kung@mexican.cygnus.com>
967
968 * stabsread.c (read_one_struct_field): Add a patch to handle cfront
969 generated stabs that each field is in full mangled name.
970
971 * stabsread.c: To include language.h and expression.h for the reason
972 above.
973
974 * infcmd.c (attach_command): Add solibs only when
975 auto_solib_add_at_startup is set.
976
977 Mon Sep 11 17:22:35 1995 Fred Fish <fnf@cygnus.com>
978
979 * NEWS: Add information about remote target caching.
980
981 Sun Sep 10 15:36:21 1995 Fred Fish <fnf@cygnus.com>
982
983 * defs.h: Only include mmalloc.h if NO_MMALLOC is not
984 defined.
985
986 Sun Sep 10 10:24:48 1995 Michael Tiemann <tiemann@axon.cygnus.com>
987
988 * tm-ppc-eabi.h (PC_IN_CALL_DUMMY): Redefine this to work with the
989 simulator. FIXME.
990
991 * rs6000-tdep.c (push_dummy_frame): Calculate the correct link
992 register offset from the current frame (don't assume it is always 8).
993 (push_dummy_frame): Add comment about having only 4096 bytes of
994 stack space in the simulator (by default).
995
996 * remote-sim.c (gdbsim_create_inferior): Call
997 `add_text_to_loadinfo' so that gdb can find TOC entries when
998 calling functions in the inferior.
999
1000 Sun Sep 10 09:00:28 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1001
1002 * sparc-tdep.c (fill_fpregset): Fix incorrect FP_MAX_REGNUM
1003 substitution.
1004 (supply_fpregset): Use FP_MAX_REGNUM.
1005
1006 Sat Sep 9 08:21:52 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1007
1008 * stabsread.c (read_enum_type): Exit loop for putting pending
1009 enum symbols into the enum type correctly if we had no pending
1010 symbols on entry to read_enum_type.
1011
1012 Fri Sep 8 12:57:41 1995 Kung Hsu <kung@mexican.cygnus.com>
1013
1014 * inferior.h: Add extern declaration of inferior_environ.
1015 * solib.c (solib_map_sections): To get inferior's env instead of
1016 gdb's for LD_LIBRARY_PATH, same for PATH.
1017
1018 * solib.c (solib_map_sections): Copy full path name into so_list
1019 structure so that symbol_file_add can find it.
1020
1021 Tue Sep 5 17:47:53 1995 Doug Evans <dje@canuck.cygnus.com>
1022
1023 * config/sparc/tm-sp64.h (REGISTER_RAW_SIZE): Lower 32 fp regs
1024 have size 4.
1025 (REGISTER_VIRTUAL_SIZE): Likewise.
1026 (REGISTER_VIRTUAL_TYPE): Lower 32 fp regs have type float.
1027 Upper 32 fp regs have type double.
1028 * sparc-tdep.c (NUM_SPARC_FPREGS): Replace with
1029 (FP_REGISTER_BYTES): this, and update all uses.
1030 (FP_MAX_REGNUM): Define if not already.
1031 (get_saved_register): Handle new sparc64 fp regs.
1032 (sparc_frame_find_saved_regs): Likewise.
1033 (sparc_print_register_hook): Only print fp regs < 32 as doubles.
1034 Add code to handle long doubles when gdb does.
1035 (_initialize_sparc_tdep): Use print_insn_sparc64 if sparc64.
1036
1037 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1038
1039 * configure.in: Explicitly `exit 0' for broken shells.
1040 * configure: Rebuilt.
1041
1042 * symtab.c (list_symbols): Add missing blank after
1043 `<function, no debug info>' output.
1044
1045 * valops.c (value_assign): Handle truncation when assigning
1046 to bitfields. Use value_copy to construct the return value
1047 from toval.
1048 * values.c (value_copy): Copy VALUE_FRAME and VALUE_OPTIMIZED_OUT.
1049
1050 Fri Sep 1 08:25:50 1995 James G. Smith <jsmith@beauty.cygnus.com>
1051
1052 * configure (mips64*vr4300*-*-elf): Support added.
1053 * remote-mips.c (mips_readchar): Change to allow build-time prompt
1054 string.
1055 * config/mips/tm-mips.h: Added TARGET_MONITOR_PROMPT.
1056 * config/mips/{vr4300.mt, vr4300el.mt, tm-vr4300.h,
1057 tm-vr4300el.h}: Added.
1058
1059 Thu Aug 31 12:48:04 1995 Jim Wilson <wilson@chestnut.cygnus.com>
1060
1061 * config/sh/sh.mt (SIM): Add -lm.
1062
1063 Wed Aug 30 18:10:57 1995 Kung Hsu <kung@mexican.cygnus.com>
1064
1065 * rmote-nindy.c (non_dle, nidy_resume, nindy_wait): Changes to
1066 conform to GNU coding standards.
1067
1068 * solib.c (match_main): Modify to follow GNU coding conventions.
1069
1070 Mon Aug 28 17:07:26 1995 Kung Hsu <kung@lisa.cygnus.com>
1071
1072 * remote.c (remote_wait): Revert 19 July my change which should be
1073 customer specific.
1074
1075 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1076
1077 * mdebugread.c (parse_symbol): Handle sh.value of zero for enums.
1078 Determine signedness of enum type from enumerators.
1079 (parse_type): Handle btIndirect types, handle fBitfield for
1080 some non-member types.
1081 (upgrade_type): Use TYPE_FLAG_TARGET_STUB for arrays with
1082 unknown length.
1083 (cross_ref): Handle stIndirect forward reference to btTypedef.
1084
1085 * stabsread.c (read_enum_type): Determine signedness of enum
1086 type from enumerators.
1087
1088 * top.c (execute_command): Remove trailing whitespace from
1089 command arguments, except for `set' and `complete' commands.
1090 (validate_comname): Allow underscores in user defined command
1091 names.
1092
1093 * values.c (modify_field): Change `Value does not fit in %d bits'
1094 error to a warning. Exclude sign extension bits of negative field
1095 values from fit check.
1096
1097 Fri Aug 25 11:31:29 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1098
1099 * configure.in (powerpc*-*-eabisim*): Only link in the simulator
1100 if the target is powerpc{,le}-*-eabisim*, since the simulator
1101 needs GCC to build.
1102 * config/powerpc/ppc{,le}-sim.mt: Cloned from ppc{,le}-eabi.mt.
1103 * config/powerpc/ppc{,le}-eabi.mt: Remove simulator support.
1104 * config/powerpc/tm-ppc{,le}-sim.mt: Include tm-ppc{,le}-sim.h.
1105
1106 Wed Aug 23 16:55:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1107
1108 * config/powerpc/ppc{,le}-eabi.mt (SIM_OBJS, SIM): Link in the
1109 PowerPC simulator.
1110
1111 Tue Aug 22 02:00:47 1995 Jeff Law (law@snake.cs.utah.edu)
1112
1113 * tm-hppa.h (EXTRACT_RETURN_VALUE): Fix for FP values.
1114
1115 * tm-hppa.h (STORE_RETURN_VALUE): Fix to work with -msoft-float
1116 calling conventions too. Use the TYPE of the return value, not
1117 its length to determine if it should also be copied into the
1118 floating point registers.
1119
1120 * tm-hppa.h (PROLOGUE_FIRSTLINE_OVERLAP): Delete. Causes more
1121 problems than it fixes.
1122 * hppa-tdep.c (skip_prologue): If we exit the main loop without
1123 finding all the register saves, retry again without looking for
1124 the registers we could not find the first time.
1125
1126 Mon Aug 21 23:39:56 1995 Jeff Law (law@snake.cs.utah.edu)
1127
1128 * hppa-tdep.c (frame_chain_valid): Handle systems where "$START$"
1129 calls "main" directly.
1130 (skip_prologue): Always assume arguments were saved into the stack
1131 since GCC will do so without setting the magic Args_Saved bit in
1132 the unwind descriptor.
1133
1134 Mon Aug 21 11:49:17 1995 Kung Hsu <kung@mexican.cygnus.com>
1135
1136 * remote-udi.c (udi_wait): Mask off high bits of stop reason.
1137 * remote-udi.c (fetch_register): For unfetchable regs, pretend it's
1138 done. Fix a bug.
1139
1140 Mon Aug 21 00:45:17 1995 Jeff Law (law@snake.cs.utah.edu)
1141
1142 * Makefile.in (install): Remove "brokensed" hack, unnecessary now
1143 that we're using autoconf.
1144 (uninstall): Likewise.
1145
1146 Sat Aug 19 17:20:22 1995 Michael Tiemann <tiemann@axon.cygnus.com>
1147
1148 * gdbtk.tcl: ENABLE comes back as "1" or "0", not "enable" or
1149 "disable".
1150 Also, wire up the breakpoint window so that it can be demo'd.
1151
1152 Sat Aug 19 01:19:34 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1153
1154 * gdbtypes.c (recursive_dump_type): Add dont_print_type_obstack
1155 to inhibit infinite recursion when printing aggregate types.
1156
1157 Fri Aug 18 17:48:55 1995 steve chamberlain <sac@slash.cygnus.com>
1158
1159 * dcache.c (dcache_write_line): Write dirty lines right.
1160
1161 Fri Aug 18 06:26:56 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1162
1163 * sparc-tdep.c (isbranch): Fix typo which caused wrong
1164 target addresses for annulled branches.
1165
1166 Wed Aug 16 21:54:39 1995 Jeff Law (law@snake.cs.utah.edu)
1167
1168 * config/pa/tm-hppa.h (PROLOGUE_FIRSTLINE_OVERLAP): Define.
1169
1170 Tue Aug 15 07:51:21 1995 steve chamberlain <sac@slash.cygnus.com>
1171
1172 * remote.c (remote_write_bytes): Chop up large transfers.
1173
1174 Mon Aug 14 17:56:36 1995 Stan Shebs <shebs@andros.cygnus.com>
1175
1176 * gcc.patch: Remove, relevant only to long-ago versions of GCC.
1177
1178 Mon Aug 14 13:43:01 1995 Kung Hsu <kung@mexican.cygnus.com>
1179
1180 * config/sparc/tm-sparclite.h: Define FRAME_CHAIN_VALID_ALTERNATE.
1181 * blockframe.c (inside_main_func): If main func addr range not set,
1182 try to set it now.
1183
1184 Sat Aug 12 15:34:54 1995 Jeffrey A. Law <law@rtl.cygnus.com>
1185
1186 * config/powerpc/xm-aix.h (FIVE_ARG_PTRACE): Define.
1187 * config/rs6000/xm-rs6000.h (FIVE_ARG_PTRACE): Likewise.
1188
1189 * configure.in: Recognize aix4 specially as some aspects
1190 of aix4 need different handling than aix3.
1191 * configure: Updated.
1192 * config/powerpc/{aix4.mh,aix4.mt,tm-ppc-aix4.h}: New files
1193 specific to aix4 support on the power pc.
1194 * config/powerpc/tm-ppc-aix.h (DONT_RELOCATE_SYMFILE_OBJFILE): Do
1195 not defined. The aix4 specific target files will do that.
1196 * config/rs6000/{aix4,mh,aix4,mt,tm-rs6000-aix4.h}: New files
1197 specific to aix4 support on the rs6000.
1198
1199 * config/rs6000/tm-rs6000.h (CONVERT_FROM_FUNC_PTR_ADDR): Don't
1200 do the conversion if the pointer is not a magic aix function
1201 pointer.
1202 * rs6000-tdep.c: Include objfiles.h and symtab.h.
1203 (is_magic_function_pointer): New function.
1204
1205 * rs6000-tdep.c (skip_prologue): Refine check for frameless
1206 functions. Handle b .+4 emitted by aix4 compilers. Only
1207 allow one load of a minimal toc pointer. Handle aix4 compiler's
1208 code for alloca.
1209
1210 * rs6000-tdep.c (find_toc_address): Report an error if no toc was
1211 found rather than possibly core dumping.
1212
1213 * partial-stab.h: Handle extra field generated by the aix4 compiler
1214 for enumerations.
1215 * stabsread.c (read_enum_type): Likewise.
1216
1217 Sat Aug 12 03:18:04 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1218
1219 * rs6000-tdep.c (extract_return_value): Fix returning of values
1220 whose length is less than the register size for big endian targets.
1221
1222 Fri Aug 11 13:04:32 1995 Kung Hsu <kung@mexican.cygnus.com>
1223
1224 * symtab.c (list_symbols): if break command set breakpoint on
1225 matched symbol.
1226
1227 Wed Aug 9 18:59:05 1995 Fred Fish <fnf@cygnus.com>
1228
1229 * defs.h (strchr, strrchr, strstr, strtok, strerror): Enclose in
1230 #ifndefs to protect against previous definitions as macros.
1231
1232 Wed Aug 9 14:51:36 1995 Kung Hsu <kung@mexican.cygnus.com>
1233
1234 * xcoffread.c (xcoff_symfile_offset): Revert an unwanted change
1235 that got in accidentally with Aug 1 change.
1236
1237 Sat Aug 5 09:07:28 1995 steve chamberlain <sac@slash.cygnus.com>
1238
1239 * remote-hms.c (hms_cmds): Get reg term right.
1240 * monitor.c (monitor_fetch_register): If we see
1241 a non-hex digit, just stop reading.
1242 * remote.c (remote_wait): Change way $O is handled.
1243
1244 Wed Aug 9 11:42:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
1245
1246 * configure.in (powerpc-*-aix*): Recognize as a new gdb host
1247 and target.
1248 (powerpc-*-eabi*): Don't set configdirs.
1249 (powerpcle-*-eabi*): Likewise.
1250 * configure: Updated.
1251 * rs6000-nat.c (vmap_ldinfo): Don't relocate data addresses
1252 for the main objfile if DONT_RELOCATE_SYMFILE_OBJFILE is
1253 defined.
1254 * config/powerpc/{aix.mh,aix.mh}: Host and target makefile fragments
1255 for powerpc running aix4.
1256 * config/powerpc/{nm-aix.h, tm-ppc-aix.h, xm-aix.h}: Native, target
1257 and host include files for powerpc running aix4.
1258
1259 Wed Aug 9 08:11:45 1995 Stan Shebs <shebs@cygnus.com>
1260
1261 * top.c (target_output_hook): Really make it match defs.h (char *
1262 is not the same as unsigned char *).
1263
1264 Tue Aug 8 15:13:05 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1265
1266 * Makefile.in (CXX_FOR_TARGET): Don't use ${rootme}/../gcc/xgcc
1267 unless it is present.
1268
1269 Tue Aug 8 10:50:15 1995 Jeffrey A. Law <law@rtl.cygnus.com>
1270
1271 * top.c (target_output_hook): Make declaration match the one
1272 in defs.h.
1273
1274 * symfile.c (add_psymbol_to_list): Initialize SYMBOL_SECTION.
1275 (add_psymbol_addr_to_list): Likewise.
1276 * symfile.h (ADD_PSYMBOL_VT_TO_LIST): Likewise.
1277
1278 Mon Aug 7 15:34:29 1995 steve chamberlain <sac@slash.cygnus.com>
1279
1280 * top.c (target_output_hook): New definition.
1281 * stack.c (gdb_string.h): Include after defs.h
1282 * defs.h (target_output_hook): New declaration.
1283 * source.c (mod_path): Fix Win32 \ handling.
1284
1285 Sun Aug 6 22:14:25 1995 Jeff Law (law@snake.cs.utah.edu)
1286
1287 * hppa-tdep.c (frame_saved_pc): Don't try to dig a return pointer
1288 out of a long branch stub.
1289
1290 Fri Aug 4 13:37:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
1291
1292 * xcoffread.c (process_linenos): Fix typo in last change.
1293
1294 Thu Aug 3 22:01:26 1995 Fred Fish <fnf@rtl.cygnus.com>
1295
1296 * ch-exp.y (write_lower_upper_value): Add prototype so bison
1297 generated parser will insert prototype before first func usage.
1298 Bison and byacc order the output sections differently. Also
1299 make function static.
1300
1301 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
1302
1303 * Update all FSF addresses except those in COPYING* files.
1304
1305 Thu Aug 3 01:38:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1306
1307 * config/alpha/tm-alpha.h (EXTRA_FRAME_INFO): Add pc_reg field.
1308 (SKIP_TRAMPOLINE_CODE): Define.
1309 * alpha-tdep.c (alpha_frame_saved_pc): Use pc_reg field from
1310 frame to find the saved pc register.
1311 (alpha_saved_pc_after_call): Skip over shared library trampoline
1312 before trying to find the saved pc register.
1313 (find_proc_desc): Copy PROC_PC_REG from found proc_desc
1314 to heuristic proc_desc.
1315 (init_extra_frame_info): Initialize pc_reg field in frame.
1316
1317 Wed Aug 2 18:00:36 1995 Stan Shebs <shebs@andros.cygnus.com>
1318
1319 * configure.in (m68*-est-*): Use monitor target config.
1320 * configure: Update.
1321 * config/m68k/est.mt, config/m68k/tm-est.h: Delete.
1322 * config/m68k/monitor.mt, config/m68k/tm-monitor.h: Fix comments.
1323
1324 Tue Aug 1 22:52:53 1995 Fred Fish <fnf@cygnus.com>
1325
1326 * Makefile.in (VERSION): Bump to 4.14.2
1327
1328 Tue Aug 1 16:04:36 1995 Kung Hsu <kung@mexican.cygnus.com>
1329
1330 * xcoffread.c (process_linenos): The value in include file symbol
1331 should point to line number table. Currently this value is not
1332 set correctly by AIX ld. A fix to get around this bug.
1333
1334 Tue Aug 1 11:44:53 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1335
1336 * configure.in: Check for working mmap, ansi headers, string.h,
1337 strings.h, and memory.h.
1338 * configure: Regenerated.
1339
1340 * gdb_stat.h: New file, "portable" <sys/stat.h>.
1341 * gdb_string.h: New file, "portable" <string.h>.
1342
1343 * altos-xdep.c, arm-tdep.c, arm-xdep.c, convex-tdep.c,
1344 convex-xdep.c, coredep.c, cxux-nat.c, dbxread.c, exec.c,
1345 gould-xdep.c, hppa-tdep.c, i386aix-nat.c, i386b-nat.c,
1346 i386mach-nat.c, i386v-nat.c, infptrace.c, m88k-nat.c, main.c,
1347 mdebugread.c, objfiles.c, os9kread.c, procfs.c, pyr-xdep.c,
1348 rs6000-nat.c, source.c, standalone.c, stuff.c, sun386-nat.c,
1349 symfile.c, symm-nat.c, symm-tdep.c, symtab.c, top.c, ultra3-nat.c,
1350 ultra3-xdep.c, umax-xdep.c, xcoffread.c: Include "gdb_stat.h"
1351 instead of <sys/stat.h>.
1352
1353 * alpha-tdep.c, breakpoint.c, buildsym.c, c-typeprint.c,
1354 ch-typeprint.c, coffread.c, command.c, core-sol2.c, core-svr4.c,
1355 core.c, corelow.c, cp-valprint.c, dbxread.c, dcache.c, demangle.c,
1356 dpx2-nat.c, dstread.c, dwarfread.c, elfread.c, environ.c, eval.c,
1357 exec.c, f-lang.c, f-typeprint.c, f-valprint.c, findvar.c,
1358 fork-child.c, gdbtypes.c, hpread.c, i386-tdep.c, infcmd.c,
1359 inflow.c, infptrace.c, infrun.c, irix5-nat.c, language.c,
1360 m2-typeprint.c, main.c, mdebugread.c, minsyms.c, mipsread.c,
1361 monitor.c, nlmread.c, objfiles.c, os9kread.c, osfsolib.c, parse.c,
1362 printcmd.c, procfs.c, regex.c, remote-adapt.c, remote-arc.c,
1363 remote-array.c, remote-bug.c, remote-e7000.c, remote-eb.c,
1364 remote-es.c, remote-hms.c, remote-mm.c, remote-os9k.c,
1365 remote-pa.c, remote-sim.c, remote-st.c, remote-udi.c,
1366 remote-utils.c, remote-vx.c, remote-vx29k.c, remote-vx68.c,
1367 remote-vx960.c, remote-vxmips.c, remote-vxsparc.c, remote.c,
1368 solib.c, somread.c, source.c, stabsread.c, stack.c, symfile.c,
1369 symmisc.c, symtab.c, target.c, top.c, typeprint.c, utils.c,
1370 valarith.c, valops.c, valprint.c, values.c, xcoffread.c: Include
1371 "gdb_string.h" instead of <string.h>.
1372 start-sanitize-gdbtk
1373 * gdbtk.c: Likewise.
1374 end-sanitize-gdbtk
1375
1376 * config/xm-sysv4.h, i386/xm-ptx.h, m68k/xm-sun3os4.h,
1377 sparc/xm-sun4os4.h (HAVE_MMAP): Removed.
1378
1379 * config/xm-lynx.h, config/i386/xm-ptx.h,
1380 config/m68k/nm-apollo68b.h, config/m68k/xm-hp300hpux.h,
1381 config/mips/xm-irix3.h, config/mips/xm-mips.h,
1382 config/mips/xm-news-mips.h, config/mips/xm-riscos.h,
1383 config/pa/hppah.h, config/rs6000/xm-rs6000.h,
1384 config/sparc/xm-sun4os4.h, config/sparc/xm-sun4sol2.h,
1385 config/vax/xm-vaxbsd.h, config/vax/xm-vaxult.h,
1386 config/vax/xm-vaxult2.h (MEM_FNS_DECLARED): Removed.
1387 * config/mips/xm-irix3.h, config/mips/xm-mips.h,
1388 config/pa/xm-hppah.h (memcpy, memset): Removed declarations.
1389
1390 Tue Aug 1 02:08:30 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1391
1392 * mips-tdep.c (mips_extract_return_value): Fix returning of
1393 values whose length is less than the register size for big endian
1394 targets.
1395 * alpha-tdep.c (alpha_extract_return_value,
1396 alpha_store_return_value): Use alpha_convert_register_to_*
1397 to handle functions returning "float" correctly.
1398
1399 Mon Jul 31 19:12:48 1995 Stan Shebs <shebs@andros.cygnus.com>
1400
1401 * h8500-tdep.c: General linting and cleanup.
1402 (opcodes/h8500-opc.h): Don't include.
1403 (code_size, data_size): Make static.
1404 (frame_locals_address, frame_args_address): Remove.
1405 (h8300_pop_frame): Rename to h8500_pop_frame.
1406 (big_command, medium_command, compact_command, small_command):
1407 Define as regular functions rather than with macro trickery.
1408 (tm_print_insn): Set to correct disassembler function.
1409 * config/h8500/tm-h8500.h: Minor cleanup, add prototypes.
1410 (ABOUT_TO_RETURN): #if 0 out.
1411 (FRAME_ARGS_ADDRESS, FRAME_LOCALS_ADDRESS): Use usual define.
1412 (GDB_TARGET_IS_H8500): Remove duplicate definition.
1413 (regoff): Remove, never used.
1414 * config/h8500/h8500.mt (TDEPFILES): Add monitor.o.
1415
1416 Mon Jul 31 14:32:30 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1417
1418 * configure.in: Check for unistd.h.
1419 * configure: Regenerated.
1420
1421 * command.c, cp-valprint.c, fork-child.c, i386-tdep.c,
1422 i386b-nat.c, inflow.c, main.c, maint.c, objfiles.c, solib.c,
1423 source.c, stack.c, symfile.c, top.c, utils.c: Include strings.h
1424 and/or unistd.h to bring prototypes into scope.
1425
1426 Sun Jul 30 01:40:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1427
1428 * rs6000-tdep.c (frame_saved_pc): Check for signal handler caller
1429 before trying to determine the start of the function.
1430 (skip_prologue): Skip subroutine call which might save the
1431 floating point registers only if it is within the first three
1432 instructions.
1433 Reinstate setting of alloca_reg if setup of a gcc frame pointer
1434 is found.
1435 (frame_get_cache_fsr): Use new fields in rs6000_framedata.
1436
1437 Sat Jul 29 14:43:35 1995 Stan Shebs <shebs@andros.cygnus.com>
1438
1439 * sparclite: Removed subdirectory. aload and eload are now in
1440 utils/sparclite, low-level library is in libgloss.
1441 * configure.in (sparclite*): Don't configure sparclite subdir.
1442 * configure: Update.
1443 * Makefile.in (TARDIRS): Remove, no longer used.
1444
1445 Sat Jul 29 01:45:56 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1446
1447 * procfs.c (unconditionally_kill_inferior): Clear current signal
1448 if PROCFS_NEED_CLEAR_CURSIG_FOR_KILL is defined.
1449 * config/alpha/nm-osf3.h (PROCFS_NEED_CLEAR_CURSIG_FOR_KILL): Define.
1450
1451 * alpha-tdep.c: Move sigtramp handling of saved registers from
1452 read_next_frame_reg to alpha_find_saved_regs, handle saved
1453 floating point registers.
1454 * mips-tdep.c: Move sigtramp handling of saved registers from
1455 read_next_frame_reg to mips_find_saved_regs, handle saved
1456 floating point registers.
1457 * config/mips/tm-irix3.h, config/mips/tm-irix5.h,
1458 config/mips/tm-mipsv4.h (SIGFRAME_FPREGSAVE_OFF): Define.
1459
1460 * sparc-tdep.c (sparc_pc_adjust): Fix check for `unimp'
1461 instruction to handle functions returning structures with
1462 large sizes properly.
1463
1464 Fri Jul 28 11:50:17 1995 steve chamberlain <sac@slash.cygnus.com>
1465
1466 * configure, configure.in (z8k-*-sim): deleted.
1467
1468 Thu Jul 27 12:49:28 1995 Jeffrey A. Law <law@rtl.cygnus.com>
1469
1470 * lynx-nat.c (child_wait): Handle threads exiting.
1471
1472 Thu Jul 27 07:47:50 1995 Michael Meissner <meissner@cygnus.com>
1473
1474 * rs6000-tdep.c (skip_prologue): Don't assume the update stack
1475 instruction is the last in the prologue, since xlc stores the lr
1476 after the stack update. Make sure offset is correct sign for
1477 large frames.
1478 (frame_saved_pc): Move test for signal before frameless.
1479
1480 * config/rs6000/tm-rs6000.h (DEFAULT_LR_SAVE): Define.
1481 * config/powerpc/tm-ppc-eabi.h (DEFAULT_LR_SAVE): Redefine.
1482
1483 Thu Jul 27 01:22:08 1995 Jeffrey A. Law <law@rtl.cygnus.com>
1484
1485 * hppa-tdep.c (hppa_fix_call_dummy): Rewrite code for calling
1486 into shared libraries.
1487
1488 Wed Jul 26 23:33:34 1995 Michael Meissner <meissner@cygnus.com>
1489
1490 * config/rs6000/tm-rs6000.h (rs6000_framedata): Add offsets the
1491 gprs, fprs, lr, and cr is stored at.
1492 (FRAME_FIND_SAVED_REGS): Use new fields in rs6000_framedata.
1493 (function_frame_info): Delete declaration.
1494 (SKIP_PROLOGUE): Skip_prologue is now passed a rs6000_framedata
1495 structure to fill in.
1496 (FRAMELESS_FUNCTION_INVOCATION): Function now longer takes a
1497 second argument.
1498 (FRAME_SAVED_PC): Call frame_saved_pc.
1499
1500 * rs6000-tdep.c (skip_prologue): Recognize V.4 prologues as well
1501 as AIX style. Fill in rs6000_framedata structure. Remember where
1502 the gprs, fprs, cr, and lr are saved.
1503 (pop_frame): Use skip_prologue, not function_frame_info, and use
1504 new rs6000_framedata fields.
1505 (function_frame_info): Function deleted.
1506 (frameless_function_invocation): Separate frame_saved_pc support
1507 to new function. Recognize V.4 frames.
1508 (frame_saved_pc): New function.
1509 (frame_get_cache_fsr): Use skip_prologue, not function_frame_info.
1510 (frame_initial_stack_address): Ditto.
1511
1512 Wed Jul 26 01:00:37 1995 Jeff Law (law@snake.cs.utah.edu)
1513
1514 * remote.c: Add documentation for extended protocol operations
1515 and for thread_alive change from a couple weeks ago.
1516 (extended_remote_ops): Declare and define a new target vector
1517 for the extended remote protocol.
1518 (extended_remote_restart): New function to restart the remote
1519 server & process.
1520 (remote_open): Just a stub routine.
1521 (extended_remote_open): New function to start a remote session
1522 using the extended gdb remote protocol.
1523 (remote_open_1): New function containing code common to both
1524 remote_open and extended_remote_open.
1525 (remote_mourn, extended_remote_mourn, remote_mourn_1): Similarly.
1526 (extended_remote_create_inferior): New function for the extended
1527 remote target.
1528 (initialize_remote): Add the extended_remote_ops target vector.
1529 * gdbserver/server.c (main, case '!'): Set extended_protocol.
1530 (main, case 'k'): If the extended protocol is in use, kill the
1531 inferior then start a new one.
1532 (main, case 'R'): New command to restart the remote server and
1533 inferior process. Only supported when using the extended
1534 protocol.
1535 (main, server loop): If the inferior terminates while using the
1536 extended protocol then start a new one. If getpkt fails when
1537 using the extended protocol then exit.
1538
1539 Tue Jul 25 11:43:44 1995 Stan Shebs <shebs@andros.cygnus.com>
1540
1541 * mdebugread.c (psymtab_to_symtab_1): Relocate encoded stab
1542 line numbers using the psymtab's section offsets.
1543
1544 Tue Jul 25 10:43:27 1995 Michael Meissner <meissner@tiktok.cygnus.com>
1545
1546 * config/rs6000/tm-rs6000.h (rs6000_framedata): Rename from
1547 aix_framedata. Change all uses.
1548 * rs6000-tdep.c: Change all aix_framedata -> rs6000_framedata.
1549
1550 Sat Jul 22 23:44:18 1995 Jeff Law (law@snake.cs.utah.edu)
1551
1552 * defs.h (ATTR_FORMAT): Disable if ANSI_PROTOTYPES is not defined.
1553
1554 Fri Jul 21 16:50:28 1995 Jeffrey A. Law <law@rtl.cygnus.com>
1555
1556 * lynx-nat.c (child_thread_alive): New function. Somehow I
1557 forgot to check this in with all the other thread_alive changes.
1558
1559 Thu Jul 20 22:22:34 1995 Jeff Law (law@snake.cs.utah.edu)
1560
1561 * somread.c (som_symtab_read): Add unsatisfied common symbols to
1562 the minimal symbol table. All common symbols are "unsatisfied"
1563 when -E is passed to the linker.
1564
1565 Thu Jul 20 15:04:57 1995 Fred Fish <fnf@cygnus.com>
1566
1567 * top.c (show_endian): Cast first arg of printf_unfiltered to
1568 correct type of "char *".
1569
1570 Thu Jul 20 14:18:51 1995 Jeffrey A. Law <law@rtl.cygnus.com>
1571
1572 * lynx-nat.c (child_wait): A thread_id of zero from wait apparently
1573 means the process is single threaded, so there's no need to add
1574 it to the thread list. Handle case where multi-threaded process
1575 reverts back to a single-threaded process.
1576
1577 * gdbserver/low-hppabsd.c: Remove error declaration.
1578 * gdbserver/low-sparc.c: Likewise.
1579 * gdbserver/low-sun3.c: Likewise.
1580 * gdbserver/server.h: Remove error and fatal declaration.
1581 * gdbserver/utils.c (error): Update to be compatable with recent
1582 changes in defs.h.
1583 (fatal): Likewise.
1584
1585 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1586
1587 * config/m68k/tm-m68kv4.h (DWARF_REG_TO_REGNUM): Define to
1588 correctly map floating point registers numbers.
1589
1590 * dwarfread.c (locval, new_symbol): Handle variables that are
1591 optimized out.
1592
1593 * mdebugread.c: Replace all uses of builtin_type_* with
1594 mdebug_type_*. Define and initialize mdebug_type_*.
1595
1596 * serial.h (serial_close): Add additional argument `really_close'.
1597 (SERIAL_CLOSE): Update serial_close call accordingly.
1598 (SERIAL_UN_FDOPEN): Use serial_close to handle refcnt properly.
1599 * serial.c (serial_close): Handle `really_close'.
1600 * serial.h (scb_base): Moved to serial.c, made static.
1601
1602 * valops.c (value_addr): Don't coerce arrays.
1603 (typecmp): Coerce arrays instead of calling value_addr if necessary.
1604
1605 Wed Jul 19 18:19:28 1995 Stan Shebs <shebs@andros.cygnus.com>
1606
1607 From Richard Earnshaw (rearnsha@armltd.co.uk):
1608 * infrun.c (wait_for_inferior): Set the convenience variable
1609 $_exitcode to the termination code of the inferior.
1610 * top.c (quit_command): Accept optional expression to use
1611 as parameter to exit().
1612
1613 Wed Jul 19 13:15:32 1995 Kung Hsu <kung@mexican.cygnus.com>
1614
1615 * remote.c (remote_wait): When getting registers, check endianess and
1616 do conversion if necessary.
1617
1618 Tue Jul 18 00:41:31 1995 Jeff Law (law@snake.cs.utah.edu)
1619
1620 * gdbserver/low-hppabsd.c: New file.
1621 * gdbserver/Makefile.in (SFILES): Add low-hppabsd.c.
1622 * config/pa/hppabsd.mh (XDEPFILES): Add ser-tcp.o.
1623 (GDBSERVER_DEPFILES): Add low-hppabsd.o.
1624 * config/pa/hppaosf.mh: Likewise.
1625
1626 Mon Jul 17 21:35:18 1995 Fred Fish <fnf@cygnus.com>
1627
1628 * dache.c (struct dcache_block): Change data member from unsigned
1629 char to char, since everything passed in and out of dcache is char
1630 or casted to appropriate type anyway.
1631 (dcache_alloc): Move assignment of db out of test and combine
1632 separate tests into if-else.
1633 (dcache_peek_byte): Change ptr from unsigned char* to char*.
1634 (dcache_peek_byte): Remove now unnecessary cast in read_memory call.
1635 (dcache_peek): Change cast of incoming data arg.
1636 (dcache_poke): Change cast of addr of incoming data arg.
1637 (dcache_info): Mask data passed to printf_filtered to lsbyte only.
1638 (dcache_info): Change printf_filtered arg from "% 2x" to " %2x".
1639 * target.c (debug_to_thread_alive): Change return type to int and
1640 return zero, for type compatibility with other *_thread_alive
1641 funcs.
1642 (cleanup_target): Change cast of ignore function to match type of the
1643 to_thread_alive member.
1644 * defs.h (error_hook): Add ATTR_NORETURN.
1645 * defs.h (NORETURN, ATTR_NORETURN): Switch from volatile to
1646 __attribute__ method with gcc 2.7, to avoid gcc 2.6.3 bug.
1647 * remote.c (remote_wait): Cast first arg to strtol, strchr, and
1648 strncmp to "const char *" from "unsigned char *".
1649 (remote_wait): Cast arg to putpkt and strcpy from "unsigned char *"
1650 to "char *".
1651 (remote_wait): Change printf format for long arg from "%d" to "%ld".
1652 (getpkt): Remove unused variable "bp".
1653 (remote_fetch_word, remote_store_word): Ifdef out apparently unused
1654 functions.
1655 * breakpoint.c (watchpoint_check): Removed unused variables
1656 "saved_level" and "saved_frame".
1657 * valops.c (value_arg_coerce): Add other enum TYPE_CODE_* and
1658 default cases to switch for completeness.
1659 * infrun.c (wait_for_inferior): Enclose "have_waited" label
1660 in #ifdef that matches the one in which it is referenced.
1661 * ser-unix.c (hardwire_noflush_set_tty_state): Enclose otherwise
1662 unused variable "state" in #ifdef that matches one in which it is
1663 referenced.
1664 * eval.c (evaluate_subexp_standard): Remove unused variable "var".
1665 * eval.c (evaluate_subexp_standard): Remove unused variable
1666 "tmp_symbol".
1667 * valarith.c (value_subscript): Remove unused variable
1668 "lowerbound", which is redeclared in a nested scope prior to use.
1669 * printcmd.c (print_frame_nameless_args): Use "%ld" to print long
1670 arg, not "%d".
1671 * {mem-break.c, remote-pa.c, remote.c, saber.suppress}:
1672 Remove unused static var "check_break_insn_size".
1673 * buildsym.c (finish_block): Add other enum LOC_* and default
1674 cases to switch for completeness.
1675 ch-lang.c (type_lower_upper): Removed unused label "retry".
1676 Add other enum TYPE_* and default cases to switch for completeness.
1677 * f-typeprint.c (f_type_print_args): Ifdef out unused function
1678 that may be used someday when Fortran support is complete.
1679 * ch-valprint.c (chill_print_type_scalar): Add other enum
1680 TYPE_* and default cases to switch for completeness.
1681 (chill_val_print): Remove unused local var "high_bound" that
1682 is redeclared in a nested scope prior to use.
1683 (chill_var_print): Use "%ld" to print long arg, not "%d".
1684 * regex.c (re_compile_fastmap, re_match_2): Add remaining enum
1685 types and default to switches for completeness.
1686 * minsyms.c (lookup_minimal_symbol_text): Delete unused variable
1687 "trampoline_symbol".
1688 (prim_record_minimal_symbol_and_info): Return NULL rather than
1689 trash.
1690 * elfread.c (elf_symtab_read): Don't dereference NULL returns from
1691 record_minimal_symbol_and_info.
1692 * f-lang.c (saved_function_list_end): Ifdef out unused variable
1693 that may be used someday.
1694 * f-valprint.c (f_val_print): Remove unused local "straddr".
1695
1696 Mon Jul 17 13:08:00 1995 Ian Lance Taylor <ian@cygnus.com>
1697
1698 * stabsread.h (struct stab_section_list): Define.
1699 (coffstab_build_psymtabs): Remove staboff and stabsize parameters.
1700 Add textaddr, textsize, and stabs parameters.
1701 * gdb-stabs.h (struct dbx_symfile_info): Remove text_sect field.
1702 Add text_addr and text_size fields.
1703 (DBX_TEXT_SECT): Don't define.
1704 (DBX_TEXT_ADDR, DBX_TEXT_SIZE): Define.
1705 * coffread.c: Include <ctype.h>.
1706 (struct coff_symfile_info): Remove stabsect and stabindexsect
1707 fields. Add textaddr, textsize, and stabsects fields.
1708 (coff_locate_sections): Record the address of the .text section,
1709 and total the sizes of all sections with names beginning with
1710 ".text". Don't bother to record a .stab.index section (COFF
1711 doesn't use them). Make a linked list of all sections with names
1712 beginning with ".stab".
1713 (coff_symfile_read): Adjust call to coffstab_build_psymtabs for
1714 new parameters.
1715 * dbxread.c (dbx_symfile_read): Use DBX_TEXT_ADDR and
1716 DBX_TEXT_SIZE, rather than getting both from DBX_TEXT_SECT.
1717 (dbx_symfile_init): Set DBX_TEXT_ADDR and DBX_TEXT_SIZE, not
1718 DBX_TEXT_SECT.
1719 (elfstab_build_psymtabs): Likewise.
1720 (stabsect_build_psymtabs): Likewise.
1721 (symbuf_sections, symbuf_left, symbuf_read): New static variables.
1722 (fill_symbuf): If symbuf_sections is not NULL, read symbols from
1723 multiple sections.
1724 (coffstab_build_psymtabs): Remove staboffset and stabsize
1725 parameters. Add textaddr, textsize, and stabsects parameters.
1726 Set DBX_TEXT_ADDR and DBX_TEXT_SIZE, not DBX_TEXT_SECT. Handle
1727 multiple stabs sections.
1728 * os9kread.c (os9k_symfile_read): Use DBX_TEXT_ADDR and
1729 DBX_TEXT_SIZE, rather than getting both from DBX_TEXT_SECT.
1730 (os9k_symfile_init): Set DBX_TEXT_ADDR and DBX_TEXT_SIZE, not
1731 DBX_TEXT_SECT.
1732
1733 * remote-vx.c (vx_ops, vx_run_ops): Initialize new to_thread_alive
1734 field.
1735
1736 Sat Jul 15 01:02:53 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1737
1738 * config/alpha/alpha-osf3.mh, config/alpha/nm-osf3.h: New files
1739 for OSF/1-3.x procfs support.
1740 * configure.in (alpha-dec-osf): Use them when configuring
1741 for OSF/1-3.x.
1742 * configure: Updated.
1743 * target.c: Include <string.h>.
1744
1745 Fri Jul 14 16:16:56 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1746
1747 * Makefile.in, configure.in: Use one variable, frags, to hold
1748 pathnames of makefile fragments.
1749 * configure: regenerated.
1750
1751 Fri Jul 14 09:49:47 1995 Jeff Law (law@snake.cs.utah.edu)
1752
1753 * procfs.c (procfs_ops): Fix typo in last change.
1754
1755 Thu Jul 13 13:42:38 1995 Jeffrey A. Law <law@rtl.cygnus.com>
1756
1757 * inftarg.c (child_thread_alive): New function to see if a
1758 particular thread is still running.
1759 (child_ops): Add child_thread_alive entry.
1760 * remote.c (remote_thread_alive): New function to see if a
1761 particular thread is still alive.
1762 (remote_ops): Add remote_thread_alive.
1763 * target.c (dummy_target): Add dummy entry for thread_alive.
1764 (cleanup_target): de_fault thread_alive too.
1765 (update_current_target): INHERIT thread_alive too.
1766 (debug_to_thread_alive): New function.
1767 (setup_target_debug): Add debug_to_thread_alive.
1768 * target.h (struct target_ops): Add to_thread_alive.
1769 (target_thread_alive): Define.
1770 * thread.c (info_threads_command): Don't call kill; use
1771 target_thread_alive instead.
1772 * config/nm-lynx.h (CHILD_THREAD_ALIVE): Define.
1773 * gdbserver/low-lynx.c (mythread_alive): New function.
1774 (mywait): Don't restart any threads after a new thread notification,
1775 let the generic code handle it.
1776 * gdbserver/low-sparc.c (mythread_alive): Dummy version.
1777 * gdbserver/low-sun3.c (mythread_alive): Likewise.
1778 * gdbserver/server.c (main): Handle thread_alive requests.
1779 * gdbserver/server.h (mythread_alive): Declare.
1780 * corelow.c (core_ops): Add dummy entry for thread_alive.
1781 * exec.c (exec_ops): Likewise.
1782 * m3-nat.c (m3_ops): Likewise.
1783 * monitor.c (monitor_ops): Likewise.
1784 * procfs.c (procfs_ops): Likewise.
1785 * remote-arc.c (arc_ops): Likewise.
1786 * remote-array.c (array_ops): Likewise.
1787 * remote-e7000.c (e7000_ops): Likewise.
1788 * remote-es.c (es1800_ops, es1800_child_ops): Likewise.
1789 * remote-mips.c (mips_ops): Likewise.
1790 * remote-pa.c (remote_hppro_ops): Likewise.
1791 * remote-sim.c (gdbsim_ops): Likewise.
1792 * sparcl-tdep.c (sparclite_ops): Likewise.
1793
1794 Tue Jul 11 11:15:55 1995 Kung Hsu <kung@rtl.cygnus.com>
1795
1796 * solib.c: Add _DYNAMIC__MGC base symbol for Mentor Graphics Inc.
1797 * solib.c (match_main): New function for checking name of main.
1798 * solib.c (solib_add): Not to add if solib match main.
1799
1800 Fri Jul 7 14:41:56 1995 Kung Hsu <kung@rtl.cygnus.com>
1801
1802 * elfread.c (elf_symtab_read): Fix a bug ignoring compiler
1803 generated internal labels ($LM...).
1804
1805 Wed Jul 5 11:38:36 1995 Kung Hsu <kung@rtl.cygnus.com>
1806
1807 * defs.h: if __GO32__ or WIN32 the directory separating symbol should
1808 be '\' not '/'.
1809
1810 * remote-nindy (nindy_wait): Use infinite timeout reading after
1811 esacpe character.
1812
1813 Tue Jul 4 10:30:22 1995 Jeffrey A. Law <law@rtl.cygnus.com>
1814
1815 * infrun.c (wait_for_inferior): When switching from one thread to
1816 another, save infrun's state for the old thread and load infrun's
1817 previous state for the new thread.
1818 * thread.c (struct thread_info): Add new fields for thread specific
1819 state saved/restored in infrun.c.
1820 (add_thread): Initialize new fields.
1821 (load_infrun_state): New function.
1822 (save_infrun_state): New function.
1823 * thread.h (load_infrun_state): Provide external decl.
1824 (save_infrun_state): Likewise.
1825
1826 * infrun.c (wait_for_inferior): When we hit a breakpoint for the
1827 wrong thread, make sure to write the fixed PC value into the thread
1828 that stopped. Restart all threads after single stepping over a
1829 breakpoint for a different thread.
1830 * breakpoint.c (set_momentary_breakpoint): Make momentary
1831 breakpoints thread specific in a multi-threaded program.
1832 * lynx-nat.c (child_resume): Add some comments. Correctly
1833 choose between the single and multi-threaded step and continue
1834 ptrace calls.
1835
1836 Fri Jun 30 16:15:36 1995 Stan Shebs <shebs@andros.cygnus.com>
1837
1838 * config/h8300/h8300.mt: Renamed from h8300hms.mt.
1839 * config/h8500/h8500.mt: Renamed from h8500hms.mt.
1840 * config/z8k/z8k.mt: Renamed from z8ksim.mt.
1841 * configure, configure.in: Update to reflect renamings.
1842
1843 * remote-sim.c (sim): New command, passes commands to simulator.
1844 (simulator_command): New function.
1845 (gdbsim_ops): Clean up.
1846 * remote-sim.h (sim_do_command): Declare.
1847 * sh-tdep.c (memory_size): Remove command.
1848
1849 * Makefile.in (SIM, SIM_OBS): New variables.
1850 (CLIBS, CDEPS): Add value of SIM.
1851 (DEPFILES): Add value of SIM_OBS
1852
1853 * config/arm/arm.mt, config/h8300/h8300.mt, config/h8500/h8500.mt,
1854 config/sh/sh.mt, config/sparc/sp64sim.mt, config/w65/w65.mt,
1855 config/z8k/z8k.mt: Remove simulator files from TDEPFILES,
1856 define in SIM_OBS and SIM.
1857 config/sparc/sp64sim.mt (SIMFILES): Remove.
1858
1859 * remote-z8k.c: Remove, was superseded by remote-sim.c
1860 * Makefile.in, mpw-make.in: Remove references to remote-z8k.c.
1861
1862 Sun Jun 25 15:30:43 1995 Stan Shebs <shebs@cygnus.com>
1863
1864 * remote.c (remote_read_bytes, remote_write_bytes): Second arg
1865 should be char *, not unsigned char *.
1866 * dcache.h (memxferfunc): Ditto.
1867 * monitor.c (monitor_write_memory, monitor_read_memory_single):
1868 Ditto.
1869 (monitor_make_srec): Let compiler figure size of hextab.
1870
1871 Sat Jun 24 19:27:37 1995 Jeffrey A. Law <law@rtl.cygnus.com>
1872
1873 * lynx-nat.c (child_wait): Don't restart new threads and loop
1874 to the top of child_wait; let the machine independent code in
1875 wait_for_inferior deal with new thread notifications.
1876
1877 Fri Jun 23 11:51:58 1995 Kung Hsu <kung@mexican.cygnus.com>
1878
1879 * remote-nindy (nindy_load): Put in target specific load, it's
1880 20 times faster.
1881
1882 Thu Jun 22 20:21:59 1995 Stan Shebs <shebs@andros.cygnus.com>
1883
1884 * utils.c (error): Move local `args' outside conditional,
1885 move local `string1' inside, declare function as void if
1886 non-ANSI compiler, dereference error_hook when calling.
1887
1888 * mac-xdep.c (stdarg.h): Don't include.
1889
1890 Thu Jun 22 13:12:33 1995 Kung Hsu <kung@mexican.cygnus.com>
1891
1892 * remote-nindy.c (nindy_wait): Change timeout in SERIAL_READCHAR.
1893
1894 Wed Jun 21 13:24:41 1995 Jeff Law (law@snake.cs.utah.edu)
1895
1896 * hppam3-nat.c: Change HP800_THREAD_STATE to TRACE_FLAVOR and
1897 HP800_THREAD_STATE_COUNT to TRACE_FLAVOR_SIZE.
1898
1899 Wed Jun 21 05:57:56 1995 Steve Chamberlain <sac@slash.cygnus.com>
1900
1901 * monitor.c: Turn on caching.
1902 (monitor_printf): If a ^C was sent, don't expect to see its
1903 echo.
1904 (monitor_open): Enable caching.
1905 (monitor_resume, monitor_load): Flush cache.
1906 (monitor_xfer_memory): Call cache routine.
1907 (monitor_dump_regs): New.
1908 (monitor_fetch_registers): If monitor_dump_regs available
1909 then use it.
1910 (monitor_load): Don't ref exec_bfd if it's NULL.
1911 (monitor_load_srec): Use new monitor_make_srec calling convention.
1912 (monitor_make_srec): Rewrite to cope with two, three and four byte
1913 addresses.
1914 * remote-hms.c (hms_cmds): Initialze end-of-command delim.
1915 * dcache.h, dcache.h: Rewritten.
1916 * remote.c: Reenable caching.
1917 (getpkt): Reduce MAX_TRIES to 3.
1918 (remote_xfer_memory): Use dcache_xfer_memory.
1919 * defs.h (error_hook): New.
1920 * top.c (error_hook): New definition.
1921 * utils.c (error): Use error_hook if initialized.
1922 * sparcl-tdep.c (HAVE_SOCKETS): Don't define if GO32 or WIN32. Use
1923 HAVE_SOCKETS in place of #ifndef GO32.
1924
1925 Tue Jun 20 22:17:44 1995 Jeff Law (law@snake.cs.utah.edu)
1926
1927 * config/pa/tm-hppa.h (PSW_*): Define processor status word masks.
1928 (INSTRUCTION_NULLIFIED): Allow specific targets to override.
1929 * config/pa/tm-hppao.h (INSTRUCTION_NULLIFIED): Define to work
1930 around losing mach kernel behavior.
1931
1932 Tue Jun 20 12:03:36 1995 Stan Shebs <shebs@andros.cygnus.com>
1933
1934 * monitor.c (monitor_wait): Don't use the watchdog timeout
1935 if its value is 0.
1936 * w89k-rom.c (w89k_open): Define to be static.
1937
1938 start-sanitize-gdbtk
1939 Tue Jun 20 10:19:40 1995 Stu Grossman (grossman@cygnus.com)
1940
1941 * gdbtk.c: Add functions Tcl_Malloc, Tcl_Realloc, and Tcl_Free.
1942
1943 * gdbtk.tcl (add_breakpoint_frame): Add more fields.
1944 * (create_file_win create_asm_win build_framework): Create null
1945 bindings for meta keys to keep window from dropping down to
1946 insertion point when meta is pressed by itself. New bindings:
1947 Up/Down - Scroll up/down one line at a time
1948 Next/Prior - Scroll up/down one page at a time
1949 Home/End - Warp to current pc/end of file
1950 * (build_framework): Turn on breakpoint menu.
1951 * (create_command_window): Implement tab completion. Add binding
1952 for ^C to stop target.
1953 end-sanitize-gdbtk
1954
1955 Sat Jun 17 10:17:16 1995 Jeff Law (law@snake.cs.utah.edu)
1956
1957 * somsolib.c (som_solib_add): Validate regexp argument.
1958 Don't assume the first entry on dld's library list is the main
1959 program. Don't load the same library more than once and don't
1960 consider the main program a shared library.
1961 (som_solib_sharedlibrary_command): New function
1962 (_initialize_som_solib): Add "sharedlibrary" command.
1963
1964 Thu Jun 15 14:54:58 1995 Stan Shebs <shebs@andros.cygnus.com>
1965
1966 * array-rom.c: Remove, no longer used.
1967
1968 * remote-hms.c (hms_open): Make static.
1969
1970 * mpw-config.in (MacSerial.h): Copy from version in {CIncludes},
1971 not {MPW}Interfaces:CIncludes.
1972 * ser-mac.c (mac_baud_rate_table): Fix value for 38400 baud.
1973
1974 Wed Jun 14 14:27:07 1995 Per Bothner <bothner@kalessin.cygnus.com>
1975
1976 * ch-exp.y: Remove lots of unsupported productions and names.
1977 Add support for IF-expressions, ORIF, ANDIF, NUM, and ADDR.
1978
1979 Tue Jun 13 21:40:11 1995 Per Bothner <bothner@kalessin.cygnus.com>
1980
1981 * parser-defs.h (enum precedence): Added PREC_BUILTIN_FUNCTION.
1982 * expression.h (enum exp_opcode): Added UNOP_LOWER, UNOP_UPPER,
1983 UNUP_LENGTH.
1984 * expprint.c (dump_expression): Handle the new exp_opcodes.
1985 (print_subexp): Handle PREC_BUILTIN_FUNCTION.
1986 (print_simple_m2_func): Removed.
1987 (print_subexp): Remove support for Modula2 builtin functions.
1988 * m2-lang.c (m2_op_print_tab): Add support for builtin functions.
1989 * ch-exp.y: Parse LOWER, UPPER, and LENGTH builtins.
1990 (write_lower_upper_value): Convenience function for LOWER and UPPER.
1991 (upper_lower_argument, length_argument): Removed non-terminals.
1992 * ch-lang.c (chill_op_print_tab): Entries for UPPER, LOWER, LENGTH.
1993 (type_lower_upper): New function. Calculate LOWER/UPPER of type.
1994 (value_chill_length): New function. Calcalate LENGTH of ARRAY/STRING.
1995 (evaluate_subexp_chill): Handle UNOP_LOWER, UNOP_UPPER, UNOP_LENGTH.
1996
1997 Mon Jun 12 12:48:13 1995 Stan Shebs <shebs@andros.cygnus.com>
1998
1999 Windows support bits from Steve Chamberlain <sac@slash.cygnus.com>.
2000 * defs.h: Don't declare strchr and friends if WIN32.
2001 (DIRNAME_SEPARATOR): Move here from source.c.
2002 (SLASH_P, SLASH_CHAR, SLASH_STRING, ROOTED_P): New macros,
2003 symbolic definitions for filename bits.
2004 * top.c (cd_command): Use these.
2005 * source.c (mod_path, openp): Ditto.
2006 * terminal.h: Disable termio/sgtty definitions if WIN32.
2007 * findvar.c (registers_changed): Call registers_changed_hook
2008 if it is defined.
2009
2010 Mon Jun 12 12:22:05 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2011
2012 * Makefile.in (distclean, realclean): Remove config.cache and
2013 config.log.
2014
2015 Mon Jun 12 00:21:59 1995 Jeff Law (law@snake.cs.utah.edu)
2016
2017 * somsolib.c: Include gdb-stabs.h.
2018 (som_solib_section_offsets): Use SECT_OFF_XXX rather than 0, 1,
2019 etc. Initialize offsets for RODATA & BSS too.
2020
2021 Sat Jun 10 17:59:11 1995 Jeff Law (law@snake.cs.utah.edu)
2022
2023 * hppa-tdep.c (frame_chain): Try to compensate for incomplete
2024 register information in core files when backtracing.
2025
2026 Fri Jun 9 14:51:38 1995 Stu Grossman (grossman@cygnus.com)
2027
2028 * remote-nrom.c: Remove everything but download code. More
2029 cleanups.
2030
2031 Thu Jun 8 15:06:00 1995 Stu Grossman (grossman@cygnus.com)
2032
2033 * defs.h maint.c monitor.c remote-mips.c remote.c: Add support
2034 for `watchdog' variable. This allows the user to put an upper
2035 limit on the amount of time that GDB will wait for the target to
2036 return from a step or continue operation. This will primarily be
2037 used for the testsuite, where it is difficult to come up with a
2038 reasonable timeout for things like function calls, which can take
2039 as long as three minutes under some circumstances. If the
2040 watchdog timer expires, GDB will generate an error that looks like
2041 `Watchdog has expired.', and will detach from the target.
2042
2043 * remote-mips.c (mips_open): Setup initial frame from target.
2044 Print it out so that user is told where the program is stopped
2045 when they attach.
2046
2047 * remote-nrom.c: Loads of cleanups. Use serial code to open
2048 network connections. Use expect() to wait for response to
2049 download command.
2050
2051 * ser-tcp.c (tcp_open): Retry connection if we get ECONNREFUSED.
2052
2053 * serial.c serial.h (serial_open serial_fdopen serial_close):
2054 Allow users to open the same device multiple times. They all get
2055 to share the same serial_t. This is about the only way to have
2056 multiple active targets use the same device (for download and
2057 debug).
2058
2059 * sparcl-tdep.c: Keep #include <unistd.h> away from GO32.
2060
2061 * target.c: Add `targetdebug' variable. If this is non-zero,
2062 then a special target is put at the top of the target stack which
2063 will cause all calls through the target vector to have their args
2064 and results printed out.
2065
2066 Wed Jun 7 17:40:37 1995 Per Bothner <bothner@kalessin.cygnus.com>
2067
2068 * ch-exp.y: Handle <primitive_value> "->" <modename>.
2069
2070 Wed Jun 7 17:46:33 1995 Michael Meissner <meissner@tiktok.cygnus.com>
2071
2072 * mem-break.c (LITTLE_BREAKPOINT): If BREAKPOINT and
2073 {LITTLE,BIG}_BREAKPOINT are all defined, don't redefine.
2074 (BIG_BREAKPOINT): Ditto.
2075
2076 * config/rs6000/tm-rs6000.h (BREAKPOINT): Define as either
2077 BIG_BREAKPOINT or LITTLE_BREAKPOINT depending on the target byte
2078 order.
2079
2080 Wed Jun 7 12:41:42 1995 Jeff Law (law@snake.cs.utah.edu)
2081
2082 * somsolib.c (som_solib_section_offsets): Handle relative pathnames.
2083
2084 * hppa-tdep.c (frame_saved_pc): Handle backtracing through signal
2085 handler in dynamically linked executables.
2086
2087 Tue Jun 6 10:44:25 1995 Michael Meissner <meissner@tiktok.cygnus.com>
2088
2089 From Andrew Cagney <cagney@highland.com.au>
2090 * rs6000-tdep.c (single_step): Handle both little and big endian
2091 breakpoints.
2092 (gdb_print_insn_powerpc): Deal with disassembling both little and
2093 big endian PowerPC systems.
2094 (_initialize_rs6000_tdep): Use gdb_print_insn_powerpc to handle
2095 disassembly, rather that assuming big endian order.
2096
2097 * config/rs6000/tm-rs6000.h (BREAKPOINT): Delete.
2098 (BIG_BREAKPOINT): Define, big endian breakpoint instruction.
2099 (LITTLE_BREAKPOINT): Define, little endian breakpoint instruction.
2100
2101 Sat Jun 3 01:54:56 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2102
2103 * README: Add note about Unixware 2.x.
2104
2105 * dbxread.c (process_one_symbol): Check for exact symbol name
2106 match when fixing up N_GSYM and N_STSYM symbols from Sun acc.
2107
2108 * valprint.c (value_print_array_elements): Use
2109 fprintf_filtered to put out `<repeats %u times>',
2110 from schwab@issan.informatik.uni-dortmund.de (Andreas Schwab).
2111
2112 * value.h (struct value): Change `repetitions' field from
2113 `short' to `int' type.
2114
2115 start-sanitize-arc
2116 Fri Jun 2 11:17:23 1995 Doug Evans <dje@canuck.cygnus.com>
2117
2118 * arc-tdep.c (arc_bfd_mach_type): New static global.
2119 (codestream_fill): Handle byte order differences.
2120 (setup_prologue_scan): Don't read stdarg function's "sub sp,sp,N".
2121 (arc_get_frame_setup): Read it here.
2122 (arc_frame_saved_pc): And here.
2123 (arc_print_insn): New function.
2124 (arc_set_cpu_type): Set arc_bfd_mach_type. Don't set tm_print_insn.
2125 (_initialize_arc_tdep): Set tm_print_insn to arc_print_insn.
2126 end-sanitize-arc
2127
2128 Wed May 31 12:04:01 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2129
2130 * nlm/{configure.in, Makefile.in}: Converted to use autoconf.
2131 * nlm/configure: New file, generated with autoconf 2.3.
2132
2133 * nlm/configure.in: Use sed instead of awk to get the value of
2134 cpufile. Awk is not a utility required by the GNU coding
2135 standards. This change also fixes the rigid whitespace
2136 requirements that were required for awk.
2137
2138 * sparclite/aload.c: Use a file descriptor instead of a stdio
2139 stream for i/o with target board.
2140 Use #error if HAVE_TERMIOS is not defined.
2141
2142 * sparclite/{Makefile.in, configure.in}: Converted to use
2143 autoconf.
2144 * sparclite/configure: New file, generated with autoconf 2.3.
2145
2146 Sun May 28 23:10:07 1995 Jeff Law (law@snake.cs.utah.edu)
2147
2148 * defs.h: Include either varargs.h or stdarg.h (for va_list).
2149 Fix stupid thinko in last change ("..." -> "va_list").
2150
2151 * defs.h (vprintf_filtered declaration): Add PARAMS prototype;
2152 gcc-2.5 chokes on format attributes for unprototyped functions.
2153 (vfprintf_filtered declaration): Likewise.
2154 (vprintf_unfiltered declaration): Likewise.
2155 (vfprintf_unfiltered). Likewise.
2156
2157 Sat May 27 23:54:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2158
2159 * configure.in: Use sed instead of awk to get the values of
2160 hostfile, targetfile and nativefile. Awk is not a utility
2161 required by the GNU coding standards. This change also
2162 fixes the rigid whitespace requirements that were required
2163 for awk.
2164 * configure: regenerated.
2165
2166 Sat May 27 16:24:04 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
2167
2168 * sparclite/{Makefile,configure}.in: Add hooks for building with
2169 -lsocket & -lnsl for solaris2. Don't build aload/eload for DOS.
2170
2171 Thu May 25 12:46:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2172
2173 * gdbserver/remote-utils.c (prepare_resume_reply): Add FIXME
2174 comment regarding signal numbering.
2175
2176 Wed May 24 15:49:47 1995 Steve Chamberlain <sac@slash.cygnus.com>
2177
2178 * arm-tdep.c (_initialize_arm_tdep): Use print_insn_little_arm
2179 now.
2180
2181 * arm-tdep.c (convert_from_extended, convert_to_extended):
2182 New.
2183 * coffread.c (enter_linenos): Return if linetab 0.
2184 * config/arm/arm.mt (TDEPFILES): Add simulator support.
2185 * config/arm/tm-arm.h (FRAME_FIND_SAVED_REGS): Fix prototypes.
2186
2187 Mon May 22 19:37:21 1995 Rob Savoye <rob@darkstar.cygnus.com>
2188
2189 * config/idt.mt: replace monitor and array-rom with the new
2190 remote-array.
2191
2192 Mon May 22 15:38:25 1995 Stu Grossman (grossman@cygnus.com)
2193
2194 * remote-nindy.c: Install Kung patch for PR 6820. I have no idea
2195 what this does...
2196
2197 * breakpoint.c: Move defaults of watchpoint related macros into
2198 target.h.
2199 * target.h: Macros from breakpoint.c. Conditionalize based on
2200 TARGET_HAS_HARDWARE_WATCHPOINTS.
2201 * i386v-nat.c procfs.c: Use TARGET_HAS_HARDWARE_WATCHPOINTS
2202 instead of TARGET_CAN_USE_HARDWARE_WATCHPOINT to enable watchpoint
2203 code.
2204 * config/i386/nm-linux.h, config/mips/nm-irix4.h,
2205 config/pa/nm-hppab.h, config/sparc/tm-sparclite.h: #define
2206 TARGET_HAS_HARDWARE_WATCHPOINTS to enable watchpoint code.
2207
2208 Mon May 22 06:47:30 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2209
2210 * breakpoint.c, target.h: Move defaults of watchpoint related
2211 macros back to breakpoint.c. Required to get GDB compiling
2212 on Solaris again.
2213
2214 Fri May 19 14:49:37 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2215
2216 * defs.h (ATTR_FORMAT): New macro, expands to gcc's format
2217 attribute when compiled by gcc.
2218 * defs.h, language.h, monitor.h: Changed many function
2219 declarations to use ATTR_FORMAT.
2220
2221 * breakpoint.c (delete_command); source.c (directory_command);
2222 top.c (define_command): Changed call to query() that had too
2223 many arguments.
2224 * printcmd.c (address_info): Changed call to printf_filtered()
2225 that had too many arguments.
2226
2227 Fri May 19 09:52:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2228
2229 * infrun.c (wait_for_inferior): Move assignments to stop_signal
2230 and stop_pc, and STOPPED_BY_WATCHPOINT code, back where they
2231 were--after the switch statement on w.kind. You can't read the
2232 registers of an inferior which has exited. Use a goto in the
2233 STOPPED_BY_WATCHPOINT code.
2234 * infrun.c (wait_for_inferior): Reinstate
2235 HAVE_STEPPABLE_WATCHPOINT and HAVE_CONTINUABLE_WATCHPOINT code.
2236
2237 Fri May 19 06:15:40 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
2238
2239 * utils.c, complaints.c, language.c, monitor.c, remote-array.c,
2240 remote-mips.c, remote-os9k.c, remote-st.c: Conditionalize use of
2241 stdarg rather than varargs on ANSI_PROTOTYPES not __STDC__; it
2242 must match the definition of PARAMS.
2243 start-sanitize-gdbtk
2244 * gdbtk.c: Likewise.
2245 end-sanitize-gdbtk
2246
2247 Thu May 18 15:58:46 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2248
2249 * utils.c (fprintf_filtered, fprintf_unfiltered, fprintfi_filtered,
2250 printf_filtered, printf_unfiltered, printfi_filtered, query, warning,
2251 error, fatal, fatal_dump_core): Use stdarg.h macros when compiling
2252 with an ANSI compiler.
2253 * complaints.c (complain): Likewise.
2254 * language.c (type_error, range_error): Likewise.
2255 * monitor.c (monitor_printf, monitor_printf_noecho): Likewise.
2256 * remote-array.c (printf_monitor, debuglogs): Likewise.
2257 * remote-mips.c (mips_error): Likewise.
2258 * remote-os9k.c (printf_monitor): Likewise.
2259 * remote-st.c (printf_stdebug): Likewise.
2260 start-sanitize-gdbtk
2261 * gdbtk.c (gdbtk_query): Likewise.
2262 end-sanitize-gdbtk
2263
2264 * defs.h, complaints.h, language.h, monitor.h: Add prototypes to
2265 match above changes.
2266
2267 * printcmd.c: Remove uneeded #include <varargs.h>.
2268 * remote-e7000.c: Likewise.
2269
2270 * f-typeprint.c (f_type_print_base): Fix typo found by above
2271 changes.
2272
2273 Wed May 17 11:21:32 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
2274
2275 * Makefile.in (xcoffread.o): Depend on partial-stab.h.
2276
2277 * xcoffsolib.c (sharedlibrary_command): New command.
2278 * xcoffsolib.c (solib_info): Call xcoff_relocate_symtab.
2279 * xcoffsolib.c: Miscellaneous cleanups.
2280
2281 * partial-stab.h: Ignore symbol descriptor '-' (for local
2282 variables with negative type numbers) without complaint.
2283
2284 * rs6000-nat.c (vmap_ldinfo): Use bfd_stat rather than our own
2285 local emulation thereof. Remove unused variable ostart.
2286
2287 Wed May 17 15:55:53 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2288
2289 * Makefile.in (config.status): changed target so that
2290 config.status --recheck is executed if configure script changes.
2291
2292 * monitor.c (monitor_printf): Changed format specification in
2293 error message to work with pre-ansi compilers.
2294 (monitor_load_srec): reduced length of s-records from 128 to 32
2295 bytes so download is more reliable with the rom68k monitor.
2296
2297 * rom68k-rom.c: Added trailing space to prompt string.
2298
2299 * config/i386/xm-i386sco.h (HAVE_STRSTR): Removed.
2300 * config/i386/xm-go32.h, mswin/xm.h (SYS_SIGLIST_MISSING):
2301 Removed.
2302 * defs.h, config/{xm-lynx.h, xm-nbsd.h},
2303 config/i386/{xm-i386bsd.h, xm-linux.h},
2304 config/m68k/xm-hp300bsd.h, config/mips/xm-irix4.h,
2305 config/ns32k/xm-ns32km3.h, doc/gdbint.texinfo
2306 (PSIGNAL_IN_SIGNAL_H): Removed.
2307
2308 Tue May 16 13:16:06 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2309
2310 * Makefile.in (Makefile): Added config.status to dependency list.
2311
2312 * configure.in: Added INIT-CMDS argument to AC_OUTPUT which sets
2313 gdb_host_cpu, gdb_target_cpu and nativefile.
2314 * configure: regenerated.
2315
2316 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2317
2318 * mdebugread.c (parse_symbol): Do not relocate stBlock/scText
2319 symbols, their value is the displacement from the procedure address.
2320 * top.c (init_main): Add missing newlines to help strings for
2321 `if' and `while' commands, fix help string for `show commands'.
2322
2323 Mon May 15 18:37:56 1995 Stu Grossman (grossman@cygnus.com)
2324
2325 * breakpoint.c: Move defaults of watchpoint related macros into
2326 target.h. Use BP_TEMPFLAG and BP_HARDWAREFLAG instead of
2327 constants.
2328 * infrun.c (wait_for_inferior): Enhance comment near
2329 STOPPED_BY_WATCHPOINT.
2330 * target.h: Macros from breakpoint.c.
2331
2332 Mon May 15 17:11:38 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2333
2334 * config/i386/{i386sol2.mh, i386v4.mh, ncr3000.mh},
2335 config/m68k/m68kv4.mh, config/mips/{irix4.mh, irix5.mh,
2336 mipsv4.mh}, config/sparc/sun4so2.mh (INSTALL): Removed, figured
2337 out by autoconf.
2338 * config/apollo68v.mh (RANLIB): Removed, figured out by autoconf.
2339
2340 * Makefile.in, configure.in: Converted to use autoconf
2341 * aclocal.m4: New file, local autoconf macro definitions.
2342 * configure: New file, generated with autoconf 2.3.
2343
2344 Mon May 15 14:46:41 1995 Stan Shebs <shebs@andros.cygnus.com>
2345
2346 * remote.c (remote_kill): Add prototype.
2347 * cpu32bug-rom.c (cpu32bug_open): Properly define as static.
2348 * config/h8300/h8300hms.mt (TDEPFILES): Add monitor.o.
2349
2350 Mon May 15 12:12:34 1995 Stu Grossman (grossman@cygnus.com)
2351
2352 * sparclite/salib.c (win_ovf win_unf): Make window size constant
2353 into a variable (__WINSIZE) so that it can be controlled via the
2354 .h file.
2355 * sparclite/sparclite.h: Add SL933 #ifdef to set __WINSIZE to 6
2356 for the 933 board.
2357
2358 * infrun.c: Add #ifdef HP_OS_BUG to all references to
2359 trap_expected_after_continue.
2360 * (wait_for_inferior): Fix for remote watchpoints. Don't try to
2361 insert breakpoints while target is running (this only works on
2362 *some* native targets). This may also speed up native watchpoints
2363 considerably.
2364
2365 Sat May 13 13:55:04 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2366
2367 * dwarfread.c (struct dwfinfo), dbxread.c (struct symloc),
2368 mdebugread.c (struct symloc), hpread.c (struct symloc),
2369 xcoffread.c (struct symloc): Fix inaccurate comment introduced
2370 20 Apr 1995.
2371
2372 Sat May 13 13:34:18 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
2373
2374 * rs6000-tdep.c (find_toc_address): Revise comment.
2375 * symfile.c, symfile.h (init_psymbol_list): New function;
2376 consolidate duplicated copies from os9kread.c, dbxread.c
2377 and dwarfread.c.
2378 * defs.h: Declare info_verbose.
2379 * xcoffread.c: Extensive changes to support psymtabs.
2380
2381 Fri May 12 13:48:41 1995 Stu Grossman (grossman@andros.cygnus.com)
2382
2383 * cpu32bug-rom.c remote-est.c rom68k-rom.c: Update line_term element.
2384
2385 Fri May 12 06:39:30 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2386
2387 * partial-stab.h: Expand comments.
2388
2389 Thu May 11 19:01:37 1995 Jeff Law (law@snake.cs.utah.edu)
2390
2391 * Support debugging using native MACH primitives on hppa*-*-osf*.
2392 * configure.in: hppa*-*-osf* != hppa*-*-bsd* anymore.
2393 * config/pa/hppaosf.mh: New file.
2394 * config/pa/nm-hppao.h: Likewise.
2395 * hppam3-nat.c: Likewise.
2396 * config/pa/tm-hppao.h (PSW_SS): Define for single-stepping.
2397 (MACHINE_CPROC_*_OFFSET): Define.
2398 (TRACE_*): Define.
2399 (START_INFERIOR_TRAPS_EXPECTED): Delete definition.
2400
2401 Wed May 10 18:59:26 1995 Stu Grossman (grossman@andros.cygnus.com)
2402
2403 * hppa-tdep.c (read_unwind_info): Cosmetic cleanup.
2404 * (unwind_command): Clean it up and make it print things out
2405 nicer.
2406 * monitor.c: Add ^C handling capability (mostly ripped off from
2407 remote.c).
2408 * (monitor_printf): Make it check the command echo.
2409 * (monitor_printf_noecho): Similar to above, but doesn't check
2410 for echo.
2411 * (monitor_stop): No longer waits for prompt. That is the job of
2412 the caller. This makes things work much better for monitor_wait,
2413 which waits for the prompt itself.
2414 * (monitor_open): Deal with new monitor_stop semantics. Also,
2415 flush input after sending init strings to get rid of junk that may
2416 be output. Also, don't always send \r to remote. Use
2417 monitor_ops->line_term cuz proper character isn't always \r.
2418 * (monitor_fetch_register): Switch to completely different
2419 algorithm to deal with lame-ass monitors which put spaces in the
2420 middle of numbers, and prompt with a space!!!!!
2421 * (monitor_read_memory_single): New routine to be used with
2422 monitors that can only return one byte/short/long at a time. This
2423 is selected via MO_GETMEM_READ_SINGLE.
2424 * (monitor_load_srec): Use monitor_printf_noecho for sending S
2425 records. Most targets don't echo them.
2426 * (monitor.h): Get rid of cmd_delim. Add line_delim.
2427 * op50n-rom.c (op50n_cmds): Fill it up. Make it work.
2428 * w89k-rom.c: Change all eols from \r to \n. Change load_resp to
2429 ^Q to prevent error message.
2430 * config/pa/tm-hppa.h (CALL_DUMMY (for hppro)): Add special
2431 instruction sequence at end to make restore_pc_queue happy.
2432
2433 Wed May 10 15:59:00 1995 Torbjorn Granlund <tege@adder.cygnus.com>
2434
2435 * remote-est.c (est_open): Make static to match prototype.
2436
2437 Tue May 9 16:58:50 1995 Michael Meissner <meissner@tiktok.cygnus.com>
2438
2439 * configure.in: Add little endian PowerPC support.
2440 * config/powerpc/ppcle-eabi.mt: New file for little endian PowerPC
2441 support.
2442 * config/powerpc/tm-ppcle-eabi.h: ditto.
2443
2444 Mon May 8 12:11:38 1995 J.T. Conklin <jtc@rtl.cygnus.com>
2445
2446 * nlm/configure.in (gdb_host, gdb_host_cpu, gdb_target): Removed.
2447 These variables not used.
2448
2449 * config/m68k/monitor.mt (TDEPFILES): Added cpu32bug-rom.o.
2450
2451 Wed May 3 17:54:47 1995 Stan Shebs <shebs@andros.cygnus.com>
2452
2453 * monitor.c (monitor_command): Don't use PROMPT until monitor
2454 target is known to be open.
2455 (monitor_make_srec): Don't define size of hextab.
2456
2457 Tue May 2 18:32:24 1995 Stan Shebs <shebs@andros.cygnus.com>
2458
2459 * configure.in (--enable-netrom): New configuration option.
2460 * Makefile.in (REMOTE_OBS): Rename from REMOTE_O, append
2461 value of NETROM_OBS.
2462 (NETROM_OBS): New variable.
2463 * remote-nrom.c: New file, NetROM target support.
2464 * config/a29k/a29k-udi.mt, config/i960/vxworks960.mt: Use
2465 REMOTE_OBS instead of REMOTE_O.
2466 start-sanitize-arc
2467 * config/arc/arc.mt: Ditto.
2468 end-sanitize-arc
2469
2470 Fri Apr 28 23:30:00 1995 Stu Grossman (grossman@cygnus.com)
2471
2472 * array-rom.c (_initialize_array array_open): Move baud_rate
2473 initialization from _initxxx to array_open to fix bug with
2474 overriding -b command line option.
2475
2476 Thu Apr 27 20:29:34 1995 Doug Evans <dje@canuck.cygnus.com>
2477
2478 * Makefile.in (RUNTEST): Fix reference of `srcdir'.
2479
2480 Wed Apr 26 19:01:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
2481
2482 * remote-hms.c: Rewrite to use new monitor conventions.
2483
2484 Tue Apr 25 11:27:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2485
2486 * dbxread.c: Add comment explaining lowest_text_address.
2487 Add comment regarding stringtab_global and psymtabs.
2488
2489 Sat Apr 22 01:26:29 1995 Jeff Law (law@snake.cs.utah.edu)
2490
2491 * config/pa/tm-hppa.h (EXTRACT_STRUCT_VALUE_ADDRESS): Fix.
2492
2493 * config/pa/tm-hppa.h (EXTRACT_RETURN_VALUE): Rewrite to correctly
2494 handle "short", "int" and small structures returned in registers.
2495
2496 Fri Apr 21 12:57:53 1995 Kung Hsu <kung@mexican.cygnus.com>
2497
2498 * minsyms.c: add new function lookup_minimal_symbol_text, to look
2499 for text symbol only.
2500 * breakpoint.c (create_longjmp_breakpoint): call
2501 lookup_minimal_symbol_text instead of lookup_minimal_symbol.
2502 * symtab.h: add lookup_minimal_symbol_text prototype.
2503
2504 Fri Apr 21 12:03:44 1995 Stan Shebs <shebs@andros.cygnus.com>
2505
2506 * sh-tdep.c (sh-opc.h): Don't include.
2507 (gdbcore.h): Include.
2508 (frame_find_saved_regs): Remove unused local.
2509
2510 Thu Apr 20 10:12:21 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2511
2512 * dwarfread.c (struct dwfinfo), dbxread.c (struct symloc),
2513 mdebugread.c (struct symloc), hpread.c (struct symloc): Clean
2514 up comments.
2515
2516 Wed Apr 19 16:58:11 1995 Stu Grossman (grossman@andros.cygnus.com)
2517
2518 * hppa-tdep.c (deposit_17): New routine to deposit 17 bit
2519 constants into PA instructions.
2520 * Put #ifdefs around all signal handling code. Not generally
2521 needed for embedded boards.
2522 * (hppa_fix_call_dummy): Parameterize offsets into call dummy to
2523 allow different dummys to be used by this code. Use
2524 INSTRUCTION_SIZE instead of REGISTER_SIZE for things.
2525 Conditionalize setup of _sr4export fixup. Improve comments.
2526 * config/pa/tm-hppa.h: Define INSTRUCTION_SIZE. Use a different
2527 call dummy if PA_LEVEL_0 is defined. Better comments for call
2528 dummys. Define offsets for LDIL/LDO instructions which load
2529 function addresses.
2530 * config/pa/tm-pro.h: Get rid of signal handling stuff. Define
2531 PA_LEVEL_0 to disable mucking with space regs and such.
2532
2533 Mon Apr 17 15:37:08 1995 Stu Grossman (grossman@andros.cygnus.com)
2534
2535 * cpu32bug-rom.c monitor.h op50-rom.c remote-est.c rom68k-rom.c
2536 w89k-rom.c: Remove loadtypes, loadprotos and baudrates.
2537 * op50-rom.c: Fix copyrights and add load routine to op50n_cmds.
2538 * rom68k-rom.c (_initialize_rom68k): Don't set baud rate.
2539 * w89k-rom.c: Fix copyrights.
2540
2541 Sun Apr 16 14:00:55 1995 Stu Grossman (grossman@andros.cygnus.com)
2542
2543 * monitor.c: Move all xmodem stuff into xmodem.[ch]. Remove
2544 unnecessary remoteloadprotocol and remoteloadtype support.
2545 * (expect expect_prompt): Change names to monitor_expect and
2546 monitor_expect_prompt. Make them global.
2547 * (printf_monitor): Change name to monitor_printf. Make global.
2548 * (monitor_read_memory): Flush command echo to avoid parsing
2549 ambiguity with CPU32Bug monitor.
2550 * (monitor_load): Remove remoteloadprotocol and remoteloadtype
2551 support. Call target_ops->load_routine, default to
2552 monitor_load_srec.
2553 * (monitor_load_srec): Remove everything but S-record support.
2554 * monitor.h (monitor_ops): Add load_routine to provide monitor
2555 specific download capability.
2556 * remote-est.c: Clean up copyrights and comments.
2557 * w89k-rom.c: Use new xmodem support.
2558 * xmodem.c xmodem.h: New files to support xmodem downloads.
2559 * rom68k-rom.c remote-est.c: Fix copyrights, add load_routine
2560 entry to monitor_ops.
2561 * cpu32bug-rom.c: New file to support Moto BCC debuggers.
2562 * config/m68k/est.mt (TDEPFILES): Add cpu32bug.o.
2563 * config/pa/hppapro.mt (TDEPFILES): Add xmodem.o.
2564
2565 Sat Apr 15 18:00:15 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2566
2567 * rem-multi.shar: Removed; superceded by gdbserver.
2568
2569 Fri Apr 14 12:10:24 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
2570
2571 * xcoffread.c (xcoff_sym_fns): Revise comment about merging this
2572 with coffread.c.
2573
2574 * breakpoint.c (fixup_breakpoints): Removed.
2575 * rs6000-nat.c (vmap_symtab): Don't call fixup_breakpoints.
2576 (vmap_ldinfo, xcoff_relocate_core): Call breakpoint_re_set.
2577
2578 * coffread.c (coff_symfile_offsets): Allocate SECT_OFF_MAX
2579 sections, not just SECT_OFF_MAX-1.
2580
2581 * rs6000-nat.c (vmap_symtab), xcoffread.c: Re-do section offsets
2582 to be indexed by SECT_OFF_* instead of xcoff section numbers.
2583 * objfiles.c, remote.c: Remove comments regarding SECT_OFF_*.
2584 * symtab.h: Revise comment about block_line_section.
2585 * rs6000-nat.c (vmap_symtab): Don't relocate objfile->sections.
2586
2587 Sat Apr 15 14:15:14 1995 Stan Shebs <shebs@andros.cygnus.com>
2588
2589 * mpw-make.in (init.c): Don't try to do symbolic {o} in sed
2590 command, not allowed by some version of MPW Make.
2591 * ser-mac.c (mac-setbaudrate): Make it actually set baud rates.
2592
2593 Sat Apr 15 14:05:09 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2594
2595 * alpha-tdep.c (alpha_push_arguments): Fix typo (TYPE_VALUE ->
2596 VALUE_TYPE). Do the cast for TYPE_CODE_BOOL, TYPE_CODE_CHAR,
2597 TYPE_CODE_ENUM, and TYPE_CODE_RANGE as well as TYPE_CODE_INT.
2598
2599 Sat Apr 15 14:04:32 1995 Per Bothner <bothner@cygnus.com>
2600
2601 * alpha-tdep.c (alpha_push_arguments): Only cast to long for
2602 TYPE_CODE_INT.
2603
2604 start-sanitize-gdbtk
2605 Sat Apr 15 13:52:24 1995 Stan Shebs <shebs@andros.cygnus.com>
2606
2607 * gdbtk.c (gdb_disassemble): Read from inferior if connected
2608 to a VxWorks target.
2609
2610 Fri Apr 14 10:18:20 1995 Stu Grossman (grossman@cygnus.com)
2611
2612 * README.GDBTK: New file. Contains the obvious.
2613 end-sanitize-gdbtk
2614
2615 Thu Apr 13 16:17:04 1995 Rob Savoye <rob@darkstar.cygnus.com>
2616
2617 * remote-array.c: New file for Array Tech LSI33k based controller
2618 board.
2619
2620 Thu Apr 13 12:23:31 1995 Kung Hsu <kung@rtl.cygnus.com>
2621
2622 * a29k-tdep.c (get_longjmp_target): Replace SWAP_TARGET_AND_HOST with
2623 extract_address.
2624 * remote-vxsparc.c: New file, preliminary check in, this configuration
2625 not supported yet.
2626 * remote-vxmips.c: ditto.
2627
2628 Thu Apr 13 12:10:14 1995 Michael Meissner <meissner@tiktok.cygnus.com>
2629
2630 * rs6000-tdep.c (xcoff_add_toc_to_loadinfo): Don't use a prototype
2631 to declare the function.
2632
2633 Wed Apr 12 16:40:20 1995 Stan Shebs <shebs@andros.cygnus.com>
2634
2635 * monitor.h (init_monitor_ops): Declare.
2636 * rom68k-rom.c: Clarify some comments.
2637 (rom68k_open): Define as static, to match decl.
2638
2639 Wed Apr 12 16:36:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2640
2641 * gdb.gdb: New file.
2642 * .gdbinit: Move list-objfiles to gdb.gdb.
2643
2644 * values.c (set_internalvar): Set modifiable flag of newval.
2645
2646 Wed Apr 12 14:34:31 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
2647
2648 * xcoffread.c: Call complain() rather than error() or printing a
2649 warning.
2650
2651 start-sanitize-arc
2652 Wed Apr 12 08:15:27 1995 Doug Evans <dje@canuck.cygnus.com>
2653
2654 * arc-tdep.c: #include "gdbcmd.h".
2655 (codestream_seek): Pass CORE_ADDR.
2656 (arc_cpu_type, tmp_arc_cpu_type, arc_cpu_type_table): New globals.
2657 (debug_pipeline_p): Likewise.
2658 (X_...): Instruction field access macros.
2659 (BUILD_INSN): Define.
2660 (codestream_tell): Allow for stream elements > 1 byte.
2661 (codestream_fill): Likewise.
2662 (setup_prologue_scan): New function.
2663 (arc_get_frame_setup): Call it. Update to current spec
2664 regarding prologues. Use BUILD_INSN.
2665 (skip_prologue): New argument `frameless_p'. Use BUILD_INSN.
2666 (arc_frame_saved_pc): New function.
2667 (frame_find_saved_regs): Use BUILD_INSN.
2668 (get_insn_type, single_step): New functions.
2669 (one_stepped): New global.
2670 (arc_set_cpu_type_command, arc_show_cpu_type_command): New functions.
2671 (arc_set_cpu_type): New function.
2672 (_initialize_arc_tdep): Define new `set' commands `cpu',
2673 `displaypipeline', and `debugpipeline'.
2674 * remote-arc.c (break_insn): Add bi-endian support.
2675 (arc_insert_breakpoint): Likewise.
2676 (arc_remove_breakpoint): Likewise.
2677 (switch_command): Delete.
2678 * arc/tm-arc.h (TARGET_BYTE_ORDER): Delete.
2679 (TARGET_BYTE_ORDER_SELECTABLE): Define.
2680 (DEFAULT_ARC_CPU_TYPE): Define.
2681 (SKIP_PROLOGUE_FRAMELESS_P): Define.
2682 (BREAKPOINT): Delete.
2683 (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Define.
2684 (DECR_PC_AFTER_BREAK): Change to 8.
2685 (NO_SINGLE_STEP): Define.
2686 (ARC_PC_TO_REAL_ADDRESS): Define.
2687 (SAVED_PC_AFTER_CALL): Use it.
2688 (NUM_REGS, REGISTER_BYTES): Fix.
2689 (FRAME_SAVED_PC): Call arc_frame_saved_pc.
2690 (FRAME_LOCALS_ADDRESS): Fix.
2691 end-sanitize-arc
2692
2693 Tue Apr 11 16:42:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2694
2695 * top.c, utils.c, defs.h: Remove error_hook. It is currently
2696 unused and would need to hook into error_begin()/return_to_top_level(),
2697 instead of error(), if it were to be used.
2698
2699 Tue Apr 11 13:46:25 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
2700
2701 * utils.c, defs.h (warning_begin): Renamed from warning_setup, for
2702 consistency with error_begin. Also print warning_pre_print.
2703 Document it better.
2704 * utils.c (warning): Use it.
2705 * utils.c (error_begin): Doc fix.
2706 * rs6000-nat.c (vmap_ldinfo): If we don't find ldinfo for the
2707 symfile_objfile, nuke it.
2708
2709 Tue Apr 11 09:35:20 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2710
2711 * printcmd.c (print_address_numeric): Pass use_local to
2712 print_longest, rather than always passing 1.
2713
2714 * nlm/Makefile.in: Remove comments discussing munch.
2715
2716 start-sanitize-gdbtk
2717 Tue Apr 11 11:07:12 1995 Michael Meissner <meissner@tiktok.cygnus.com>
2718
2719 * gdbtk.c (gdbtk_init): If SIOCSPGRP is not available, but
2720 F_SETOWN is, use that.
2721 end-sanitize-gdbtk
2722
2723 Mon Apr 10 18:31:57 1995 Stan Shebs <shebs@andros.cygnus.com>
2724
2725 Merge in support for Mac MPW as a host.
2726 (Old change descriptions retained for informational value.)
2727
2728 * mpw-config.in (i386-unknown-go32): Change from aout.
2729 (sh-hitachi-hms): New target.
2730 * mpw-make.in (BISON): Use byacc instead of bison.
2731 (VERSION): Bump to 4.14.1.
2732 (*-pinsn.*): Remove mentions everywhere.
2733 (all): Don't build MacGDB.
2734 (gdb, SiowGDB): Depend on Version.r.
2735 (Version.r): Generate from version info.
2736 * main.c (main): Pass program name to START_PROGRESS, END_PROGRESS.
2737 (main) [MPW]: Remove debugging hook.
2738 * mac-xdep.c (debug_openp): New flag.
2739 (mac_init): Set flag if env variable defined.
2740 * ser-mac.c (mac_open): Clarify error message.
2741 (mac_readchar): Call PROGRESS while looping.
2742 (mac_write): Call sleep instead of sec_sleep.
2743 (sec_sleep): Remove.
2744 * source.c (openp) [MPW]: Only print debugging info if debugging.
2745 * utils.c (query) [MPW]: Clarify that behavior is a bug.
2746
2747 * mpw-make.in (init.c): Use open-brace instead of mpw-open-brace.
2748
2749 * main.c, source.c: Remove hacks that replace long strings
2750 with shorter ones, now solved portably.
2751
2752 * config/m68k/xm-mpw.h (spin.h): Include.
2753 (ALMOST_STDC): Only define if MPW_C.
2754 * config/m68k/tm-mac.h: New file, Mac target definitions.
2755
2756 * mpw-config.in (m68k-apple-macos, ppc-apple-macos,
2757 i386-unknown-aout): New targets.
2758 (mk.tmp): Add *DEPFILES definitions.
2759 * mpw-make.in: Remove gC rules, clean up definitions for other
2760 include files, bump version, fix bogus \ that should be \Option-d.
2761 (init.c): Build correctly.
2762
2763 * mpw-make.in (HFILES_NO_SRCDIR): Add somsolib.h
2764 (ALLDEPFILES): Add somsolib.c.
2765 (somsolib.o): Add some dependencies.
2766
2767 * mpw-config.in: Use nm-empty.h if host is not target.
2768 (xdepfiles): Add mac-xdep.c.o.
2769 (xm_file): Remove.
2770 * mpw-make.in: Add Fortran files.
2771 (XDEPFILES): Remove.
2772
2773 * mpw-config.in (MacSerial.h): Duplicate from standard Serial.h.
2774 * ser-mac.c (MacSerial.h): Include instead of Serial.h.
2775
2776 * mpw-make.in: Use {s} instead of {srcdir} everywhere.
2777 (bindir, libdir): Remove extra colon.
2778 (source.c): Compile with C instead of gC.
2779 (c-exp.tab.c, ch-exp.tab.c, m2-exp.tab.c): Add {o}.
2780 (install-only): Don't install MacGDB.
2781 * source.c (openp) [MPW]: Add a debugging display.
2782 (open_source_file) [MPW]: Use MPW basename finders.
2783 [MPW_C]: Briefer versions of help for line and list commands.
2784
2785 * mpw-make.in: Change references from paread.c to somread.c
2786
2787 * mpw-make.in (VERSION): Update to 4.12.3.
2788 (SiowGDB): New target, GDB using SIOW library.
2789 (init-new.c): New target, attempt to generate init.c from sources.
2790 (main.c.o, top.c.o): Put each in its own segment.
2791 * main.c (main) [MPW]: Always call mac_init.
2792 * utils.c (query) [MPW]: Always return "yes" if in MacGDB, output
2793 an extra newline otherwise.
2794 * mac-xdep.c: More comments in various places, remove junk.
2795 (mac_init): Add tests for MPW and SIOW.
2796 (use_wne, has_color_qd): Renamed.
2797 (use_color_qd): New variable.
2798 (grow_window): Only do console resizing to console window,
2799 call resize_console_window.
2800 (zoom_window): Call resize_console_window.
2801 (resize_console_window, scroll_text): New functions.
2802 (adjust_console_sizes): Always align viewrect to even multiples of
2803 text lines.
2804 (adjust_console_text): Always scroll by whole lines.
2805 (hacked_vfprintf, hacked_puts, hacked_fputc, hacked_putc): Force a
2806 recalculation of scroll positions if a newline was output.
2807 (hacked_fflush): Similarly, for flushing.
2808 (hacked_fgetc): New function, aborts if called in MacGDB.
2809 * ser-mac.c (mac_readchar): Rename starttime to start_time,
2810 remove debugging printf.
2811 (mac_write): Sleep on first 4 writes.
2812 (sec_sleep): New function, works like standard sleep.
2813 * macgdb.r: Adjust positioning and contents of About box.
2814 Set minimum size to 2000K, preferred size to 5000K.
2815 * config/m68k/xm-mpw.h (fgetc): Define as a macro.
2816
2817 * mpw-make.in (.c.o, .gc.o): Prefix segment names with gdb_.
2818 (top.c.o, annotate.c.o): Add build rules.
2819 * macgdb.r (SysTypes.r): Include.
2820 ('vers'): New resource, version info.
2821 (mFile, mEdit, mDebug): Enable all menu items.
2822 (mDebug): Add key equivalents for continue, step, next.
2823 (wConsole): Add zoom and close boxes to window.
2824 * mac-xdep.c (new_console_window): New function, code taken from
2825 mac_init.
2826 (mac_command_loop): Use GetCaretTime for wait interval, call
2827 do_idle on null events.
2828 (do_idle): New function.
2829 (zoom_window): Implement zooming.
2830 (v_scroll_proc): New function, handles vertical scrolling.
2831 (activate_window): Do activation of console window.
2832 (do_menu_command): Implement items of file, edit, and debug menus.
2833 (do_keyboard_command): Fix command extraction.
2834 (adjust_console_sizes, adjust_console_text): New functions.
2835 (hacked_fprintf, hacked_vfprintf, hacked_fputs, hacked_fputc,
2836 hacked_putc): Don't call draw_console.
2837 * ser-mac.c (mac_open): Add an error message for invalid ports.
2838 (first_mac_write): New global.
2839 (mac_write): Use first_mac_write to sleep on first several writes.
2840
2841 * mpw-make.in (INCLUDE_CFLAGS): Add readline source dir.
2842 (READLINE_CFLAGS, READLINE_SRC, READLINE_DIR): Uncomment.
2843 (TSOBS): Don't compile inflow.c.
2844 (all, install): Add MacGDB.
2845 * main.c (main): Do Mac-specific init and command loop if a
2846 standalone app, skip full option help message if compiling
2847 with MPW C.
2848 (gdb_readline): If MPW, add a newline after the (gdb) prompt.
2849 * utils.c (_initialize_utils): If MPW, don't try to use termcap to
2850 compute the window size.
2851 * config/m68k/xm-mpw.h (printf, fprintf, fputs, fputc, putc,
2852 fflush): Define as macros that expand into hacked_... versions.
2853 (StandAlone, mac_app): Declare.
2854 * macgdb.r (SIZE): Set the default partition to 4000K.
2855 * mac-xdep.c (readline.h, history.h): Include.
2856 (terminal.h): Don't include.
2857 (mac_app): Define.
2858 (gdb_has_a_terminal): Define Mac-specific version.
2859 (do_keyboard_command): Simplify search for command string.
2860 (readline): Define as gdb_readline.
2861 Add other history/readline stubs to make main gdb link.
2862 (hacked_fprintf, hacked_printf, hacked_vfprintf, hacked_fputs,
2863 hacked_fputc, hacked_fflush): New functions, intercept output to
2864 stdout and stderr, send to console window.
2865
2866 * mpw-make.in (MacGDB): New target, standalone Mac-hosted gdb.
2867 (XDEPFILES): Define.
2868 (main.c.o): Compile with gC instead of C.
2869 * mac-defs.h: New file, menu etc definitions shared between
2870 C and Rez files.
2871 * macgdb.r: New file, Rez (resource compiler) resource
2872 definitions.
2873 * mac-xdep.c: New file, Mac host interface code.
2874 * config/m68k/xm-mpw.h (PATHNAME_SEPARATOR): Rename to
2875 DIRNAME_SEPARATOR.
2876 (PATHNAME_SEPARATOR_STRING): Remove.
2877 (SIGQUIT, SIGHUP): Define.
2878 (fileno, R_OK): Define.
2879
2880 * mpw-config.in: New file, MPW configuration fragment.
2881 * mpw-make.in: New file, MPW makefile fragment.
2882 * config/m68k/xm-mpw.h: New file, MPW host definitions.
2883 * ser-mac.c: New file, Mac serial interface.
2884
2885 Mon Apr 10 16:47:57 1995 Kung Hsu <kung@mexican.cygnus.com>
2886
2887 * valprint.c (print_longest): Fix a syntax error in #ifdef
2888 PRINTF_HAS_LONG_LONG.
2889
2890 * config/mips/xm-irix5.h: turn on CC_HAS_LONG_LONG and
2891 PRINTF_HAS_LONG_LONG.
2892 * config/mips/tm-irix5.h: turn on FORCE_LONG_LONG.
2893
2894 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2895
2896 * mdebugread.c (parse_symbol): Use new variable
2897 nodebug_var_symbol_type as type of variables which don't have any
2898 ecoff debug info associated with them.
2899 (parse_symbol, parse_procedure): Use heuristics to determine if
2900 functions were compiled without debugging info and change their
2901 type to nodebug_function_symbol_type.
2902 (_initialize_mdebugread): Initialize nodebug_*_symbol_type.
2903
2904 * source.c (line_info): Clear sal.pc for `info line' without
2905 arguments.
2906
2907 Fri Apr 7 17:43:01 1995 Stu Grossman (grossman@andros.cygnus.com)
2908
2909 * monitor.c: make_xmodem_packet and print_xmodem_packet go away.
2910 send_xmodem_packet shows up to do the obvious. Lots of fixes to
2911 xmodem downloads including resetting of block number at start of
2912 new transfers, fix for buffer overrun problem, addition of CRC
2913 generation code.
2914 * (monitor_open): loadtype_str and loadproto_str now default to
2915 first entry in monitor_ops->loadtypes.
2916 * (monitor_wait): Lengthen register dump buf, because of verbose
2917 Winbond monitor.
2918 * (monitor_fetch_register): Report unimplemented registers as 0.
2919 * (monitor_read_memory): Only do 16 byte aligned transfers
2920 because of formatting weirdness with the Winbond monitor. Also,
2921 ignore non-hex, non-whitespace formatting between bytes (same
2922 monitor).
2923 * (monitor_load): Clean up logic.
2924 * (monitor_load_srec): Re-do xmodem support. Move lots of it
2925 into send_xmodem_packet.
2926 * (getacknak): Get rid of polls and timeouts. Handle CRC
2927 requests from receiver.
2928 * (monitor_make_srec): Efficiency improvements. Don't call
2929 sprintf to output two digit hex numbers.
2930 * (crcinit, docrc): New, CRC-16 support routines.
2931 * (send_xmodem_packet): New routine to generate either CRC-16 or
2932 checksummed xmodem packets.
2933
2934 * remote-est.c (est_loadtypes), rom68k-rom.c (rom68k_loadtypes):
2935 Reduce tables down to only the load types supported by each
2936 monitor.
2937
2938 * w89k-rom.c (w89k_supply_register): Parses output of Winbond
2939 register dumps.
2940 * (w89k_loadtypes, w89k_loadprotos): Reduce to just srec/xmodem.
2941 * (w89k_cmds): Add clear all breakpoints, memory fill, and dump
2942 registers commands.
2943
2944 * config/pa/tm-hppa.h: Define lots register offsets needed by
2945 w89k-rom.c.
2946
2947
2948 Thu Apr 6 17:00:46 1995 Michael Meissner <meissner@tiktok.cygnus.com>
2949
2950 * Makefile.in (X11_INCLUDES): Define as empty.
2951 (X11_CFLAGS): Define as including $(X11_INCLUDES).
2952 (X11_LIB_SWITCHES): Define as empty.
2953 (X11_LIBS): Define as -lX11.
2954
2955 start-sanitize-gdbtk
2956 * configure.in (enable_gdbtk): If gdbtk, support the --x-includes
2957 and --x-libraries switches, setting the X11_INCLUDES and
2958 X11_LIB_SWITCHES respectively. Instead of using a hardcoded -lX11
2959 in ENABLE_CLIBS, use the X11_LIB_SWITCHES and X11_LIBS variables.
2960
2961 * gdbtk.c (gdbtk_init): If SIOCSPGRP is not available, don't use
2962 it. This means that the stop button doesn't work, but is better
2963 than nothing.
2964 end-sanitize-gdbtk
2965
2966 Wed Apr 5 19:57:38 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2967
2968 * mips-tdep.c (mips_print_register): Remove unused variable
2969 our_type and call to init_type. Fixes memory leak. Reindent function.
2970
2971 * mips-tdep.c (mips_print_register), findvar.c
2972 (write_register_bytes): Make buffer char[] instead of unsigned
2973 char[].
2974
2975 Mon Apr 3 19:28:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
2976
2977 * top.c, utils.c, main.c, defs.h: Replace error_pre_print with two
2978 variables: error_pre_print (for RETURN_ERROR) and quit_pre_print
2979 (for RETURN_QUIT). Fixes a bug whereby typing ^C (e.g. in "maint
2980 print sym") could output extraneous stuff.
2981 * objfiles.c: Don't declare error_pre_print; defs.h does it.
2982
2983 Mon Apr 3 13:48:28 1995 Stu Grossman (grossman@andros.cygnus.com)
2984
2985 * monitor.h: Add MO_GETMEM_NEEDS_RANGE flag.
2986 * monitor.c (monitor_read_memory): Use previously mentioned flag
2987 to send proper format memory examine commands to the w89k monitor.
2988 Also, try to handle bizarre format of memory dump...
2989
2990 * op50-rom.c w89k-rom.c: Update to new monitor.[ch] conventions.
2991
2992 Sat Apr 1 03:22:20 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2993
2994 * dbxread.c (process_one_symbol) [SOFUN_ADDRESS_MAYBE_MISSING]:
2995 Handle relocated symbol address.
2996 * partial-stab.h, case N_SO, SOFUN_ADDRESS_MAYBE_MISSING:
2997 Do not relocate a zero address.
2998
2999 Thu Mar 30 19:46:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3000
3001 * config/a29k/tm-a29k.h: Nuke obsolete define CONTROL_END_ADDR; it
3002 is nowhere used.
3003
3004 * stabsread.c (read_range_type): Remove FIXME comment about
3005 type-id (I presume this meant a number followed by = followed by a
3006 type) versus type number; Per fixed it.
3007
3008 Wed Mar 29 09:56:04 1995 Jason Molenda (crash@phydeaux.cygnus.com)
3009
3010 * configure.in: sparc-*-sunos5* is same as sparc-*-solaris2*.
3011
3012 Wed Mar 29 18:30:03 1995 Stan Shebs <shebs@andros.cygnus.com>
3013
3014 * remote-e7000.c (why_stop): Add new kinds of strings to expect
3015 from the emulator.
3016 (e7000_wait): Add interpretations for more stop reasons,
3017 including warnings for write protect and cycle address errors.
3018
3019 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
3020
3021 start-sanitize-gdbtk
3022 * Makefile.in (gdbtk.o): Use X11_CFLAGS to provide alternate
3023 locations (per-host) for X11 include files.
3024 * config/pa/hppahpux.mh (XM_CLIBS): Add -L/usr/lib/X11R5 to force
3025 the use of R5 libs. (X11_CFLAGS): Add this to indicate the locs
3026 of the R5 include files.
3027 end-sanitize-gdbtk
3028 * monitor.c monitor.h remote-est.c rom68k-rom.c: Add start of
3029 support for interrupting target.
3030 * monitor.c (monitor_open): Send stop command before doing
3031 anything else.
3032 * (monitor_load_srec): Fix record size calculation to prevent end
3033 of segment from getting trashed.
3034 * rom68k-rom.c: Update to latest version of struct monitor_ops.
3035 * config/sparc/tm-sparc.h (FIX_CALL_DUMMY): Fix byte-order
3036 problems. Makes DOS hosted function calling work.
3037 * sparclite/crt0.s: Define _start to make COFF happy.
3038
3039 Wed Mar 29 09:11:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3040
3041 * defs.h (atof): Don't provide an external declaration if atof is
3042 a macro.
3043
3044 Wed Mar 29 00:01:07 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3045
3046 * rs6000-tdep.c (skip_prologue): Skip saving of LR and CR in
3047 the stack frame, fix typos in `st rx,NUM(r1)' and `stu r1,NUM(r1)'
3048 tests.
3049
3050 Tue Mar 28 17:04:04 1995 Per Bothner <bothner@kalessin.cygnus.com>
3051
3052 * gdbtypes.c (create_range_type): If indextype has TYPE_FLAG_STUB
3053 set, set TYPE_FLAG_TARGET_STUB.
3054 (check_stub_type): Recalculate TYPE_LENGTH for range type.
3055 * stabsread.c (read_range_type): If index type number is followed
3056 by '=', back up, call read_type. and assume we have a true range.
3057 * gdbtypes.h (TYPE_FLAG_TARGET_STUB): Update comment.
3058
3059 Mon Mar 27 22:51:54 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3060
3061 * alpha-nat.c, irix4-nat.c, irix5-nat.c, mipsv4-nat.c,
3062 sparc-tdep.c (supply_gregset, supply_fpregset): Fill inaccessible
3063 registers with zero to handle recent read_register_bytes change.
3064 * irix4-nat.c, irix5-nat.c, mipsv4-nat.c (supply_gregset,
3065 fill_gregset): Fix handling of CAUSE_REGNUM.
3066 * mips-nat.c (store_inferior_registers): Handle unwritable
3067 registers when storing a single register.
3068 * config/mips/tm-irix3.h (CAUSE_REGNUM, BADVADDR_REGNUM):
3069 Fix definitions.
3070
3071 * mdebugread.c (parse_symbol, psymtab_to_symtab_1): Clear
3072 allocated mips_extra_func_info, if the debug info is corrupt,
3073 the PDR to fill it in might be missing.
3074
3075 Mon Mar 27 14:43:00 1995 Kung Hsu <kung@mexican.cygnus.com>
3076
3077 * vx-share/regPacket.h: a new file interfacing with vxworks.
3078
3079 Sun Mar 26 13:22:47 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3080
3081 * breakpoint.c (bpstat_do_actions): Once we've executed the
3082 commands, set bs->commands to NULL.
3083
3084 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3085
3086 * buildsym.c (patch_subfile_name): Update last_source_file
3087 with the real source file name.
3088 * dbxread.c (end_psymtab): Handle static functions in the
3089 SOFUN_ADDRESS_MAYBE_MISSING case by passing pst->filename
3090 to lookup_minimal_symbol.
3091 (process_one_symbol): Ignore extra outermost context from
3092 SunPRO cc and acc.
3093 * stabsread.c (define_symbol): Do not complain for SunPRO
3094 static variable encoding if STATIC_TRANSFORM_NAME is defined.
3095 * sparc-tdep.c, config/sparc/tm-sun4sol2.h
3096 (sunpro_static_transform_name): Renamed from
3097 solaris_static_transform_name.
3098 * config/sparc/tm-sun4os4.h (STATIC_TRANSFORM_NAME):
3099 Define to sunpro_static_transform_name for acc 3.0 compiled
3100 executables.
3101 * procfs.c, config/alpha/nm-osf2.h (PROCFS_DONT_TRACE_FAULTS):
3102 Renamed from PROCFS_DONT_TRACE_IFAULT, don't trace any faults
3103 if defined.
3104 * procfs.c (info_proc_siginfo): Cast sip->si_addr to
3105 `unsigned long' and use `lx' format for printing it.
3106
3107 Fri Mar 24 15:45:42 1995 Stu Grossman (grossman@cygnus.com)
3108
3109 * configure.in: Move test for m68*-est-* before m68*-*-coff*.
3110 * findvar.c: Move default def of CANNOT_STORE_REGISTER closer to
3111 the beginning of the code.
3112 * (write_register_gen): New routine. Analogous to
3113 read_register_gen.
3114 * (write_register_bytes): Another rewrite! Make it smarter about
3115 not updating regs with the same value.
3116 * monitor.c (printf_monitor readchar): Use stderr instead of
3117 stdout to output debug info. Also cleanup readchar a little.
3118 * (expect): Make sure that excessive responses are null
3119 terminated.
3120 * (monitor_open): Check for magic number in monitor_ops struct.
3121 Allow multiple commands as init strings. Also, clear all
3122 breakpoints.
3123 * (monitor_resume monitor_wait): Send a command to dump all the
3124 regs for those targets which don't do so when waking up after a
3125 continue command.
3126 * (monitor_wait): Handle excessive response output better.
3127 * (monitor_write_memory): Use block fill, word, and long word
3128 commands (if they exist) to write memory more efficiently.
3129 * General cleanups to use flag bits instead of individual flag
3130 words in monitor_ops struct.
3131 * (monitor_command): Return output from command.
3132 * (monitor_load_srec): Allocate buffer only once. Use alloca.
3133 Wait for load response string instead of using a timeout to start
3134 sending S-records. Fix bug where value of srec_frame shrinks. If
3135 hashmark is set, print `-' for retransmissions. General cleanups.
3136 * (monitor_make_srec): Get rid of S-record default type kludge.
3137 * monitor.h: Use seperate struct for memory and register
3138 read/write commands. Memory commands can come in byte, word,
3139 long, and longlong forms.
3140 * (monitor_ops): Change lots of fields. Generalize some stuff.
3141 Put all flags into flags word. Allow init to be a list of commands.
3142 Add command for clearing all breakpoints, block fill, dumping all
3143 registers.
3144 * remote-est.c: Rewrite to use new monitor conventions.
3145 * config/m68k/est.mt (TDEPFILES): Add monitor.o.
3146 * config/m68k/tm-est.h: Set NUM_REGS to 18.
3147 * testsuite/gdb.base/break.exp: Lots of cleanups. Use gdb_test
3148 more thoroughly.
3149
3150 Thu Mar 23 23:20:00 1995 Jeff Law (law@snake.cs.utah.edu)
3151
3152 * somsolib.c (som_solib_add): Handle case where a shared library
3153 referenced by a core file has sections without the SEC_ALLOC bit
3154 set (eg stabs sections).
3155
3156 Thu Mar 23 15:07:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3157
3158 * breakpoint.c (bpstat_do_actions): For each element in the bpstat
3159 chain, do all the commands regardless of whether they run the
3160 inferior.
3161
3162 Wed Mar 22 19:17:06 1995 Doug Evans <dje@cygnus.com>
3163
3164 * mem-break.c (LITTLE_BREAKPOINT, BIG_BREAKPOINT): Define as
3165 BREAKPOINT if mono-endian.
3166 (break_insn): Deleted.
3167 (big_break_insn, little_break_insn): Define.
3168 (memory_insert_breakpoint): Handle bi-endian cpus.
3169 (BREAKPOINT_LEN): Define.
3170 (memory_remove_breakpoint): Use it.
3171 (memory_breakpoint_size): Likewise.
3172
3173 Tue Mar 21 17:03:17 1995 Kung Hsu <kung@mexican.cygnus.com>
3174
3175 * sparc-stub.c: add nop after 'bg good_wim'.
3176 * sparcl-stub.c: ditto.
3177
3178 Tue Mar 21 13:34:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3179
3180 * infrun.c (handle_command): Don't print TARGET_SIGNAL_0,
3181 TARGET_SIGNAL_UNKNOWN, or TARGET_SIGNAL_DEFAULT.
3182
3183 Mon Mar 20 10:09:59 1995 Jeff Law (law@snake.cs.utah.edu)
3184
3185 * hppab-nat.c (store_inferior_registers): Sync with HPUX version.
3186
3187 Mon Mar 20 07:34:48 1995 Stu Grossman (grossman@cygnus.com)
3188
3189 * hppah-nat.c (store_inferior_registers): Move check for
3190 CANNOT_STORE_REGISTER to a better place. Fixes ptrace I/O errors
3191 found by test suite during function calls, which attempts to write
3192 unwritable registers.
3193
3194 Sat Mar 18 02:02:24 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3195
3196 * mdebugread.c (parse_symbol): If finishing a function without
3197 known parameter type info, set that from parameter symbols.
3198 Remove commented-out add_param_to_type support.
3199
3200 Thu Mar 16 16:38:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3201
3202 * xcoffread.c (process_linenos): Make sure filename we pass to
3203 start_subfile will cause deduce_language_from_filename to return
3204 the correct thing. Reindent function to GNU standards.
3205
3206 Thu Mar 16 15:54:00 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3207
3208 * nlm/gdbserve.c (handle_exception): #if out call to StopBell,
3209 as it is not available on NetWare 3 or PIN.
3210 * nlm/ppc.c (StopBell): Removed.
3211
3212 Thu Mar 16 12:14:41 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3213
3214 * xcoffread.c (read_xcoff_symtab): When creating a dummy parameter
3215 inferred from the traceback tags, give its type the name
3216 "<non-float parameter>".
3217
3218 * stabsread.c (rs6000_builtin_type): Recognize types -31 to -34.
3219
3220 Wed Mar 15 15:09:29 1995 Stu Grossman (grossman@cygnus.com)
3221
3222 * findvar.c (read_register_bytes write_register_bytes): Make
3223 these routines much smarter about updating registers from the
3224 target, only doing so when absolutely necessary. This really
3225 speeds up register modification on some remote targets.
3226
3227 * monitor.c: More cleanups. Get rid of monitor_load_ascii_srec.
3228 BFD makes this unnecessary. Lots of debugging speedups.
3229 * (expect): NULL terminate return string.
3230 * (monitor_open monitor_supply_register parse_register_dump
3231 monitor_wait monitor_fetch_register): Switch to using GNU regexp
3232 library to parse multi-register displays.
3233 * (monitor_read_memory): Read multiple bytes (up to 16) at once.
3234 * (monitor_create_inferior): Call clear_proceed_status to make run
3235 command notice first breakpoint.
3236 * (monitor_load): Clean up. Reset inferior_pid, set pc to start
3237 address and reset symbol table stuff to make loads put things into
3238 a fresh state.
3239 * (monitor_load_srec): Lower sleep time to 1 second.
3240
3241 * monitor.h (struct monitor_ops): Add register_pattern and
3242 supply_register to monitor_ops.
3243
3244 * rom68k-rom.c: Add new support for handling register dumps.
3245 * config/m68k/tm-m68k.h: Define D0_REGNUM and A0_REGNUM for register
3246 dump handling.
3247
3248 Wed Mar 15 15:18:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3249
3250 * utils.c, defs.h (putchar_unfiltered, fputc_unfiltered): Make
3251 argument be an int, not a char. Using a prototype followed by an
3252 old-style function definition in a case where an argument is
3253 widened is a GCC-ism not supported by the native AIX compiler.
3254
3255 Wed Mar 15 12:22:35 1995 J.T. Conklin <jtc@rtl.cygnus.com>
3256
3257 * nlmstub.def: Removed, this was moved to nlm/gdbserve.def
3258 long ago.
3259
3260 * configure.in (alpha-*-netware*): Removed configuration.
3261 * config/alpha/{alpha-nw.mt, gdbserve.mt, tm-alphanw.h}: Removed.
3262 * nlm/{README-ALPHA-NETWARE, aio.h, alpha-io.S, alpha-regdef.h,
3263 alpha.c, alpha.h, altdebug.h}: Removed.
3264
3265 * nlm/gdbserve.c (main): Add support for processing BOARD=
3266 argument, deprecate NODE=.
3267
3268 Wed Mar 15 10:58:26 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3269
3270 * c-exp.y (yylex): Make an empty character constant an error.
3271
3272 Tue Mar 14 15:00:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
3273
3274 * valops.c (value_arg_coerce): Do possible value_coerce_array
3275 before determining type argument to value_cast.
3276
3277 Tue Mar 14 10:41:41 1995 Kung Hsu <kung@mexican.cygnus.com>
3278
3279 * remote-es.c: Replace ignore with 0.
3280
3281 Tue Mar 14 05:52:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3282
3283 * valops.c (value_repeat), eval.c (evaluate_subexp_standard):
3284 If VALUE_REPEATED is already set, just error out.
3285
3286 * valops.c (value_cast, value_slice), parse.c (follow_types): Add
3287 FIXME-type-allocation comments.
3288
3289 * gdbtypes.h (struct type): Fix comment about what units the
3290 TYPE_LENGTH is in.
3291
3292 Mon Mar 13 18:27:25 1995 Stan Shebs <shebs@andros.cygnus.com>
3293
3294 * ch-valprint.c (annotate.h): Include.
3295 * eval.c (evaluate_subexp_standard): Remove unused variable.
3296 (calc_f77_array_dims): Add parens to expression.
3297 * f-exp.y (yylex): Add parens to expression, remove unused label.
3298 * f-lang.h (calc_f77_array_dims): Declare.
3299 * f-valprint.c (f_val_print): Remove unused variables.
3300
3301 Mon Mar 13 15:25:47 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
3302
3303 * alpha-tdep.c (find_proc_desc): If pdr.framereg field is -1, don't
3304 use the PDR, just examine prologues instead.
3305
3306 start-sanitize-arc
3307 Fri Mar 10 16:13:18 1995 Kung Hsu <kung@mexican.cygnus.com>
3308
3309 * config/tm-arc.h: Change arc register names.
3310 end-sanitize-arc
3311
3312 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3313
3314 Fix problems with infinite recursion when printing a class
3315 that contains a static instance of the class.
3316 * cp-valprint.c (dont_print_vb_obstack): Renamed from
3317 dont_print_obstack, made static.
3318 (dont_print_statmem_obstack): New obstack, controls printing
3319 of static member classes.
3320 (_initialize_cp_valprint): Initialize it.
3321 (cp_print_static_field): New function, handles printing of
3322 static members.
3323 (cp_print_value_fields): New parameter dont_print_statmem to
3324 handle recursive printing of static member classes, use
3325 cp_print_static_field to handle printing of static members.
3326 * c-valprint.c (cp_print_value_fields): Update prototype and
3327 call to include additional dont_print_statmem parameter.
3328 * c-valprint.c, f-valprint.c (dont_print_obstack): Remove unused
3329 extern declaration.
3330
3331 * alpha-tdep.c, findvar.c, infptrace.c: Include <string.h>.
3332
3333 * config/alpha/tm-alpha.h (FRAME_FIND_SAVED_REGS): Call
3334 alpha_find_saved_regs if fi->saved_regs is still NULL.
3335
3336 * elfread.c (elf_symtab_read): Ensure that the filename field
3337 of a minsym is nonempty. Ignore solib trampoline symbols from
3338 the main symbol table, they might have a bogus value.
3339
3340 * procfs.c (set_proc_siginfo), config/alpha/alpha-osf2.mh:
3341 Fix typos in comments.
3342
3343 Thu Mar 9 17:19:47 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
3344
3345 * mdebugread.c (parse_symbol, psymtab_to_symtab_1): Initialize
3346 pdr.framereg field of MIPS_EFI_SYMBOL_NAME symbol to -1. That way
3347 we know whether the PDR ever got set.
3348 * mips-tdep.c (find_proc_desc): If pdr.framereg field is -1, don't
3349 use the PDR, just examine prologues instead.
3350
3351 Wed Mar 8 23:35:10 1995 Jeff Law (law@snake.cs.utah.edu)
3352
3353 * somsolib.c (som_solib_section_offsets): Get offset of text
3354 section right.
3355
3356 Wed Mar 8 16:12:21 1995 Stu Grossman (grossman@cygnus.com)
3357
3358 start-sanitize-gdbtk
3359 * gdbtk.c (gdb_get_breakpoint_info): Return error if breakpoint
3360 type is not bp_breakpoint.
3361 end-sanitize-gdbtk
3362
3363 * source.c (forward_search_command reverse_search_command): Set
3364 convenience variable $_ to be the line # of the match.
3365 * symtab.c (decode_line_1): Allow convenience variables to be
3366 used in line specs (for breakpoints and such).
3367
3368 Wed Mar 8 12:51:00 1995 Stan Shebs <shebs@andros.cygnus.com>
3369
3370 * Makefile.in (VERSION): Bump to 4.14.1.
3371 * NEWS, README: Update for 4.14.
3372 * i386v-nat.c (i386_insert_aligned_watchpoint): Fix declaration.
3373 (i386_insert_nonaligned_watchpoint): Call aligned instead of
3374 generic watchpoint insertion.
3375
3376 Tue Mar 7 19:26:10 1995 Per Bothner <bothner@kalessin.cygnus.com>
3377
3378 * valops.c (value_slice): Do COERCE_VARYING_ARRAY.
3379
3380 Tue Mar 7 00:23:47 1995 Stu Grossman (grossman@cygnus.com)
3381
3382 * monitor.c, array-rom.c, monitor.h, rom68k-rom.c: Move target_ops
3383 into monitor.c.
3384 * monitor.c (monitor_create_inferior): Allow run command to start
3385 program.
3386
3387 * monitor.c (monitor_load): Set PC to start address when done
3388 loading.
3389
3390 * array-rom.c, monitor.h, rom68k-rom.c: Clean up target_ops.
3391 Remove ref to monitor_create_inferior.
3392
3393 * monitor.c: More general cleanups. Add prototypes, remove
3394 unused routines. Fix bug with wrong number of args to error().
3395
3396 * main.c (main): Don't start up GUI when running under gdb mode
3397 in emacs.
3398
3399 * Makefile.in: Add rules for monitor.o and rom68k-rom.o to make
3400 Sun make (with VPATH) work...
3401
3402 * monitor.c, monitor.h, rom68k-rom.c: Serious cleanup to make IDP
3403 (rom68k) target work right.
3404 * array-rom.c, op50-rom.c, w89k-rom.c: Partial updates to new
3405 monitor.c interface. More work needs to be done here.
3406 * config/m68k/tm-monitor.h: Change DECR_PC_AFTER_BREAK to 0 to
3407 match the IDP monitor. Also, set NUM_REGS to 18 cuz there's no
3408 floating-point for this card.
3409
3410 * serial.h, ser-go32.c, ser-go32-para.c, ser-mac.c, ser-tcp.c,
3411 ser-unix.c: Add SERIAL_SETSTOPBITS to set the number of stopbits
3412 (needed for IDP board?!?!?).
3413
3414 * defs.h, utils.c, remote-hms.c, remote-pa.c, remote.c: Fix defs
3415 and usage of fputc_unfiltered and putchar_unfiltered. Eliminate
3416 putc_unfiltered (it's superfluous).
3417
3418 * command.h, command.c, top.c: Add var_enum command type. It's
3419 like var_string but allows only only one of the specified strings.
3420
3421 Mon Mar 6 15:03:59 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3422
3423 * valops.c (value_cast): Don't use backslash newline--pre-ANSI
3424 compilers (such as SunOS4 /bin/cc) don't generally support it
3425 except in some contexts.
3426
3427 Fri Mar 3 17:42:48 1995 Per Bothner <bothner@kalessin.cygnus.com>
3428
3429 * valops.c (value_cast): Check for cast to array type *before*
3430 we coerce array to pointer (in case arg2 is already array).
3431
3432 * valops.c (call_function_by_hand): Set using_gcc to 2 if using
3433 gcc2. Needed for REG_STRUCT_HAS_ADDR to work on sparc.
3434 Also check REG_STRUCT_HAS_ADDR for union, array and string types.
3435
3436 * valops.c (call_function_by_hand): Re-arrange code for pushing
3437 paramaters on the stack so we can do better STACK_ALIGN.
3438
3439 * valops.c (call_function_by_hand): Call error if the number
3440 of arguments is fewer than parameter types in function type.
3441
3442 Fri Mar 3 17:13:05 1995 Doug Evans <dje@canuck.cygnus.com>
3443
3444 * sparc-tdep.c (sparc_extract_struct_value_address): Move
3445 sparc64 support to here.
3446 (sparc64_extract_struct_value_address): Deleted.
3447 (dump_ccreg): Add a prototype so long long arg -> int.
3448 * sparc/tm-sp64.h (USE_STRUCT_CONVENTION): Define.
3449 (EXTRACT_STRUCT_VALUE_ADDRESS): Delete.
3450
3451 Fri Mar 3 15:12:12 1995 Jeff Law (law@snake.cs.utah.edu)
3452
3453 * hpread.c (hpread_record_lines): New argument "offset". All
3454 callers changed. Use it to handle dynamic address relocation.
3455 (hpread_build_psymtabs): Adjust texthigh as we read each function
3456 debug symbol. Fix computation of texthigh.
3457 (hpread_read_subrange_type): Work around macro bugs in HP's
3458 compilers.
3459 (hpread_process_one_debug_symbol): Correctly map source lines.
3460
3461 * somread.c (check_strange_names): Filter names emitted by the HP
3462 compiler when generating PIC code.
3463
3464 * valops.c (value_struct_elt_for_reference): Work around macro
3465 bugs in HP's compilers.
3466 * c-exp.y (block): Likewise.
3467
3468 Fri Mar 3 12:27:28 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
3469
3470 * rs6000-tdep.c (push_dummy_frame): Fix order of arguments to
3471 store_address.
3472
3473 * utils.c [_AIX]: Include stddef.h instead of #defining size_t.
3474
3475 Fri Mar 3 12:33:24 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3476
3477 * rs6000-tdep.c (skip_prologue): Skip multiple stores of the saved
3478 registers that GCC emits on the PowerPC by default in addition to
3479 the store multiple instruction used on the Power series.
3480
3481 Fri Mar 3 00:54:58 1995 Doug Evans <dje@canuck.cygnus.com>
3482
3483 * sparc-tdep.c (decode_asi): New function.
3484 (sparc_print_register_hook): Pretty print more v9 registers.
3485 * sparc/tm-sp64.h (REGISTER_NAMES): Fix some typos.
3486
3487 Thu Mar 2 22:20:22 1995 Doug Evans <dje@canuck.cygnus.com>
3488
3489 * dwarfread.c (struct dieinfo): Use CORE_ADDR for at_{low,high}_pc.
3490 (target_to_host): Change result type to CORE_ADDR.
3491
3492 Thu Mar 2 15:13:04 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3493
3494 * rs6000-tdep.c: Fix byte-swapping sins.
3495
3496 Thu Mar 2 16:48:45 1995 Michael Meissner <meissner@cygnus.com>
3497
3498 * rs6000-tdep.c (branch_dest): Minor code cleanup, don't share
3499 code between branch unconditional and branch conditional cases.
3500
3501 Wed Mar 1 09:41:26 1995 Doug Evans <dje@canuck.cygnus.com>
3502
3503 Various changes for sparc64.
3504 * sparc-tdep.c (NUM_SPARC_FPREGS): Define.
3505 (SPARC_INTREG_SIZE): Define.
3506 (*): Use SPARC_INTREG_SIZE instead of REGISTER_RAW_SIZE (intreg)
3507 where appropriate.
3508 (enum branch_type): New value `done_retry'.
3509 (isbranch): Renamed from isannulled. All callers changed.
3510 Support new sparc64 branch insns.
3511 (single_step): Handle done_retry.
3512 (sparc_extract_struct_value_address): Don't assume 4 byte regs.
3513 (get_saved_register): Likewise.
3514 (sparc_push_dummy_frame): Likewise.
3515 (sparc_frame_find_saved_regs): Likewise.
3516 (sparc_pop_frame): Likewise. Don't refer to FPS_REGNUM, CPS_REGNUM,
3517 or PS_REGNUM if not sparc64. sparc64 has 64 fp regs.
3518 (sparc64_extract_struct_value_address): New function.
3519 (dump_ccreg, sparc_print_register_hook): Likewise.
3520 * sp64-tdep.c: Deleted.
3521 * sparc/tm-sp64.h (GDB_TARGET_IS_SPARC64): Define.
3522 (NUM_REGS): Reduce by 2, cle/tle are in the pstate reg.
3523 (CC_HAS_LONG_LONG): Define.
3524 (REGISTER_NAMES): Delete cle/tle and reorganize.
3525 (PS_REGNUM, FPS_REGNUM, CPS_REGNUM): Delete, they're ifdef'd out of
3526 sparc-tdep.c now.
3527 (REGISTER_BYTES): Update.
3528 (REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW): Delete.
3529 (EXTRACT_RETURN_VALUE): Delete. Use definition in tm-sparc.h.
3530 (NO_SINGLE_STEP): Likewise.
3531 * sparc/tm-sparc.h (EXTRACT_VALUE_RETURN): Don't assume 4 byte regs.
3532 * sparc/sp64.mt: Move simulator support ...
3533 * sparc/sp64sim.mt: ... to here.
3534
3535 Wed Mar 1 13:14:42 1995 Kung Hsu <kung@mexican.cygnus.com>
3536
3537 * remote-vx960.c: new file for target specific register packaging.
3538 * remote-vx68.c: ditto.
3539 * config/i960/vxworks960.mt: add remote-vx960.o.
3540 * config/m68k/vxworks68.mt: add remote-vx68.o.
3541
3542 Wed Mar 1 13:42:49 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3543
3544 * remote.c (remote_wait): Make calls to strtol be type correct by
3545 passing the address of a char * pointer instead of an unsigned
3546 char *.
3547
3548 * rs6000-tdep.c (push_dummy_frame): Cast sp to char * when calling
3549 write_memory to make things type correct.
3550
3551 Wed Mar 1 12:17:31 1995 Michael Meissner <meissner@cygnus.com>
3552
3553 * ch-exp.y, c-exp.y, f-exp.y, m2-exp.y (yy defines): Support the
3554 standard Linux yacc by adding more names to be redefined with a
3555 prefix.
3556
3557 Tue Feb 28 22:55:47 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3558
3559 * hppa-tdep.c (pa_print_registers), monitor.c: Use
3560 extract_unsigned_integer and friends, not SWAP_TARGET_AND_HOST.
3561 * defs.h, findvar.c: Move SWAP_TARGET_AND_HOST back to findvar.c.
3562 Rename it to SWAP_FLOATING to make it clear it is no longer for
3563 integers.
3564
3565 Tue Feb 28 14:38:39 1995 Kung Hsu <kung@mexican.cygnus.com>
3566
3567 * defs.h (SWAP_TARGET_AND_HOST): check endianess at runtime not
3568 compile time.
3569
3570 start-sanitize-arc
3571 * arc-tdep.c (_initialize_arc_tdep): set tm_print_insn according to
3572 processor.
3573 * remote-arc.c (arc_wait): when a processor stops, stop other two
3574 processors too.
3575 * remote-arc.c (switch_command): switch tm_print_insn.
3576 end-sanitize-arc
3577
3578 * vx-share/ptrace.h: merge in WRS new ptrace requests.
3579
3580 * defs.h: fix a syntax error.
3581
3582 * a29k-tdep.c (get_longjmp_target): add this function, from WRS.
3583 * remote-vx.c: move read_register and write_register out to
3584 target specific files.
3585 * remote-vx29k.c (get_fp_contnets): add this function, from WRS.
3586
3587 * defs.h: define SWAP_TARGET_AND_HOST macro.
3588 * findvar.c, monitor.c, hppa-tdep.c: remove definition of
3589 SWAP_TARGET_AND_HOST.
3590
3591 Tue Feb 28 08:31:40 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3592
3593 * alpha-tdep.c (find_proc_desc): Only attempt to set
3594 PROC_LOCALOFF (found_heuristic) if found_heuristic is non-NULL.
3595
3596 Mon Feb 27 11:56:32 1995 Stan Shebs <shebs@andros.cygnus.com>
3597
3598 * monitor.c: General gcc -Wall lint cleanup and reformat.
3599 (monitor_command): If no args, send an empty command.
3600
3601 Thu Feb 23 21:07:25 1995 Stu Grossman (grossman@cygnus.com)
3602
3603 * monitor.c (monitor_load_ascii_srec): Add a one second sleep
3604 after send LOAD_CMD to prevent loss of first S-record.
3605
3606 Tue Feb 21 20:48:42 1995 Per Bothner <bothner@kalessin.cygnus.com>
3607
3608 * valops.c (call_function_by_hand): Set using_gcc to 2 if gcc-2.
3609 Call error if too few arguments.
3610 If REG_STRUCT_HAS_ADDR (structs passed by invisible reference),
3611 copy and convert to reference *before* we calculate alignment.
3612 Also, make sure structs allocated for return values and invisible
3613 reference don't violate STACK_ALIGN.
3614
3615 Tue Feb 21 23:29:59 1995 Per Bothner <bothner@rtl.cygnus.com>
3616
3617 * ch-exp.y (expression_conversion): Recognize 'ARRAY () TYPE (EXPR)'
3618 (same as C's '(TYPE[])EXPR')
3619
3620 Tue Feb 21 11:47:26 1995 Stan Shebs <shebs@andros.cygnus.com>
3621
3622 * top.c (print_gdb_version): Update the year.
3623
3624 Sun Feb 19 14:31:57 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
3625
3626 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Look for newlib in
3627 `..' not in `../..'.
3628
3629 Sun Feb 19 11:05:28 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
3630
3631 * procfs.c (unconditionally_kill_inferior): Don't issue a PIOCKILL
3632 in addition to a PIOCSSIG to kill the inferior.
3633
3634 Thu Feb 16 15:06:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
3635
3636 * parse.c (follow_types): Given (TYPE[]) (i.e. with no length),
3637 create a 0-length array type, and set BOUND_CANNOT_BE_DETERMINED.
3638 * valops.c (value_cast): If a cast like (TYPE[])VALUE (i.e. array
3639 of unknown length) use sizeof(VALUE)/sizeof(TYPE) as the length.
3640 * c-typeprint.c (c_type_print_varspec_suffix): If array length
3641 is 0, print it, but not if upper_bound is BOUND_CANNOT_BE_DETERMINED.
3642
3643 Thu Feb 16 16:06:50 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3644
3645 * dcache.c (insque, remque): Rewrite Linux support.
3646
3647 Wed Feb 15 12:33:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
3648
3649 * config/powerpc/tm-ppc-eabi.h (TEXT_SEGMENT_BASE): Define as 1.
3650
3651 * dcache.c (insque, remque): If compiling in standard C on Linux,
3652 protect insque and remque with macros to cast the pointer
3653 arguments to the proper type.
3654
3655 Tue Feb 14 17:16:41 1995 Stu Grossman (grossman@cygnus.com)
3656
3657 * annotate.c, breakpoint.c, defs.h, top.c: Replace
3658 enable/disable_breakpoint_hook with modify_breakpoint_hook.
3659 start-sanitize-gdbtk
3660 * gdbtk.c: Ditto.
3661 * gdbtk.c: General cleanups, get rid of unused variables. Redo
3662 handling of stdout/stderr to just return output as the result of
3663 the tcl command that caused the output. Cleanup -Wall stuff.
3664 * (breakpoint_notify): Now returns just action and breakpoint
3665 number.
3666 * (gdb_get_breakpoint_list): New routine. Does the obvious.
3667 * (gdb_get_breakpoint_info): Mostly derived from the old
3668 breakpoint_notify, but returns lots more info.
3669 * (dsprintf_append_element): Helper routine, works like printf,
3670 but appends a tcl element onto the specified DString. Good for
3671 building up lists as return values.
3672 * (gdbtk_enable/disable_breakpoint): Go away. Replaced with
3673 gdbtk_modify_breakpoint.
3674 * (*many routines*): Use new result protocol.
3675 * (call_wrapper): Make sure that recursive calls don't trash results.
3676 * gdbtk.tcl: New windows, autocmd, and breakpoints.
3677 * (gdbtk_tcl_fputs): Don't use $current_output_win redirection
3678 anymore. It's not needed (in fact, this routine may not be needed
3679 anymore).
3680 * (gdbtk_tcl_breakpoint): Change to reflect new breakpoint
3681 notification protocol.
3682 * (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove
3683 catches.
3684 * (interactive_cmd): Use this wrapper around button invocations
3685 of many commands. This will catch errors and put the results into
3686 the command window. It also updates all the other windows.
3687 * Also, change reliefs of most things to sunken. This actually
3688 looks better.
3689 * (create_file_win): Fix margin binding to allow breakpoints to
3690 work again.
3691 * (create_asm_win): Use return value of gdb_disassemble instead
3692 of implicit I/O to the command window.
3693 * (create_command_window): Use new result protocol to get output
3694 from commands.
3695 end-sanitize-gdbtk
3696
3697 Tue Feb 14 16:58:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3698
3699 * expression.h: Move declaration of evaluate_subexp_with_coercion
3700 from here...
3701 * value.h: ...to here.
3702 * expression.h: Don't include value.h
3703
3704 Tue Feb 14 11:46:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3705
3706 * expression.h: Move include of value.h until after declaration of
3707 enum exp_opcode.
3708
3709 Sun Feb 12 13:47:30 1995 Stan Shebs <shebs@andros.cygnus.com>
3710
3711 * remote-e7000.c: Comprehensive cleanup; removal of dead code,
3712 simplify code, declare things, format to standards.
3713 (inferior.h, value.h, command.h, remote-utils.h): Include.
3714 (e7000_login): Rename to e7000_login_command.
3715 (e7000_ftp): Rename to e7000_ftp_command.
3716 (e7000_drain): Rename to e7000_drain_command.
3717
3718 * irix5-nat.c (string.h): Include near beginning of file.
3719
3720 Sun Feb 12 12:36:38 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3721
3722 * valops.c (value_arg_coerce): Use VALUE_TYPE not SYMBOL_TYPE on
3723 arg, it is a value not a symbol.
3724
3725 gcc -Wall lint:
3726 * eval.c: Move declaration of evaluate_subexp_with_coercion from here..
3727 * expression.h: ..to here.
3728 * expression.h: Include value.h.
3729 * ch-lang.c (evaluate_subexp_chill): Add default case in switch.
3730
3731 Sun Feb 12 11:03:47 1995 Per Bothner <bothner@kalessin.cygnus.com>
3732
3733 * language.h (struct language_defn): New field evaluate_exp.
3734 * c-lang.c (c_language_defn, cplus_language_defn, asm_langauge_defn),
3735 f-lang.c (f_language_defn), language.c (unknown_language_defn,
3736 auto_language_defn, local_language_defn), m2-lang.c (m2_language_defn):
3737 Set evaluate_exp to evaluate_subexp_standard.
3738 * ch-lang.c (evaluate_subexp_chill): New function. Chill-specific
3739 support for MULTI_SUBSCRIPT.
3740 (chill_language_defn): Set evaluate_exp to evaluate_subexp_chill.
3741 * eval.c (enum noside): Move from here ....
3742 * expression.h (enum noside): ... to here.
3743 (evaluate_subexp_standard): New prototype.
3744 * eval.c (evaluate_subexp): Renamed to evaluate_subexp_standard.
3745 Removed lo-longer-needed test for chill_varying_type.
3746 (evaluate_subexp): New. Calls exp->language_defn->evaluate_exp.
3747
3748 * ch-exp.y (maybe_expression_list): New non-terminal.
3749 (primitive_value): Allow empty parameter list.
3750
3751 Sun Feb 12 10:02:16 1995 Per Bothner <bothner@cygnus.com>
3752
3753 * buildsym.c (finish_block): If finishing a function without known
3754 parameter type info, set that from parameter symbols.
3755 * c-typeprint.c (c_type_print_varspec_suffix): For TYPE_CODE_FUNC,
3756 print parameter types, if available.
3757 * ch-typeprint.c (chill_type_print_base): Likewise.
3758
3759 * gdbtypes.h (struct type): Remove function type field.
3760 (TYPE_FUNCTION_TYPE): Remove macro. We can't as simply re-use
3761 function types now that we're also storing parameter types.
3762 And the payoff is much less.
3763 * gdbtypes.c (make_function_type): Don't use/set TYPE_FUNCTION_TYPE.
3764 (recursive_dump_type): Don't print TYPE_FUNCTION_TYPE.
3765 * dwarfread.c (read_subroutine_type): Don't set TYPE_FUNCTION_TYPE.
3766
3767 * valops.c (value_arg_coerce): Now takes param_type argument.
3768 (call_function_by_hand): Convert arguments with value_arg_coerce
3769 early, and overwrite original args with converted args.
3770 No longer need multiple calls to value_arg_coerce.
3771 (value_arg_push): Removed.
3772 * hppa-tdep.c (hppa_push_arguments): No longer call value_arg_coerce.
3773 * mips-tdep.c (mips_push_arguments): Likewise.
3774 * alpha-tdep.c (alpha_push_arguments): Likewise.
3775 * rs6000-tdep.c (push_arguments, ran_out_of_registers_for_arguments):
3776 Likewise.
3777 * value.h (value_arg_coerce): Remove declaration. (It's now static.)
3778
3779 * valops.c (value_cast): Do COERCE_VARYING_ARRAY after COERCE_REF.
3780
3781 * symtab.c (add_param_to_type): Remove (commented-out) function,
3782 since that functionality has been re-written.
3783 * coffread.c: Remove commented-out add_param_to_type support.
3784 * mdebugread.c (parse_symbol): Likewise.
3785 * stabsread.c (define_symbol): Likewise.
3786
3787 Sun Feb 12 09:03:47 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3788
3789 * buildsym.c (start_subfile): Set language for f2c like for cfront.
3790
3791 Thu Feb 9 20:20:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
3792
3793 * op50n-rom.c: Add the control registers.
3794
3795 Thu Feb 9 15:46:39 1995 Stan Shebs <shebs@andros.cygnus.com>
3796
3797 * Makefile.in (CLIBS): Add $(LIBIBERTY) before, in addition to
3798 after, any host/target/native libraries.
3799 * dcache.c (insque, remque): Remove declarations.
3800 * gdbtypes.h (type_code): Remove trailing comma.
3801
3802 From Peter Schauer:
3803 * xcoffread.c (read_xcoff_symtab) [C_HIDEXT]: Move #ifdef
3804 STATIC_NODEBUG_VARS inside case.
3805
3806 Thu Feb 9 07:43:41 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
3807
3808 * config/sparc/tm-sun4sol2.h: Define STATIC_TRANSFORM_NAME.
3809 * partial-stab.h: Call it.
3810 * stabsread.c (define_symbol) [STATIC_TRANSFORM_NAME]: Call
3811 STATIC_TRANSFORM_NAME to get the name and use minimal symbols to
3812 get the address.
3813 * sparc-tdep.c (solaris_static_transform_name): New function.
3814
3815 Thu Feb 9 12:09:09 1995 Jeff Law (law@snake.cs.utah.edu)
3816
3817 * somread.c (som_symtab_read): Handle dynamic relocation for both
3818 text and data symbols.
3819 (som_symfile_offsets): If objfile is a shared library, then get
3820 text and data offsets from the shared library structures.
3821 * somsolib.c (som_solib_add): Copy the bfd pointer from the
3822 objfile rather than reopening the file again.
3823 (som_solib_section_offsets): New function.
3824 * somsolib.h (som_solib_section_offsets): Declare.
3825
3826 Wed Feb 8 20:32:18 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
3827
3828 * config/sparc/tm-sun4sol2.h, dbxread.c: Rename
3829 N_SO_ADDRESS_MAYBE_MISSING to SOFUN_ADDRESS_MAYBE_MISSING.
3830 * symtab.h (minimal_symbol) [SOFUN_ADDRESS_MAYBE_MISSING]: Add
3831 filename field.
3832 * elfread.c (record_minimal_symbol_and_info),
3833 minsyms.c, symtab.h (prim_record_minimal_symbol_and_info): Return
3834 newly created symbol.
3835 * elfread.c (elf_symtab_read) [SOFUN_ADDRESS_MAYBE_MISSING]:
3836 Set filename field of minimal symbol.
3837 * symmisc.c (dump_msymbols) [SOFUN_ADDRESS_MAYBE_MISSING]:
3838 Print filename field.
3839 * minsyms.c, symtab.h (lookup_minimal_symbol): New arg sfile.
3840 * symm-tdep.c, somsolib.c, hppa-tdep.c, c-exp.y, f-exp.y,
3841 m2-exp.y, nindy-tdep.c, m3-nat.c, irix5-nat.c, hpread.c,
3842 os9kread.c, breakpoint.c, alpha-tdep.c, valops.c, symtab.c,
3843 printcmd.c, dbxread.c: Change callers to pass NULL for sfile.
3844 * dbxread.c (process_one_symbol) [SOFUN_ADDRESS_MAYBE_MISSING]:
3845 Find address of function from minimal symbols.
3846 * partial-stab.h, case 'f', 'F': Call find_stab_function_addr
3847 instead of getting pst->textlow from the stab.
3848 * minsyms.c (find_stab_function_addr): New function.
3849
3850 Wed Feb 8 19:19:56 1995 Rob Savoye <rob@darkstar.cygnus.com>
3851
3852 * monitor.c: Fix so all the output shows up in the GUI command
3853 window.
3854
3855 Mon Feb 6 18:50:59 1995 Stan Shebs <shebs@andros.cygnus.com>
3856
3857 * i386-tdep.c (_initialize_i386_tdep): Put void decl on separate
3858 line, so init.c generation works correctly.
3859 start-sanitize-arc
3860 * arc-tdep.c (_initialize_arc_tdep): Ditto.
3861 end-sanitize-arc
3862
3863 Mon Feb 6 14:44:36 1995 Rob Savoye <rob@darkstar.cygnus.com>
3864
3865 * config/mips/idt.mt: Add support for the lsi33k target.
3866 * config/sparc/sun4sol2.mh: Add support for ser-tcp.
3867 * array-rom.c: Finish the rest of the support commands needed by
3868 GDB.
3869 * mips-tdep.c: Add LSI33k register names and processor type.
3870
3871 start-sanitize-gdbtk
3872 Sun Feb 5 20:32:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3873
3874 * gdbtk.c (gdb_disassemble): Deference pointer to function before
3875 calling it (pre-ANSI compilers generally require this).
3876
3877 end-sanitize-gdbtk
3878 Sat Feb 4 13:29:52 1995 Stan Shebs <shebs@andros.cygnus.com>
3879
3880 * config/m68k/est.mt (TDEPFILES): Remove m68k-pinsn.o.
3881
3882 Fri Feb 3 16:47:31 1995 Kung Hsu <kung@mexican.cygnus.com>
3883
3884 * ser-go32-para.c (dos_read): fix syntax errors.
3885
3886 Fri Feb 3 11:19:20 1995 Stu Grossman (grossman@cygnus.com)
3887
3888 * core.c (dis_asm_read_memory), defs.h, top.c: Get rid of
3889 dis_asm_read_memory_hook. We can now call the disassemblers
3890 directly and have no need for this hook anymore.
3891 start-sanitize-gdbtk
3892 * gdbtk.c (gdb_disassemble): Ditto.
3893 end-sanitize-gdbtk
3894 * defs.h, printcmd.c: Make print_insn be static.
3895
3896 * ser-go32.c (dos_comisr): Make this 8 bit clean.
3897 * (dos_open dos_close): Allow multiple opens to the same device.
3898 Use a ref count to prevent unwanted deallocations.
3899 * sparcl-tdep.c: Put #ifdefs around all socket stuff to make GO32
3900 happy.
3901 * (sparclite_ops): Switch to download_stratum.
3902 * target.h (enum strata): Move download_stratum before
3903 process_stratum so that executable targets get pushed on top of
3904 download targets.
3905
3906 Thu Feb 2 19:02:45 1995 Rob Savoye <rob@darkstar.cygnus.com>
3907
3908 * array-rom.c: Remove the non GDB remote protocol config stuff.
3909
3910 * monitor.c: All reading/writing functions for memory and
3911 registers work.
3912
3913 Thu Feb 2 16:11:04 1995 Kung Hsu <kung@mexican.cygnus.com>
3914
3915 start-sanitize-arc
3916 * config/arc/arc.mt: new target makefile for arc processor.
3917 * config/arc/tm-arc.h: new target header for arc processor.
3918 * config/arc/go32.mh: new go32 host makefile for arc processor.
3919 * config/arc/xm-go32.h: new go32 host header for arc processor.
3920 * arc-tdep.c: new target dependent codes for arc processor.
3921 * remote-arc.c: new file for arc-specific protocol through
3922 parallel line.
3923 end-sanitize-arc
3924 * ser-go32-para.c: new file for go32 parallel port communication.
3925
3926 Thu Feb 2 13:58:40 1995 Stan Shebs <shebs@andros.cygnus.com>
3927
3928 * Makefile.in (VERSION): Bump to 4.13.2.
3929
3930 Thu Feb 2 07:27:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
3931
3932 Fix compiler warnings:
3933 * remote-e7000.c (printf_e7000debug): Rename to puts_e7000debug
3934 and have the caller do the sprintf. Saves us from varargs hell.
3935 (normal): Define before use.
3936 * remote-e7000.c: Reindent a few things.
3937
3938 Wed Feb 1 21:16:42 1995 Per Bothner <bothner@kalessin.cygnus.com>
3939
3940 * f-typeprint.c (f_type_print_varspec_suffix): Print array index
3941 ranges in reverse order.
3942 * f-valprint.c (f77_create_arrayprint_offset_tbl): Fix calculation.
3943
3944 * eval.c (evaluate_subscript): Don't call value_subscript, since
3945 it adjusts for lower bound and enforces ranges.
3946
3947 * expression.h (exp_code): Remove MULTI_F77_SUBSCRIPT, OP_F77_SUBSTR.
3948 * eval.c, parse.c: Removed uses of removed opcodes.
3949 * eval.c (evaluate_subexp): Clean up handling of
3950 OP_UNDETERMINED_ARGLIST (no backtracking, more general).
3951
3952 * f-valprint.c (f_val_print): Print TYPE_CODE_STRING using
3953 LA_PRINT_STRING, and not val_print_string (which reads from inferior).
3954
3955 * ch-lang.c (chill_is_varying_struct), ch-lang.h: Remve function
3956 duplicate function made redundant by chill_varying_type.
3957
3958 Re-write of f77 string and complex number support:
3959
3960 * language.h (struct language_defn): New fields string_lower_bound
3961 and string_char_type.
3962 * c-lang.c (c_language_defn, cplus_language_defn, asm_language_defn),
3963 language.c (unknown_language_defn, auto_language_defn,
3964 local_language_defn), m2-lang.c (m2_language_defn), f-lang.c
3965 (f_language_defn), ch-lang.c (chill_language_defn): Set new fields.
3966 * gdbtypes.c (create_string_type): Use new string_char_type field.
3967 * valops.c (value_string): Use new string_lower_bound field.
3968
3969 * defs.h (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT): Removed.
3970 * f-lang.c (f_create_fundamental_type, _initialize_f_language),
3971 m2-lang.c (m2_create_fundamental_type),
3972 gdbtypes.c (_initialize_gdbtypes): Set TYPE_TARGET_TYPE of complex
3973 types. Set their TYPE_CODEs to TYPE_CODE_COMPLEX.
3974 * mdebugread.c (mdebug_type_complex, mdebug_type_double_complex):
3975 Removed. Use builtin_type_complex and builtin_type_double_complex.
3976
3977 * gdbtypes.h (enum type_code): Removed TYPE_CODE_LITERAL_STRING
3978 and TYPE_CODE_LITERAL_COMPLEX.
3979 * c-typeprint.c, f-typeprint.c, f-valprint.c, eval.c: Removed uses of
3980 TYPE_CODE_LITERAL_STRING and TYPE_CODE_LITERAL_COMPLEX.
3981 * gdbtypes.c, gdbtypes.h (f77_create_literal_complex_type,
3982 f77_create_literal_string_type): Removed.
3983 * value.h (VALUE_LITERAL_DATA, VALUE_SUBSTRING_MEMADDR,
3984 VALUE_SUBSTRING_MYADDR): Removed.
3985
3986 * expression.h (enum exp_opcode): Rename OP_F77_LITERAL_COMPLEX to
3987 OP_COMPLEX.
3988 * parse.c: Update accordingly.
3989
3990 * f-valprint.c (f77_print_cmplx): Removed.
3991 (f_val_print case TYPE_CODE_COMPLEX): Re-write to use print_floating.
3992
3993 * f-exp.y (STRING_LITERAL): Use OP_STRING instead of OP_ARRAY.
3994 * eval.c (evaluate_subexp): For case OP_ARRAY, don't call
3995 f77_value_literal_string.
3996 * valops.c, value.h (f77_value_literal_string, f77_value_substring,
3997 f77_assign_from_literal_string, f77_assign_from_literal_complex):
3998 Removed.
3999 (value_assign): No longer need to handle literal types.
4000 * valops.c (f77_value_literal_complex), value.h: Re-written and
4001 renamed to value_literal_complex. Last arg is now a (complex) type.
4002 * valops.c (f77_cast_into_complex): Re-written and renamed to
4003 cast_into_complex.
4004 * eval.c (evaluate_subexp): Update accordingly.
4005
4006 * ch-valprint.c (chill_val_print): On TYPE_CODE_STRING, don't
4007 print address for non-'s'-formats.
4008 * ch-typeprint.c, ch-valprint.c: Use chill_varying_type instead
4009 of chill_is_varying_struct.
4010
4011 Wed Feb 1 13:27:33 1995 Stan Shebs <shebs@andros.cygnus.com>
4012
4013 gcc -Wall lint.
4014 * alpha-tdep.c (alpha_in_lenient_prologue): Comment out.
4015 (after_prologue): Remove unused local b.
4016 * procfs.c (thread.h): Include.
4017 (pr_flag_table, pr_why_table, faults_table, siginfo_table): Use
4018 nested braces in initializer.
4019 * top.c (initialize_targets, initialize_utils): Declare.
4020 (locate_arg, insert_args): Add parens around tested assignments.
4021 * remote-utils.c (sr_scan_args): Remove decl of strtol.
4022 * remote.c (thread.h): Include.
4023 (remote_wait): Remove unused local p2.
4024 * sparc-tdep.c (fill_gregset, fill_fpregset): Remove decls of
4025 registers array.
4026
4027 defs.h (stdlib.h): Include.
4028 (exit, perror, atoi, qsort, memcpy, memcmp): Don't declare.
4029 (fclose, atof, malloc, realloc, free, strchr, strrchr, strstr,
4030 strtok, strerror): Don't specify parameter types in declaration.
4031
4032 Wed Feb 1 12:23:57 1995 Per Bothner <bothner@kalessin.cygnus.com>
4033
4034 * ch-exp.y (value_string_element, string_primitive_value,
4035 start_element, left_element, right_element, slice_size,
4036 lower_element, upper_element, first_element): Removed.
4037 (value_string_slice, value_array_slice): Replaced by ...
4038 (slice): New non-terminal, with working slice support.
4039 (primitive_value_lparen, rparen): New non-terminals.
4040 (maybe_tuple_elements): New non-terminal, to allow empty tuples.
4041 (idtokentab): Added "up".
4042
4043 * value.h (COERCE_VARYING_ARRAY): New macro.
4044 * valarith.c (value_subscript): Use it.
4045 * valops.c (value_cast): Likewise. Also, do nothing if already
4046 correct type, and allow converting from/to range to/from scalar.
4047
4048 * valops.c, value.h (varying_to_slice, value_slice): New functions.
4049 * eval.c (OP_ARRAY): Add cast for array element.
4050 * expression.h (TERNOP_SLICE, TERNOP_SLICE_COUNT): New exp_opcodes.
4051 * valops.c (chill_varying_type): Moved function frp, here ...
4052 * gdbtypes.c (chill_varying_type), gdbtypes.h: ... to here.
4053 * parse.c (length_of_subexp, prefixify_subexp): Add support
4054 for TERNOP_SLICE, TERNOP_SLICE_COUNT.
4055 * expprint.c (print_subexp, dump_expression): Likewise.
4056 * eval.c (evaluate_subexp): Likewise.
4057
4058 * eval.c (evaluate_subexp case MULTI_SUBSCRIPT): Don't call
4059 value_x_binop on a Chill varying string.
4060
4061 Tue Jan 31 13:51:53 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4062
4063 * config/m68k/monitor.mt,
4064 config/pa/{hppabsd.mt,hppahpux.mt,hppaosf.mt,hppapro.mt}: Put
4065 depfiles in TDEPFILES not REMOTE_O.
4066
4067 Tue Jan 31 11:14:44 1995 Steve Chamberlain <sac@splat>
4068
4069 From nigel@algor.co.uk.
4070 * ser-go32.c (dos_close): Don't crash if scb null.
4071 (dos_sendbreak): New function.
4072 (dos_ops): Point to dos_sendbreak.
4073 (dos_info): Calculate COM number correctly.
4074
4075 Tue Jan 31 09:40:11 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4076
4077 * xcoffread.c (process_xcoff_symbol): Use new variables
4078 func_symbol_type and var_symbol_type as type of functions and
4079 variables which don't have any stabs associated with them.
4080 Reindent most of function.
4081 (_initialize_xcoffread): Initialize *_symbol_type.
4082
4083 * xcoffread.c (read_xcoff_symtab): Reindent most of function.
4084 Put C_HIDEXT symbols in the minimal symbols, rather than ignoring
4085 them (this part commented out as I didn't quite get it to work).
4086 (cs_to_section, find_targ_sec): New functions, to support above code.
4087 * xcoffread.c (RECORD_MINIMAL_SYMBOL): Only skip '.' if it is
4088 actually present.
4089
4090 Mon Jan 30 17:34:24 1995 Stu Grossman (grossman@cygnus.com)
4091 start-sanitize-gdbtk
4092 * gdbtk.tcl (create_file_win): Disable old popup menu for source
4093 window.
4094 end-sanitize-gdbtk
4095 * sparcl-tdep.c: Add `sparclite' target for doing serial and udp
4096 downloads to SPARClite demo boards.
4097
4098 Sun Jan 29 09:43:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4099
4100 * remote.c, remote-pa.c: Remove #if 0'd icache code. It has had
4101 no hope of working as is for a long time (in particular, shebs' 27
4102 Jan 95 change confuses the issue further--target_read_memory and
4103 xfer_core_file do *not* do the same thing in this context).
4104 Revise comment.
4105
4106 Sat Jan 28 13:40:46 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4107
4108 * elfread.c (elf_symtab_read): Do not test BSF_GLOBAL for
4109 procedure linkage table symbols, it is no longer set due to the
4110 Jan 6 BFD change in bfd/elfcode.h.
4111
4112 Fri Jan 27 17:08:06 1995 Stan Shebs <shebs@andros.cygnus.com>
4113
4114 * top.c (use_windows): Clarify comments.
4115
4116 * convex-tdep.c (xfer_core_file): Comment out.
4117 * config/convex/tm-convex.h (XFER_CORE_FILE): Remove.
4118 * remote.c, remote-pa.c (remote_fetch_word): Change xfer_core_file
4119 references to target_read_memory.
4120 * gdbcore.h (xfer_core_file, core_open, core_detach): Remove
4121 declarations.
4122 * corelow.c (core_open, core_detach): Make static.
4123
4124 * arm-tdep.c: Make it compile.
4125 (exec_file_command, xfer_core_file): Comment out.
4126 (arm_print_insn): Remove, now in libopcodes.
4127 (skip_prologue): Comment out most of body.
4128 (arm_frame_find_saved_regs): Move here from tm-arm.h.
4129 (_initialize_arm_tdep): Set tm_print_insn.
4130 * config/arm/tm-arm.h: Remove old refs to first_object_file_end.
4131 (XFER_CORE_FILE): Remove.
4132 (FRAME_FIND_SAVED_REGS): Call arm_frame_find_saved_regs.
4133
4134 Fri Jan 27 08:48:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4135
4136 * Makefile.in (CHILL_LIB): Define as in testsuite/Makefile.in.
4137
4138 Thu Jan 26 18:24:41 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
4139
4140 * symtab.c (find_pc_line): When subtracting one to get a line
4141 number, make sure not to end up with zero.
4142
4143 * remote-vx.c: Revert all of Kung's changes of 16 Jan. The
4144 problems with those changes were (a) the file didn't compile, (b)
4145 they changed memset to bzero--memset is correct, (c) they took out
4146 code to deal with boards lacking floating point, (d) who knows
4147 what I didn't discover in a quick read.
4148
4149 Thu Jan 26 17:32:54 1995 Stu Grossman (grossman@cygnus.com)
4150
4151 * sparcl-tdep.c: Clean up formatting and indentation.
4152
4153 Thu Jan 26 10:49:59 1995 Steve Chamberlain <sac@splat>
4154
4155 * remote-hms.c (hms_ops): Change ref of hr_load_image
4156 to gr_load_image.
4157 (dcache_flush, dcache_hit, dcache_value, dcache_fetch,
4158 dcache_poke, dcache_init): Deleted.
4159 (hms_open, hms_resume, hms_fetch_word, hms_store_word):
4160 Use dcache routines provided by remote-util.h
4161
4162 Thu Jan 26 12:08:31 1995 Michael Meissner <meissner@cygnus.com>
4163
4164 * configure.in: Add support for powerpc-*-eabi.
4165
4166 * powerpc/tm-ppc-eabi.h, powerpc/pcc-eabi.mt: New files for
4167 PowerPC support.
4168
4169 Wed Jan 25 18:13:14 1995 Per Bothner <bothner@kalessin.cygnus.com>
4170
4171 * language.h (struct language_defn): New field c_style_arrays.
4172 * language.c (unknown_language_defn, auto_language_defn,
4173 local_language_defn), c-lang.c (c_language_defn, cplus_language_defn,
4174 asm_language_defn): Set c_style_arrays to true.
4175 * m2-lang.c (m2_language_defn), ch-lang.c (chill_language_defn),
4176 f-lang.c (f_language_defn): Set c_style_arrays to false.
4177 * valops.c (value_string): If c_style_array is not set,
4178 allocate string in gdb (not inferior) using allocate_value.
4179
4180 * value.h (COERCE_ARRAY), valops.c (value_addr, value_arg_coerce):
4181 Only call value_coerce_array if current_language->c_style_arrays.
4182 * values.c: Add #include "language.h". (Needed for COERCE_ARRAY.)
4183
4184 * valops.c (chill_varying_type): New predicate.
4185 * valops.c (value_cast): Support assigning a fixed string or array
4186 to a variable string/array structure.
4187
4188 * valarith.c (value_subscripted_rvalue): Extra parameter lowerbound.
4189 Check index>=lowerbound, and then add lowerbound to index here,
4190 instead of in caller. Generalize to arbitrary lval_types.
4191 (value_subscript): Use enhanced value_subscripted_rvalue if
4192 c_style_arrays is false (and index is in range).
4193
4194 start-sanitize-gdbtk
4195 Wed Jan 25 18:23:46 1995 Stu Grossman (grossman@cygnus.com)
4196
4197 * gdbtk.c (gdbtk_init): Prevent segfault when gdbtk.tcl can't be
4198 found.
4199 * gdbtk.tcl: Initialize expr_update_list() to prevent errors when
4200 popping up expression window for the first time.
4201 end-sanitize-gdbtk
4202
4203 Wed Jan 25 18:13:14 1995 Per Bothner <bothner@kalessin.cygnus.com>
4204
4205 * eval.c (evaluate_subexp case OP_ARRAY): Fix calls to memset:
4206 TYPE_LENGTH is length in bytes, not bits.
4207
4208 Wed Jan 25 08:19:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4209
4210 * infrun.c (proceed): Flush stdout before resuming inferior.
4211 * infcmd.c (step_1), annotate.c (annotate_starting):
4212 Don't bother to flush here.
4213
4214 Wed Jan 25 01:11:21 1995 Jeff Law (law@snake.cs.utah.edu)
4215
4216 * hpread.c (hpread_process_one_debug_symbol): Fix lines garbled
4217 by an ill-advised global search and replace.
4218
4219 Tue Jan 24 12:10:28 1995 Stu Grossman (grossman@cygnus.com)
4220
4221 * gdbtk.tcl (create_registers_window): Work around a radiobutton
4222 widget bug to make Options|Natural button work.
4223
4224 * gdbtk.c (gdb_disassemble): Fix problem with source+assembly and
4225 g++ caused by out-of-order pc's.
4226 * gdbtk.tcl (files_command): Remove duplicate file names. Also,
4227 add scrollbar.
4228
4229 Mon Jan 23 17:21:09 1995 Stu Grossman (grossman@cygnus.com)
4230
4231 * gdbtk.tcl: Take .gdbtkinit if it exists. Makes gdbtk match the
4232 doc!
4233
4234 Mon Jan 23 13:11:46 1995 Per Bothner <bothner@kalessin.cygnus.com>
4235
4236 Add support for Chill bitstring literals (e.h. H'FF00').
4237 * ch-exp.y (match_bitstring_literal): Fix for proper endianness.
4238 * expprint.c (print_subexp): Don't call error on OP_BITSTRING,
4239 just print B'<unimlemented>'.
4240 * gdbtypes.c (create_set_type): Fix bug in length calculation.
4241 * valops.c, value.h (value_bitstring): New function.
4242 * eval.c (evaluate_subexp): Implement support for OP_BITSTRING.
4243
4244 * ch-typeprint.c (chill_type_print_base): For TYPE_CODE_FUNC,
4245 check that return type is non-void, and print in proper Chill syntax.
4246
4247 Mon Jan 23 12:20:34 1995 Rob Savoye <rob@darkstar.cygnus.com>
4248
4249 * Makefile.in: Remove references to remote-mon.c.
4250 * remote-mon.c: remove. Replaced by rom68k-rom.c.
4251 * rom68k-rom.c: Support for Rom68k monitor.
4252
4253 Mon Jan 23 10:50:57 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4254
4255 * Makefile.in (CHILL_FOR_TARGET): Update -L argument to point to
4256 gcc/ch/runtime not chillrt, since that is where the chill runtime
4257 lives now.
4258
4259 Mon Jan 23 00:06:57 1995 Steve Chamberlain <sac@splat>
4260
4261 * remote-hms.c (hms_load): Delete.
4262 (target_ops): Use hr_load_image.
4263
4264 * remote-e7000.c, remote-z8k.c, remote-nindy.c (target_ops):
4265 Define memory_insert/remove_breakpoint.
4266 * xm-go32.h: Remove redundant SIGs.
4267
4268 Thu Jan 19 20:26:58 1995 Steve Chamberlain <sac@splat>
4269
4270 * ser-go32.c: Rewritten by nigel@algor.co.uk.
4271
4272 Fri Jan 20 15:23:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
4273
4274 * expression.h (OP_LABELED): New operator, for Chill
4275 labeled structre tuples.
4276 * ch-exp.y (tuple_element, named_record_element, tuple_elements):
4277 New non-terminals, to handle labeled structure tuples.
4278 (tuple): Re-define using tuple_elements.
4279 * eval.c (evaluate_labeled_field_init): New function, to handle
4280 initialization of structure fields, possibly using OP_LABELED.
4281 (evaluate_subexp): Use it.
4282 * expprint.c (print_subexp case): For OP_ARRAY, use Chill syntax
4283 for Chill. Handled OP_LABELED.
4284 * parse.c (length_of_subexp, prefixify_subexp): Handle OP_LABELED.
4285
4286 * eval.c (evaluate_subexp): Handle Chill Powerset tuples.
4287 * valarith.c (value_bit_index): Just treat bitstring as represented
4288 by an array of bytes. Alignment is handled by compiler.
4289
4290 Wed Jan 18 19:00:29 1995 Stan Shebs <shebs@andros.cygnus.com>
4291
4292 * h8300-tdep.c (gdb_print_insn_h8300): Fix typo (&info -> info).
4293 * sh-tdep.c (gdb_print_insn_sh): Ditto.
4294
4295 Wed Jan 18 11:25:43 1995 Kung Hsu <kung@mexican.cygnus.com>
4296
4297 * remote-os9k.c (rombug_open): Fix a bug in exception handling
4298 command.
4299 * remote-os9k.c (rombug_write_inferior_memory): reset buffer after
4300 write.
4301
4302 Tue Jan 17 09:48:38 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
4303
4304 * parse.c (_initialize_parse): Improve wording of names of
4305 msym_*_symbol_type.
4306
4307 Tue Jan 17 14:00:58 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
4308
4309 * config/mips/tm-mips.h (enum mips_fpu_type): New enum.
4310 (mips_fpu): Change type to enum mips_fpu_type.
4311 (FIX_CALL_DUMMY): Handle mips_fpu == MIPS_FPU_SINGLE.
4312 * mips-tdep.c (mips_fpu): Change type to enum mips_fpu_type.
4313 Don't initialize.
4314 (mips_fpu_string): New static variable.
4315 (mips_push_dummy_frame): Handle mips_fpu == MIPS_FPU_SINGLE.
4316 (mips_pop_frame): Likewise.
4317 (mips_extract_return_value): Likewise.
4318 (mips_store_return_value): Likewise.
4319 (mips_set_fpu_command): New static function.
4320 (mips_show_fpu_command): New static function.
4321 (_initialize_mips_tdep): Change handling of set/show mipsfpu.
4322
4323 Tue Jan 17 09:48:38 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
4324
4325 * a29k-tdep.c (gdb_print_insn_a29k): Fix typo (&info -> info).
4326
4327 * parse.c (write_exp_msymbol): Use new variables
4328 msym_*_symbol_type as type of msymbol expression.
4329 (_initialize_parse): Initialize them.
4330
4331 Mon Jan 16 18:11:03 1995 Stan Shebs <shebs@andros.cygnus.com>
4332
4333 General cleanup and simplication of disassembler interface.
4334 * a29k-pinsn.c, arm-pinsn.c, convex-pinsn.c, gould-pinsn.c,
4335 hppa-pinsn.c, i386-pinsn.c, i960-pinsn.c, m68k-pinsn.c,
4336 m88k-pinsn.c, mips-pinsn.c, ns32k-pinsn.c, pyr-pinsn.c,
4337 rs6000-pinsn.c, sparc-pinsn.c, tahoe-pinsn.c, vax-pinsn.c: Remove.
4338 * gould-tdep.c, ns32k-tdep.c, tahoe-tdep.c, vax-tdep.c: New files,
4339 had been -pinsn.c files.
4340 * Makefile.in (ALLDEPFILES): Remove removed files.
4341 (a29k-pinsn.o, arm-pinsn.o, convex-pinsn.o, gould-pinsn.o,
4342 hppa-pinsn.o, i386-pinsn.o, i960-pinsn.o, m68k-pinsn.o,
4343 m88k-pinsn.o, mips-pinsn.o, ns32k-pinsn.o, pyr-pinsn.o,
4344 rs6000-pinsn.o, sparc-pinsn.o, tahoe-pinsn.o, vax-pinsn.o):
4345 Remove compile actions.
4346 * arm-tdep.o, gould-tdep.o, ns32k-tdep.o, tahoe-tdep.o,
4347 vax-tdep.o: Add compile actions.
4348 * defs.h (tm_print_insn): New global.
4349 * a29k-tdep.c (gdb_print_insn_a29k): New function.
4350 (_initialize_a29k_tdep): Rename from _initialize_29k,
4351 set tm_print_insn.
4352 * alpha-tdep.c (print_insn): Remove.
4353 (_initialize_alpha_tdep): Set tm_print_insn.
4354 * arm-tdep.c (arm_print_insn): New function, was print_insn
4355 in arm-pinsn.c.
4356 * convex-tdep.c (convex_print_insn): New function, was print_insn
4357 in convex-pinsn.c.
4358 * h8300-tdep.c (print_insn): Remove.
4359 (gdb_print_insn_h8300): New function.
4360 (_initialize_h8300_tdep): New function.
4361 * h8500-tdep.c (print_insn): Remove.
4362 (_initialize_h8500_tdep): New function.
4363 * hppa-tdep.c (_initialize_hppa_tdep): Set tm_print_insn.
4364 * i386-tdep.c (_initialize_i386_tdep): New function.
4365 * i960-tdep.c (mem, next_insn): New functions, were in
4366 i960-pinsn.c.
4367 (_initialize_i960_tdep): Set tm_print_insn.
4368 * m68k-tdep.c (_initialize_m68k_tdep): New function.
4369 * m88k-tdep.c (_initialize_m88k_tdep): New function.
4370 * mips-tdep.c (gdb_print_insn_mips): New function.
4371 (_initialize_mips_tdep): Set tm_print_insn.
4372 * pyr-tdep.c (pyr_print_insn): New function, was print_insn
4373 in pyr-pinsn.c.
4374 * rs6000-tdep.c (_initialize_rs6000_tdep): New function.
4375 * sh-tdep.c (print_insn): Remove.
4376 (gdb_print_insn_sh): New function.
4377 (_initialize_sh_tdep): Set tm_print_insn.
4378 * sparc-tdep.c (_initialize_sparc_tdep): New function.
4379 * w65-tdep.c (print_insn): Remove.
4380 (_initialize_w65_tdep): New function.
4381 * z8k-tdep.c (print_insn): Remove.
4382 (gdb_print_insn_z8k): New function.
4383 (_initialize_z8k_tdep): Set tm_print_insn.
4384 * printcmd.c (print_insn): New function, generic disassembler.
4385 * config/*/*.mt (TDEPFILES): Remove refs to *-pinsn.o.
4386
4387 Mon Jan 16 15:43:29 1995 Kung Hsu <kung@mexican.cygnus.com>
4388
4389 * Makefile.in: add new files remote-vx29k.c, config/a29k/tm-vx29k.h,
4390 and config/a29k/vx29k.mt.
4391 * configure.in: add new configuration a29k-*-vxworks.
4392 * remote-vx29k.c: new file merged from WRS.
4393 * remote-vx.c: merge changes from WRS.
4394 * config/a29k/vx29k.mt: new file for new configuration.
4395 * config/a29k/tm-vx29k.h: new header file for newconfiguration.
4396
4397 Sun Jan 15 14:36:19 1995 Steve Chamberlain <sac@splat>
4398
4399 * breakpoint.h (disable_breakpoint, enable_breakpoint):
4400 New declarations.
4401 (enum bpdisp): Change name of 'delete' member to 'del'.
4402 (struct bpstat): Changed name to 'bpstats'.
4403 * breakpoint.c (disable_breakpoint, enable_breakpoint,
4404 breakpoint_chain): Made globally visible.
4405 (bpstat_stop_status): Use new name for bpstat.
4406 (break_command_1, watch_command_1, catch_command_1,
4407 breakpoint_auto_delete, denable_delete_breakpoint): Use 'del'
4408 instead of 'delete'.
4409 (set_breakpoint_sal): New function.
4410 * defs.h (registers_changed_hook): New declaration.
4411 * infcmd.c (run_stack_dummy): 'delete' is now 'del'.
4412 * inflow.c (new_tty): Treat WIN32 in same way as __GO32__
4413 * main.c (main): Don't scan options when in WIN32 and exit
4414 without entering main loop.
4415 * m2-exp.y (m2_elx): Member 'class' is now 'aclass'.
4416 * symtab.h (struct symbol, struct partial_symbol): Changed name of
4417 member 'class' to 'aclass'.
4418 (SYMBOL_CLASS, PSYMBOL_CLASS): Reflect change.
4419 * top.c (registers_changed_hook): New definition.
4420 * utils.c (quit, notice_quit, initialize_utils): Treate WIN32
4421 in same way as __GO32__.
4422 * value.h (c_typedef_print): Rename 'new' argument.
4423
4424 * w65-tdep.c, config/tm-w65.h, config/w65.mt: New files.
4425 * configure.in: Suppprt for w65,
4426
4427
4428 Sat Jan 14 11:18:11 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
4429
4430 * infcmd.c (signal_command): For "signal 0", pass (CORE_ADDR)-1,
4431 not stop_pc, to proceed.
4432
4433 * eval.c (evaluate_subexp): Clear expect_type except for C++ and CHILL.
4434
4435 Fri Jan 13 17:52:57 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
4436
4437 * infcmd.c (signal_command): Accept "signal 0"; the change to not
4438 accept it was accidental. "handle 0" and "info signal 0" remain
4439 illegal, though.
4440
4441 Fri Jan 13 15:19:01 1995 Stan Shebs <shebs@andros.cygnus.com>
4442
4443 * Makefile.in (all): Don't make libgdb-files.
4444 (libgdb): New action, makes libgdb-files.
4445
4446 Thu Jan 12 21:23:25 1995 Per Bothner <bothner@kalessin.cygnus.com>
4447
4448 * stabsread.c (read_enum_type): When pending enum symbols are
4449 put into the enum type, they must be inserted in "backwards
4450 order, in case we've overflowed a struct pending buffer.
4451
4452 start-sanitize-gdbtk
4453 Thu Jan 12 15:02:40 1995 Stu Grossman (grossman@cygnus.com)
4454
4455 * gdbtk.c, gdbtk.tcl: Update/add copyright.
4456 * gdbtk.tcl (build_framework): Several fixes for filespec widget,
4457 including dismiss button, and better error handling.
4458 * (create_command_win): Bind button 2 to retrieve selection.
4459 end-sanitize-gdbtk
4460
4461 Thu Jan 12 09:33:24 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4462
4463 * README: Add note about SPARCworks cc release 3.0 and higher.
4464
4465 Add procfs support for Alpha OSF/1-2.x.
4466 * config/alpha/nm-osf.h: Renamed from nm-alpha.h, generic
4467 OSF/1 native support.
4468 * config/alpha/alpha-osf1.mh (NAT_FILE): Changed accordingly.
4469 (MUNCH_DEFINE): Removed.
4470 * config/alpha/alpha-osf2.mh, config/alpha/nm-osf2.h: New files
4471 for procfs support.
4472 * configure.in (alpha-dec-osf*): Use alpha-osf2.mh for OSF/1
4473 release 2.x and higher, else alpha-osf1.mh, as the procfs support
4474 in release 1.x is incomplete.
4475 * Makefile.in (ALLCONFIG): Add config/alpha/alpha-osf2.mh.
4476 * alpha-nat.c (supply_gregset, fill_gregset, supply_fpgregset,
4477 fill_fpgregset): New routines for procfs support.
4478 * inftarg.c (_initialize_inftarg): Don't add ptrace support
4479 if we have an optional procfs and /proc is accessible.
4480 * procfs.c: Include sys/fault.h and sys/syscall.h before
4481 including sys/procfs.h.
4482 (unconditionally_kill_inferior): If PROCFS_NEED_PIOCSSIG_FOR_KILL
4483 is defined, additionally perform a PIOCSSIG to really terminate
4484 the inferior.
4485 (create_procinfo): Always return a result.
4486 (create_procinfo, do_attach): Don't trace T_IFAULT faults if
4487 PROCFS_DONT_TRACE_IFAULT is defined.
4488 (procfs_init_inferior): Use START_INFERIOR_TRAPS_EXPECTED as
4489 argument to startup_inferior if it is defined.
4490 (proc_set_exec_trap): If PIOCSSPCACT is defined, use it instead
4491 of tracing exits from exec system calls. Needed for the user level
4492 loader under Alpha OSF/1.
4493 (do_detach): Clear any pending signal if we want to detach from
4494 a process without a signal.
4495 (set_proc_siginfo): If PROCFS_DONT_PIOCSSIG_CURSIG is defined,
4496 don't issue a PIOCSSIG if pr_cursig already contains the signal we
4497 intend to set.
4498 (info_proc_signals): If PROCFS_SIGPEND_OFFSET is defined, the
4499 pending signals are numbered from 1 instead of 0.
4500 (info_proc_mappings): Increase size of output format for addresses
4501 if BFD_HOST_64_BIT is defined.
4502 (procfs_stop): Renamed from child_stop.
4503 (_initialize_procfs): Don't add procfs support if we have an
4504 optional procfs and /proc is not accessible.
4505
4506 start-sanitize-gdbtk
4507 Wed Jan 11 17:06:55 1995 Stu Grossman (grossman@cygnus.com)
4508
4509 * gdbtk.tcl: Add button to control mixed source disassembly.
4510 Use text widgets in expr window. The give me more control over
4511 layout.
4512 Add auto-updating of exprs in expression window.
4513 Handle expressions out of scope a bit better.
4514 Make selected window pop up to the top when invoked via the
4515 menubar.
4516 Make copyright message have raised relief.
4517
4518 * gdbtk.c (gdbtk_init): Improve handling for errors in gdbtk.tcl
4519 during startup.
4520 end-sanitize-gdbtk
4521
4522 Wed Jan 11 17:53:26 1995 Rob Savoye <rob@darkstar.cygnus.com>
4523
4524 * array-rom.c: Add support for most commands.
4525
4526 * monitor.c: Add GDB remote protocol for the hybrid environment on
4527 the Array board.
4528
4529 Wed Jan 11 00:44:01 1995 Jeff Law (law@snake.cs.utah.edu)
4530
4531 * command.c (show_user_1): Use print_command_line to show a user
4532 defined command (including control structures).
4533
4534 * top.c (init_main): Change documentation for user defined
4535 commands to indicate they may accept up to ten arguments.
4536
4537 Tue Jan 10 16:22:41 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
4538
4539 * mips-tdep.c (mips_skip_prologue): Accept or as well as addu for
4540 `move $s8, $sp' instruction.
4541
4542 Sun Jan 8 12:45:34 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
4543
4544 * target.c, target.h (target_signal_from_command): New function.
4545 * infrun.c (handle_command, signals_info), infcmd.c
4546 (signal_command): Use it.
4547 * infrun.c, infcmd.c: Update docstrings for these commands.
4548
4549 * target.h (enum target_signal), target.c (signals), target.c
4550 (target_signal_from_host, target_signal_to_host): Add
4551 TARGET_SIGNAL_REALTIME_* and TARGET_SIGNAL_PRIO for lynx.
4552 * config/tm-lynx.h: Define signal numbers for realtime events.
4553
4554 Sat Jan 7 07:23:53 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
4555
4556 * dbxread.c (process_one_symbol): Handle N_FUN symbols
4557 for Sun acc 3.0 under SunOS4.
4558
4559 Changes to improve handling of runtime common symbols
4560 under SunOS4.
4561 * minsyms.c (get_symbol_leading_char): New routine to determine
4562 the leading symbol character for an objfile.
4563 (prim_record_minimal_symbol_and_info, install_minimal_symbols):
4564 Use it.
4565 * objfiles.h (rt_common_objfile): New global, points to objfile
4566 containing the runtime common minimal symbols.
4567 * objfiles.c (free_objfile): Mark rt_common_objfile as
4568 unallocated before freeing it.
4569 * solib.c (allocate_rt_common_objfile): New routine to allocate
4570 an objfile for the runtime common minimal symbols.
4571 (solib_add_common_symbols): Allocate an objfile for the runtime
4572 common symbols if necessary and put common symbols into it.
4573 Clean up code and comments.
4574 (solib_add, special_symbol_handling): Cleanup comments regarding
4575 runtime common symbols.
4576 * stabsread.c (scan_file_globals_1): New routine, contains
4577 old scan_file_globals code. Checks if there are any unresolved
4578 global symbols before starting the expensive minimal symbol table
4579 search.
4580 (scan_file_globals): Now calls scan_file_globals_1 for the passed
4581 objfile and eventually for the runtime common objfile. Complains
4582 about any unresolved global symbols and removes them from the
4583 global symbol chain to avoid dangling pointers into the symbol
4584 table if the symbol table is reread.
4585
4586 Thu Jan 5 17:38:29 1995 Stu Grossman (grossman@cygnus.com)
4587
4588 * Makefile.in (install_only uninstall): Indent for clarity.
4589
4590 * core.c (dis_asm_read_memory): Add call to
4591 dis_asm_read_memory_hook to provide alternate way for disassembler
4592 to read memory.
4593
4594 * defs.h: Protect from multiple inclusion. Add decl for
4595 dis_asm_read_memory_hook.
4596
4597 * top.c: Make window startup be the default.
4598 * Add dis_asm_read_memory_hook.
4599
4600 start-sanitize-gdbtk
4601 * gdbtk.c (finish_saving_output): Don't do anything if not saving
4602 output.
4603 * (breakpoint_notify): Don't send null filename to tcl.
4604 * (gdb_eval): New tcl command to eval an expression.
4605 * (gdb_disassemble): New tcl command to do disassembly. This
4606 allows tcl code to choose between exec file and target memeory,
4607 and can also do mixed source and assembly.
4608 * (gdbtk_init): Move reading of gdbtk.tcl to the end to make sure
4609 that more of the environment is set up. Also, create link between
4610 gdb and tcl vars disassemble{-_}from{-_}exec.
4611
4612 * gdbtk.tcl: New expression window support.
4613 * Make assembly window be 80 columns wide.
4614 * Use new disassembly method. Add menu items to select
4615 disassembly from exec file or target.
4616 * Change View menubar item to Options.
4617
4618 * Get rid of Stack, Breakpoints, Signals, and Variables Windows,
4619 since they don't exist yet.
4620
4621 * Pop up a copyright window on startup.
4622 end-sanitize-gdbtk
4623
4624 Thu Jan 5 01:16:40 1995 Jeff Law (law@snake.cs.utah.edu)
4625
4626 * stabsread.c (define_symbol): Handle `a' symbol type used for
4627 reference parameter passed in a register.
4628
4629 start-sanitize-gdbtk
4630 Wed Jan 4 19:49:10 1995 Stan Shebs <shebs@andros.cygnus.com>
4631
4632 * gdbtk.tcl (build_framework): Add standard commands menu, more
4633 windows to standard windows menu.
4634 (not_implemented_yet): Clarify message.
4635 end-sanitize-gdbtk
4636
4637 Wed Jan 4 12:27:29 1995 Kung Hsu <kung@mexican.cygnus.com>
4638
4639 * defs.h: move include tm.h up, so that the type LONGEST can
4640 also based on the target requirement to determine. In this case
4641 target mips64.
4642
4643 * remote-os9k.c (rombug_open): catch exception e in rombug.
4644 * remote-os9k.c (rombug_wait): print message before register display
4645 from rombug.
4646
4647 Wed Jan 4 09:18:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
4648
4649 * top.c (locate_arg): Call strchr not index.
4650
4651 Tue Jan 3 16:52:03 1995 Per Bothner <bothner@kalessin.cygnus.com>
4652
4653 * ch-exp.y (literal): Recognize NULL.
4654 (tuple): Parse simple unlabelled tuples.
4655 * eval.c (evaluate_subexp case OP_ARRAY): Use expect_type to
4656 evaluate brace-initializer-expressions depending on context.
4657 (evaluate_subexp case UNOP_CAST): Pass the target type as
4658 expected type when evaluating the expression.
4659
4660 * ch-typeprint.c (chill_type_print_base): Get names of PTR and
4661 BOOL from TYPE_NAME.
4662 * ch-valprint.c (chill_print_type_scalar): New function, to handle
4663 TYPE_CODE_RANGE better than print_type_scalar does.
4664 (chill_val_print_array_elements): Use above new function.
4665
4666 Mon Jan 2 15:02:51 1995 Stan Shebs <shebs@andros.cygnus.com>
4667
4668 * remote-udi.c (udi_load): Tell symbol_file_add that the
4669 program being loaded is the main program.
4670
4671 For older changes see ChangeLog-94
4672 \f
4673 Local Variables:
4674 mode: indented-text
4675 left-margin: 8
4676 fill-column: 74
4677 version-control: never
4678 End: