5 * Makefile.in (install): Do the sed for program_transform_name
6 ourselves instead of worrying about INSTALL_XFORM. This enables
7 users to override INSTALL_PROGRAM in the standard way.
9 * Makefile.in (c-exp.tab.o, ch-exp.tab.o, m2-exp.tab.o): Don't
10 depend on Makefile.in.
12 * defs.h, valprint.c: Make longest_to_int a function not a macro.
13 Only test against INT_MIN if a LONGEST is bigger than an int.
15 * README: Change GhostScript to Ghostscript.
19 * config/rs6000/{tm-rs6000lynx.h,nm-rs6000lynx.h,xm-rs6000lynx.h}:
20 Rename to tm-rs6000ly.h, nm-rs6000ly.h, xm-rs6000ly.h for 14
22 * Makefile.in (ALLPARAM): Add these files.
24 * config/mips/littlemips64.mt: Rename to mipsel64.mt for 14
26 * Makefile.in: Add Kung's new mips64 files.
30 * configure.in: add mips64-*-elf, mips64-*-ecoff, mips64el-*-elf,
31 mips64el-*-ecoff and mips64-big-*.
32 * defs.h: get rid of FORCE_LONG_LONG.
33 * mips-tdep.c (mips_find_saved_regs): add sd and sdc1 instruction
34 parsing. Change register size to be MIPS_REGSIZE.
38 * corelow.c, exec.c, irix5-nat.c, mipsread.c, objfiles.c,
39 osfsolib.c, rs6000-nat.c, solib.c, symfile.c, utils.c,
40 xcoffexec.c: Use bfd_get_error and bfd_set_error and new error names.
44 * remote-hms.c (readchar, hms_open, hms_fetch_register): Made more robust.
45 (remove_commands, add_commands): Add/remove hms-drain when target
48 Fri Feb 11 16:11:38 1994 Stu Grossman (grossman at cygnus.com)
50 * configure.in: Add Lynx/rs6000 support.
51 * lynx-nat.c: Clean up some Sparc stuff. Clean up ptrace error
52 messages. Add rs6000 support. Don't try to modify unwritable
54 * rs6000-nat.c: Move lots of native dependent stuff (like core
55 file support) from rs6000-tdep.c & xcoffexec.c to here.
56 * rs6000-tdep.c: Move native dependent stuff to nat.c.
57 * xcoffexec.c: Move native dependent stuff to nat.c.
58 * config/rs6000/nm-rs6000.h: Move defs of SOLIB_* macros to here
60 * config/rs6000/tm-rs6000.h: Remove defs of SOLIB_* funcs, cuz they're
62 * config/rs6000/tm-rs6000lynx.h, config/rs6000/xm-rs6000lynx.h:
63 New files to support Lynx/rs6000.
67 * README: Remove note about gcc warnings on alpha, these should be
69 * c-exp.y, ch-exp.y, core.c, corelow.c, eval.c, fork-child.c,
70 m2-exp.y, minsyms.c, nlmread.c, parse.c, putenv.c, regex.c
71 remote-utils.c, stabsread.c: Include <string.h>.
72 * regex.c: Include "defs.h", change re_comp argument to const char *.
73 * infptrace.c (fetch_register, store_inferior_registers): Change
74 regaddr to type CORE_ADDR.
75 * config/alpha/alpha-nw.mt, config/alpha/alpha-osf1.mt (MT_CFLAGS):
76 Remove, no longer necessary now that we use bfd_vma for a CORE_ADDR.
80 * symtab.h: Always define BYTE_BITFIELD to nothing.
84 * config/m68k/{m68k-em.mt,tm-m68k-em.h}: Remove; no longer used.
85 * configure.in: Remove comment about m68k-em.mt.
86 * Makefile.in: Remove references.
90 * defs.h [BFD64]: Use BFD_HOST_64_BIT, not nonexistent
95 * target.c (target_preopen): If target_kill doesn't remove the
96 target from the stack, use pop_target to do it.
98 * coffread.c (process_coff_symbol, case C_TPDEF): Don't set name
99 of TYPE_CODE_PTR or TYPE_CODE_FUNC types. This parallels similar
100 changes to stabsread.c from summer 1993.
102 * remote-udi.c (udi_files_info): If prog_name is NULL, just skip
103 printing the program, rather than passing NULL to printf.
104 (udi_detach): Set udi_session_id to -1 so that udi_close doesn't
105 try to call UDIDisconnect again. Print better message.
106 (udi_kill): Just call UDIDisconnect ourselves, rather than doing
108 (udi_create_inferior): If udi_session_id is negative, open a new
109 TIP rather than giving an error.
111 * config/mips/mipsm3.mh, config/i386/i386m3.mh,
112 config/ns32k/ns32km3.mh: Define NAT_FILE.
113 * config/nm-m3.h: Change guard from _OS_MACH3_H_ and _OS_MACH3_H
114 (it was inconsistent and namespace-wrong) to NM_M3_H.
115 * m3-nat.c (mach_really_wait): Change parameter name to ourstatus.
116 (m3_open): New function.
118 * TODO: Update Mach section.
120 * Makefile.in: Remove "rapp" stuff; it is superseded by gdbserver.
124 * printcmd.c (printf_command): Add missing single-letter
125 backslash-escape sequences, and improve error message.
129 * corelow.c (solib_add_stub, core_open): Pass address of from_tty
130 rather than trying to shove an int into a pointer and back out
131 again. This avoids compiler warnings.
133 * defs.h (alloca): Declare as void *, not char *, on hpux.
134 Don't prototype it, just declare the return type.
138 * config/i386/tm-sun386.h, config/i386/tm-symmetry.h
139 (REGISTER_CONVERT_TO_RAW): Add missing backslash.
143 * remote-mips.c (mips_fetch_registers): If regno is FP_REGNUM or
144 ZERO_REGNUM, just read it as zero without talking to the board.
146 * config/i386/tm-i386aix.h (REGISTER_CONVERT_TO_RAW): Add missing
148 * i386-tdep.c (i386_extract_return_value): Pass TYPE_LENGTH (type)
149 to store_floating, not nonexistent variable len.
151 * remote-mips.c (mips_insert_breakpoint, mips_remove_breakpoint):
153 (mips_store_word): Change calling convention to return errors, and
154 to provide old contents if the caller wants it.
155 (mips_xfer_memory): Deal with errors from mips_store_word.
156 * config/mips/tm-idt.h, config/mips/tm-idtl.h: Remove BREAKPOINT
157 define now that remote-mips.c doesn't use BREAKPOINT.
159 * remote-mips.c (mips_create_inferior): Call warning if arguments
160 specified, and then execute "set args" command. Call error, not
161 mips_error, if executable file not specified.
163 * remote-e7000.c: Replace "snoop" command (e7000_noecho) with
166 * config/rs6000/tm-rs6000.h (STORE_STRUCT_RETURN): Don't cast
171 * value.h (print_longest): Rename "value" to "val" in prototype
172 declaration because some compilers don't like arguments whose
173 names are the same as types.
174 * remote.c (remote_xfer_memory): Cast "myaddr" to unsigned char *
175 before passing it to remote_*_bytes.
179 * h8500-tdep.c (saved_pc_after_call): The size of the
180 pc is memory model dependent. (segmented_command,
181 unsegmented_command, _initialize_h8500_tdep): New commands to
183 * remote-e7000.c (_initialize_remote_e7000): Change name of snoop
185 * remote-hms.c (hms_load): Remove breakpoints when loaded.
186 (hms_wait): Use new status structure
187 (hms_open): Push the target here. (hms_before_main_loop): Not
188 here. (supply_val, hms_fetch_register, hms_store_register): Cope
189 with H8/500 names too. (hms_fetch_register): Take out REGISTER_TYPE.
190 * sh-tdep.c (show_regs, initialize_sh_tdep): New command to print
191 all registers in a compact way.
195 * config/rs6000/tm-rs6000.h: Declare rs6000_struct_return_address
196 as CORE_ADDR to match definition in rs6000-tdep.c.
200 * dwarfread.c (process_dies): Skip nested TAG_compile_unit DIEs.
201 * dwarfread.c (add_partial_symbol): Do not enter opaque aggregate
202 definitions into the psymtab.
206 * m68k-stub.c: Treat mc68332 like mc68020 most places. Provide
207 a special exceptionSize for the 68332.
209 * remote-udi.c (udi_attach): If no arguments, print error.
213 * Makefile.in (VERSION): Bump to 4.12.1
214 * NEWS, README: Update to match 4.12 release.
218 * command.c (empty_sfunc): New function.
219 (add_set_cmd): Use it instead of not_just_help_class_command.
220 (not_just_help_class_command): Change calling convention back to
221 what it was before yesterday's change.
223 * stabsread.c (read_sun_builtin_type): Skip the semicolon at the end
224 of the type if present.
228 * printcmd.c (decode_format): Don't blithely set the size for
229 an address to 'w'. Make it 'g' or 'h', depending on TARGET_PTR_BIT.
231 * defs.h: Just typedef CORE_ADDR to bfd_vma. Include bfd.h.
232 If BFD64, make a LONGEST a BFD_HOST_64_BIT.
233 * defs.h (longest_to_int): Don't depend on CC_HAS_LONG_LONG; instead
234 always just check against INT_MIN and INT_MAX (this also fixes things
235 if sizeof (long) > sizeof (int), e.g. Alpha).
236 * config/pa/tm-hppa.h, config/i386/sun386.h, config/rs6000/tm-rs6000.h:
237 Don't define LONGEST or BUILTIN_TYPE_LONGEST.
238 * gdbtypes.h: Remove BUILTIN_TYPE_LONGEST and
239 BUILTIN_TYPE_UNSIGNED_LONGEST.
240 * language.h, c-lang.c, ch-lang.c, m2-lang.c, language.c: Remove
241 longest_int and longest_unsigned_int.
242 * value.h (struct value): Just align to LONGEST, rather than worrying
243 about CC_HAS_LONG_LONG.
244 * valarith.c (value_binop): Figure out type ourself based on
245 sizeof (LONGEST) rather than relying on BUILTIN_TYPE_LONGEST. The
246 point is that we don't depend on CC_HAS_LONG_LONG anymore.
247 * valprint.c (val_print_type_code_int): Just call
248 extract_unsigned_integer directly, rather than going through
250 * printcmd.c (decode_format): Remove code which would sometimes
251 change 'g' size to 'w' for integers. print_scalar_formatted handles
252 printing huge integers well enough, thank you.
254 * command.c (add_set_cmd, not_just_help_class_command): Change
255 to make this the sfunc, not cfunc, since that is how we call it.
256 * command.h: Comment difference between sfunc and cfunc.
257 * demangle.c (set_demangling_command): Add third arg since that
259 (_initialize_demangler): Use sfunc, not cfunc, for
260 set_demangling_command, since that is how it is called.
261 Remove show_demangling_command; it has no effect.
263 * command.c (shell_escape): Report errors correctly (with error
264 message from strerror).
268 * xcoffread.c (read_xcoff_symtab): Change CSECT_LEN to use
269 x_scnlen.l rather than x_scnlen to match corresponding change in
274 * gdbtypes.h, ch-typeprint.c, ch-valprint.c:
275 Change comments regarding TYPE_CODE_BOOL.
276 * language.c (boolean_type): Always return 1 for TYPE_CODE_BOOL,
277 regardless of the language.
278 (value_true): Just call value_logical_not regardless of language.
279 * coffread.c (coff_read_enum_type), stabsread.c (read_enum_type):
280 Remove #if 0'd code which makes some enums TYPE_CODE_BOOL.
281 * language.h: Improve comment for la_builtin_type_vector.
282 * m2-lang.c (_initialize_m2_language): Don't add any fields to
283 builtin_type_m2_bool.
287 * config/m88k/{tm-delta88.h,tm-delta88v4.h}, m88k-tdep.c:
288 Define IN_SIGTRAMP and backtrace correctly through signal handlers.
292 * procfs.c (wait_fd): Handle EINTR error return from PIOCWSTOP ioctl
293 by restarting the ioctl.
297 * target.h (target_wait): Add comment about calling
302 * coffread.c (read_one_sym): bfd_coff_swap_aux_in now takes
303 additional arguments.
304 * xcoffread.c (read_xcoff_symtab, read_symbol_lineno): Likewise.
306 Mon Jan 31 16:10:41 1994 Stu Grossman (grossman at cygnus.com)
308 * sparc-stub.c: Remove unnecessary #include of memory.h.
312 * mips-tdep.c: Remove code which sets saved_regs from
313 init_extra_frame_info and put it in new function mips_find_saved_regs.
314 (READ_FRAME_REG): Remove macro and replace uses with the expansion.
315 * mips-tdep.c, config/mips/tm-mips.h: When examining ->saved_regs,
316 check if it is NULL and call mips_find_saved_regs if so.
318 * remote-mips.c: Use unfiltered, not filtered, output most places.
320 * blockframe.c (get_prev_frame_info): Detect and stop an infinite
321 backtrace. Revise comments.
325 * mdebugread.c (parse_procedure): Remove _sigtramp kludges for
326 alpha and irix. The _sigtramp case has to be handled properly
327 in the tdep files if we have no ecoff debugging info.
328 * alpha-tdep.c (alpha_frame_saved_pc, alpha_frame_chain),
329 mips-tdep.c (mips_frame_saved_pc): Handle signal handler frames
330 without PC_REGNUM kludge.
331 * mdebugread.c (fixup_sigtramp), mips-tdep.c (read_next_frame_reg):
332 Clean up handling of mips sigtramp frames, improve comments.
336 * paread.c (read_unwind_info): Fix typo.
338 * paread.c (pa_symtab_read): Update the "check_strange_names"
339 filter to match GCC's current output. Filter out section symbols
340 (which the HP linker sometimes puts in the wrong place).
344 * serial.h (SERIAL_SET_TTY_STATE): Comment return value.
346 * Makefile.in (TAGS): Just echo one line, rather than the whole thing.
348 * Makefile.in: Remove all references to sparcly-nat.c.
350 * Makefile.in (HFILES_NO_SRCDIR): Include dcache.h remote-utils.h
351 remote-sim.h directly, rather than via $(remote_utils_h). This avoids
352 duplicating serial.h and target.h.
354 * Makefile.in: Don't set M_INSTALL and M_UNINSTALL. These variables
355 are not used anywhere (a 5 Oct 1993 change removed the uses).
357 * config/m68k/monitor.mt (TDEPFILE): Add remote-es.o.
358 * config/m68k/es1800.mt: Add comment.
359 * remote-es.c: Extensive changes to update to current conventions.
361 * ser-unix.c (wait_for, hardwire_readchar) [HAVE_TERMIO, HAVE_TERMIOS]:
362 If the timeout is too big to fit in c_cc[VTIME], then do multiple reads
363 to achieve the desired timeout.
364 * serial.h (serial_t): Add field timeout_remaining.
368 * c-exp.y (yylex): Reenable nested type code.
372 * a29k-tdep.c (examine_tag): Add comment regarding argcount.
374 * remote-mips.c (mips_ops): Fix docstring.
376 * remote-bug.c (bug_ops): Remove spurious newline from docstring.
378 * config/m68k/tm-monitor.h: Changes to bring this into accordance
379 with the old tm-m68k-em.h:
380 (GDBINIT_FILENAME, DEFAULT_PROMPT): Remove.
381 (HAVE_68881): Don't undefine; HAVE_68881 is obsolete.
382 (REGISTER_NAMES): Don't muck with it; what tm-m68k.h has is fine.
383 Add FIXME regarding GET_LONGJMP_TARGET.
385 * remote-udi.c (udi_close, udi_detach, udi_kill): Add comments.
386 * infptrace.c (kill_inferior): Add comments.
387 * main.c (quit_command): Call target_close after we kill or
389 * remote-udi.c (udi_close): Don't error() if QUITTING.
393 * configure.in: Make m68k-coff and aout add monitor support in
394 addition to the standard serial support.
398 * mdebugread.c (psymtab_to_symtab_1): Don't complain on stLabel with
403 * config/pa/tm-hppa.h: Define macro SMASH_TEXT_ADDRESS.
404 * elfread.c (record_minimal_symbol_and_info),
405 dwarfread.c (process_dies), paread.c (pa_symtab_read): Use it.
409 * i386-stub.c: Add ".text" right before "mem_fault:".
411 * main.c (baud_rate): Add FIXME comment about printing -1 value.
413 * remote-utils.c (usage): Fix message to be accurate and conform
414 more closely to normal conventions.
416 * remote-utils.c (gr_files_info): Have the exec_bfd test control
417 whether to show information about exec_bfd, and not control whether
418 to show information about device and speed.
420 * remote-utils.c (gr_open): If sr_get_device returns NULL, give
421 usage message, don't dump core.
423 * remote-bug.c (bug_write_memory): Use alloca, not GCC extension
424 for variable size array.
425 (bug_fetch_register, bug_store_register): Rename "value" to
426 "fpreg_buf" because some compilers don't like variables whose
427 names are the same as types.
428 (bug_store_register): Use a cast when converting char * to
431 * symmisc.c (maintenance_print_symbols): Don't refer to the name
432 of the command in error message (the text was referring to the old
433 name of the command).
435 * symmisc.c (dump_symtab): Fix args to fprintf_filtered.
437 * c-typeprint.c (c_type_print_base): Have SHOW == 0 mean to print
438 full details on structure elements without names. This partially
439 reverts the changes of 1 Jul 1993 and 31 Aug 1993; I think this aspect
440 of those changes was accidental.
442 * stack.c (parse_frame_specification): If SETUP_ARBITRARY_FRAME is
443 defined, make it an error to specify a single argument which is not
446 * Makefile.in (version.c), main.c (print_gdb_version): Use
447 host_alias and target_alias, not host_canonical and
448 target_canonical, to print configuration.
452 * parse.c (write_exp_msymbol): Use new type msymbol_addr_type instead
453 of builtin_type_long. It is necessary to get a type which is
454 TARGET_PTR_BIT bits in size; builtin_type_long might not be big enough.
456 Fix many sins which will come up in 32 bit x 64 bit GDB, and
457 various miscellaneous things discovered in the process:
458 * printcmd.c, defs.h (print_address_numeric): New function.
459 * c-valprint.c (c_val_print), ch-valprint.c (chill_val_print)
460 breakpoint.c (describe_other_breakpoints, breakpoint_1, mention),
461 cp-valprint.c (cplus_print_value), infcmd.c (jump_command),
462 printcmd.c, stack.c, symfile.c, symmisc.c, valprint.c:
464 * utils.c, defs.h (gdb_print_address): New function.
465 * expprint (dump_expression), gdbtypes.h: Use it.
466 * breakpoint.c (describe_other_breakpoints),
467 symmisc.c (dump_symtab, print_symbol):
468 Use filtered not unfiltered I/O.
469 (remove_breakpoints): Remove BREAKPOINT_DEBUG code. Might as well
470 just run gdb under a debugger for this (and it had problems with
471 printing addresses, how to print b->shadow, etc.).
472 * buildsym.c (make_blockvector), core.c (memory_error),
473 exec.c (print_section_info), maint.c (print_section_table),
474 mdebugread.c (parse_procedure), solib.c, source.c, symfile.c,
475 symmisc.c, symtab.c, valops.c, valprint.c, xcoffexec.c:
476 Add comments saying code is broken. Marked with "FIXME-32x64".
477 * dbxread.c (process_one_symbol), partial-stab.h (default),
478 remote-vx.c (vx_run_files_info):
479 Don't cast int being passed to local_hex_string.
480 * symmisc.c (print_symbol): Don't cast long being passed to %lx.
481 * symtab.h (general_symbol_info): Add comment about SYMBOL_VALUE
483 * symmisc.c (print_symbol): Print "offset" in message for LOC_ARG
485 * printcmd.c (print_address): Remove #if 0 code with ADDR_BITS_REMOVE.
486 * source.c: Include <sys/types.h> regardless of USG.
490 * valops.c (value_assign): Set `type' after coercing toval.
491 * c-valprint.c (c_val_print), ch-valprint.c (chill_val_print):
492 Use extract_unsigned_integer to get the address of a reference.
496 * stabsread.c (STABS_CONTINUE, error_type), partial-stab.h:
497 AIX can use ? instead of \ for continuation. Deal with it.
499 * paread.c (read_unwind_info): Just assign to objfile->obj_private,
500 not OBJ_UNWIND_INFO. Assigning to a cast is a GCC-ism which
501 the HP compiler in ANSI mode doesn't like.
503 * main.c: When defaulting HAVE_SIGSETMASK based on USG, just do it
504 based on USG, rather than defining HAVE_SIGSETMASK to an
505 expression containing defined. Having a macro used in #if expand
506 to an expression containing "defined" is undefined according to
507 ANSI, and the HP compiler in ANSI mode doesn't do what we wanted
512 * sparc-nat.c (fetch_inferior_registers, store_inferior_registers):
513 Clean up the changes of 11 Jan, as recommended by Peter Schauer.
517 * ch-exp.y (match_string_literal): Allow a zero-length string.
518 * ch-lang.c (chill_printstr): Don't print zero-length string funny.
522 * i386aix-nat.c (i386_float_info): Reverse order of registers before
523 passing them to print_387_status.
524 (print_387_status): Don't subtract top from 7 before using it.
525 * i387-tdep.c: Remove comment about AIX wanting "top" subtracted
526 from 7; the above explains it.
530 * mips-tdep.c (init_extra_frame_info): Use frame relative stack
531 pointer value when fixing up the frame at the start of a function.
533 Sat Jan 22 12:29:13 1994 Stu Grossman (grossman at cygnus.com)
535 * lynx-nat.c (fetch_core_registers): Load the I & L regs for the
536 Sparc from the stack.
540 * remote-mips.c (mips_initialize): Clear mips_initializing via
541 cleanup chain, not directly.
543 * ser-unix.c (wait_for) [HAVE_TERMIO, HAVE_TERMIOS]: Make a timeout
544 of -1 mean forever, like in the HAVE_SGTTY case. Warn if we are
545 munging the timeout due to the limited range of c_cc[VTIME].
547 * fork-child.c, inferior.h (fork_inferior): New argument shell_file.
548 * procfs.c (procfs_create_inferior), inftarg.c (child_create_inferior),
549 m3-nat.c (m3_create_inferior): Pass it.
550 * procfs.c: Remove ptrace function. It was declared in a way which
551 conflicted with the prototype in unistd.h on Solaris.
555 * sparc-tdep.c (frame_saved_pc): Get the pc from the saved pc
556 in the sigcontext if it is a signal trampoline frame.
557 * config/sparc/tm-sun4sol2.h (IN_SIGTRAMP, SIGCONTEXT_PC_OFFSET):
560 Sat Jan 22 00:34:47 1994 Stu Grossman (grossman at cygnus.com)
562 * sparc-tdep.c, lynx-nat.c, config/sparc/tm-sparc.h,
563 config/sparc/tm-sparclynx.h: Move defs of FRAME_SAVED_I0/L0 to
564 tm-sparc.h so they can be overridden if necessary.
566 Fri Jan 21 17:49:28 1994 Stu Grossman (grossman at cygnus.com)
568 * lynx-nat.c: Add Sparc support.
569 * sparcly-nat.c: Remove. It's useless.
570 * config/sparc/nm-sparclynx.h: Rewrite.
571 * config/sparc/sparclynx.mh (NATDEPFILES): Replace sparcly-nat.o
573 * config/sparc/tm-sparclynx.h: Rewrite.
577 * rs6000-pinsn.c: Use the new disassembler in the opcodes
578 directory. Old code was discarded, since the new opcode table has
583 * Makefile.in (realclean): Remove info files per make-stds.texi.
587 * dbxread.c (end_psymtab): Only patch psymtab textlow and texthigh
588 if N_SO_ADDRESS_MAYBE_MISSING is defined.
589 * config/sparc/tm-sun4sol2.h: Define it.
593 * printcmd.c (print_address_symbolic): Unconditionally use msymbol
594 if we did not find a symbol.
598 * infptrace.c (child_xfer_memory): Only use if CHILD_XFER_MEMORY
601 * hppab-nat.c (call_ptrace): Delete redundant function.
602 (kill_inferior, attach, detach, child_resume): Likewise.
603 (child_xfer_memory): Likewise.
605 * hppah-nat.c (call_ptrace): Delete redundant function.
606 (kill_inferior, attach, detach, child_resume): Likewise.
608 * config/pa/hppabsd.mh (NATDEPFILES): Add infptrace.o.
610 * config/pa/hppahpux.mh (NATDEPFILES): Add infptrace.o.
612 * config/pa/nm-hppab.h (FETCH_INFERIOR_REGISTERS): Define.
614 * config/pa/nm-hppah.h (FETCH_INFERIOR_REGISTERS): define.
615 (CHILD_XFER_MEMORY): Define.
616 (PT_*): Define so that generic infptrace.c code can be used.
620 * xcoffread.c (xcoff_symfile_read): Make second parameter a
621 struct section_offsets *, not a (nonexistent) struct section_offset *.
623 * xcoffread.c (read_xcoff_symtab): Make main_aux just a union
624 internal_xcoff_symtab, not an array of one of them. Change lots of
625 "main_aux" to "&main_aux" and so on.
627 * coffread.c, xcoffread.c: Include <coff/internal.h>
632 * coffread.c (coff_getfilename): Make it not static.
634 * xcoffread.c (read_xcoff_symtab): complain() not abort().
636 * xcoffread.c (struct coff_symbol): Rename c_nsyms to c_naux (removes
637 a completely gratuitous difference between xcoffread.c and coffread.c).
641 * infrun.c (wait_for_inferior): Don't set frame for
642 step_resume_breakpoint for IN_SIGTRAMP cases.
644 * infrun.c (wait_for_inferior), breakpoint.h (struct bpstat_what),
645 breakpoint.c (bpstat_what): Move step_resume from its own field of
646 the struct bpstat_what into the main_action. Make it override
647 other breakpoints. This is a conservative change in the sense
648 that before the step resume breakpoint was a breakpoint.c
649 breakpoint, hitting the step resume breakpoint overrode even
650 calling bpstat_stop_status.
654 * infrun.c (normal_stop): Set stop_pc after popping the dummy frame
655 in case execution was stopped in the called function.
656 * stack.c (print_frame_info, frame_info): If backtracing through
657 a call dummy, handle the starting source line number on a line
658 boundary like backtracing through sigtramp.
659 * sparc-tdep.c (sparc_frame_find_saved_regs): Get frame address
660 for call dummy frame right. Remove old test for dummy frame,
661 it has been unused at least since gdb-3.5.
662 * sparc-tdep.c (sparc_push_dummy_frame): Set return address register
667 * infcmd.c (signal_command): Accept 0 as legitimate signal number.
671 * infrun.c (signals_info), target.c (target_signal_from_name):
672 Use ugly casts to avoid enumvar < enumvar or enumvar++.
676 * ser-unix.c (hardwire_noflush_set_tty_state): Don't muck with ICANON.
677 * inflow.c (terminal_ours_1): When discussing how to deal with the
678 tty state, make note of query() as well as readline.
680 * infrun.c (_initialize_infrun): Add TARGET_SIGNAL_POLL to list of
681 signals for which stop and print are cleared by default.
685 * config/pa/tm-hppa.h (unwind_table_entry): Use one of the
686 reserved fields to hold a stub unwind entry type. Fix typo.
687 (stub_unwind_entry): New structure for raw stub unwind entries.
688 (stub_unwind_types): The types of stubs we may encounter.
689 (UNWIND_ENTRY_SIZE, STUB_UNWIND_ENTRY_SIZE): New defines.
690 * hppa-tdep.c (rp_saved): Use additional information provided
691 by linker stub unwind descriptors.
692 (frameless_function_invocation): Likewise.
693 (frame_chain_valid): Likewise.
694 * paread.c (compare_unwind_entries): New function for sorting
695 unwind table entries.
696 (read_unwind_info): Rewrite to remove dependency on host endianness.
697 Read in data from the $UNWIND_END$ subspace which contains linker
698 stub unwind descriptors. Merge that data into the basic unwind
701 * hppab-nat.c (_initialize_kernel_u_addr): Delete unwanted functions.
705 * xcoffread.c (read_xcoff_symtab, case C_FILE): Accept the name
706 from either the symbol name or the auxent.
707 * coffread.c, symfile.h (coff_getfilename): Renamed from getfilename,
712 * Makefile.in (ALLPARAM): Change irix5.h to nm-irix5.h.
716 * README: Update notes for alpha port.
720 * i960-tdep.c (i960_fault_to_signal): Return TARGET_SIGNAL_ILL
721 for operation fault, constraint fault, and type fault.
725 * Makefile.in (init.c): Add comment explaining formatting conventions.
727 * c-exp.y (parse_number): Assign to temporary between the right
728 shifts, to work around a bug in the SCO compiler.
730 * Makefile.in (ALLCONFIG, ALLPARAM, ALLDEPFILES, HFILES_NO_SRCDIR):
731 Add various files which were added to GDB recently.
733 * xcoffread.c (process_xcoff_symbol): Only change 'V' to 'S' if not
736 * Makefile.in: Add mostlyclean target.
744 * main.c (show_commands): Make return type of extern
745 history_get be HIST_ENTRY, rather than struct _hist_entry.
746 (The latter loses with the upcoming merged readline.)
750 * minsyms.c (prim_record_minimal_symbol_and_info): Make tempstring
751 const char *, not char *.
753 * symtab.h (struct symbol): Make section short, not unsigned short.
755 * symtab.c (lookup_symbol): Add comment about QUIT here.
757 * utils.c (fputs_unfiltered): Call fputs, not fputs_maybe_filtered.
759 * c-exp.y (parse_number): Check for overflow regardless of range
760 checking. Fix overflow check to use unsigned LONGEST, not
763 * c-exp.y (parse_number): Make it so that integer constants are
764 builtin_type_long_long if builtin_type_long isn't big enough or if
765 an "LL" suffix is used. Properly handle "UL" or "LU" suffixes.
767 * c-typeprint.c (c_type_print_varspec_suffix, case TYPE_CODE_FUNC):
768 Print our "()" first, then recurse for the target type.
772 * remote-udi.c (udi_create_inferior): Quote empty execfile argument.
774 * gdbserver/low-lynx.c: Include <sys/wait.h> not "/usr/include/wait.h".
778 * utils.c (request_quit): Re-establish signal handler regardless
781 * config/mips/xm-irix4.h: Define HAVE_TERMIOS.
785 * i960-tdep.c: Include target.h.
789 * lynx-nat.c (sys/wait.h): Don't use absolute pathname.
793 * lynx-nat.c (child_wait): Fix thinkos in struct target_waitstatus
794 changes (status -> ourstatus; declare status, etc.).
795 * config/nm-lynx.h: Fix child_wait prototype and include target.h.
799 * Makefile.in (ALLPARAM): Add config/nm-lynx.h.
803 * remote-mips.c (mips_request, mips_wait): Correct prototypes.
807 * config/i386/xm-linux.h: Define HAVE_TERMIOS.
811 * config/alpha/tm-alpha.h (CALL_DUMMY): Improve comment.
815 * remote-vx.c (vx_wait): Only call i960_fault_to_signal if I80960
816 is defined. Otherwise just report TARGET_SIGNAL_UNKNOWN.
818 * mips-tdep.c (mips_push_arguments): Byteswap struct_addr before
821 Add search to target vector (#if 0'd until after 4.12):
822 * target.h (to_search, target_search): Add.
823 * gdbcore.h, core.c (generic_search): Add.
824 * remote.c (remote_search): Add.
825 * a29k-tdep.c (init_frame_info): Use target_search to find traceback
828 * printcmd.c (print_address_symbolic): If set print fast-symbolic-addr
829 is on, call find_pc_function rather than relying just on the minimal
830 symbols (probably only matters for symbol readers which don't put
831 statics in the minimal symbols, but changing this strikes me as
832 not conservative enough).
833 Initialize name_location in all cases.
834 If no symbol and no msymbol, don't print anything symbolic.
836 * a29k-tdep.c (push_dummy_frame): Add comment about saving lr0.
840 * printcmd.c (print_address_symbolic): Make it search the
841 symtabs for variables as well as functions. Add `set print
842 fast-symbolic-addr' and default it to fast (the old way).
843 Print line numbers for data items as well as functions.
845 * symtab.c (find_addr_symbol): Return the symtab and the symbol
846 address, if a symbol is found (take two more args pointing to
847 where to store these results).
849 * symtab.h (find_addr_symbol): Add prototype.
853 * objfiles.h: Fix comments to reflect the fact that the phrase
854 "top of stack" always refers to where the pushing and popping takes
855 place, regardless of whether it is at the highest or lowest address.
859 * mdebugread.c (parse_symbol): Do not set TYPE_TAG_NAME for
860 compiler generated tag names.
861 * mdebugread.c (parse_type): Handle cross references to qualified
863 * valops.c (value_struct_elt): Improve error message if the
864 address of a method is requested from an object instance.
865 * valops.c (search_struct_method): Make name_matched non-static
866 to get it initialized correctly.
867 * config/i386/nm-i386sco.h (CANNOT_STORE_REGISTER): Define to
868 exclude segment register which are not writable on newer SCO versions.
872 * go32-xdep.c: Remove unused function uerror.
873 (sigsetmask): Declare return type. Declare argument (to match the
874 way it is called). Explicitly return 0.
878 * symtab.h (struct symbol, general_symbol_info, minimal_symbol,
879 partial_symbol): Shrink the storage sizes of symbols, by making
880 enums into 1-byte bitfields when compiled __GNUC__, moving all the
881 enums and small ints to the end of each struct to improve
882 alignment, and switching the section number from int to unsigned
887 * symtab.c (find_addr_symbol): New routine that will find the nearest
888 symbol associated with an address. It does so by exhaustive
889 search of the symtabs, so it's slow but complete.
893 * coffread.c (read_coff_symtab): Set PC bounds of _globals_ symtab
894 to [0,0] rather than [0, end of first source file]. This avoids
895 problems with other parts of GDB looking for linetables in the
896 _globals_ symtab. Eliminate variables num_object_files and
897 first_object_file_end.
901 * a29k-tdep.c (init_frame_info): Cast null arg to examine_tag.
902 (pop_frame): Restore PC2 and LR0 from dummy frames.
903 (push_dummy_frame): Save PC2 and LR0 into dummy frames.
904 (setup_arbitrary_frame): Handle 3 args and set up real frames.
905 * config/a29k/tm-a29k.h (FRAME_NUM_ARGS): Update comments.
906 (DUMMY_FRAME_RSIZE): Add 2 longwords for PC2 and LR0.
907 (SETUP_ARBITRARY_FRAME): Define.
911 * infrun.c, config/mips/tm-irix5.h: Remove #if 0'd AT_FUNCTION_START.
915 * remote-udi.c (udi_resume): Correct prototype.
919 * config/pa/tm-hppa.h (FRAME_FIND_SAVED_REGS): Call
920 hppa_frame_find_saved_regs.
921 * hppa-tdep.c (dig_fp_from_stack): Delete function.
922 (prologue_inst_adjust_sp): New function.
923 (is_branch, inst_saves_gr, inst_saves_fr): New functions.
924 (skip_prologue): Completely rewrite to use unwind information.
925 (hppa_frame_find_saved_regs): Likewise.
929 * remote-mips.c (mips_wait): Use new function mips_signal_from_protocol
930 to convert a signal number with appropriate bounds checking.
932 * remote-mips.c (mips_wait): Fix typos (0x177 -> 0177, 0x377 -> 0377).
936 * stack.c (frame_info): If FRAME_FIND_SAVED_REGS isn't defined,
937 print a newline to end the display anyway.
939 * sparc-tdep.c (sparc_pop_frame): Pop the fsr and csr (float and
940 coprocessor status regs) when popping a frame. This fixes
941 float exceptions that occur after calling inferior functions.
943 * sparc-nat.c (fetch_inferior_registers, store_inferior_registers):
944 Read and write the fsr (float status register) to/from the child
945 process along with the float regs. Remove Peter Schauer's change
946 of May 24 '93, which has higher overhead and doesn't solve the
947 real problem (which was that FSR wasn't being set).
951 * a29k-tdep.c (examine_prologue): Don't worry if the ASGEQ
952 stack overflow check isn't right after the register stack
953 adjustment instruction. Metaware R2.3u compiler moves other
954 things in front of it. This fix isn't perfect but is what's
959 * c-valprint.c (c_val_print): Treat TYPE_CODE_RANGE like TYPE_CODE_INT.
961 * config/alpha/alpha-netware.mt: Rename to alpha-nw.mt for 14
963 * configure.in: Change accordingly.
967 * m68k-stub.c, sparc-stub.c: removed spurious introduction of
968 _filtered io routines from these two files.
972 * config/i386/tm-i386v.h, config/m68k/tm-m68k.h, config/mips/tm-mips.h,
973 config/vax/tm-vax.h (CALL_DUMMY_BREAKPOINT_OFFSET): Define.
974 * mdebugread.c (parse_symbol): Handle enum sh.type produced by
976 * mdebugread.c (add_line): Handle zero linenos produced by DEC c89.
980 * utils.c (print_sys_errmsg): Call gdb_flush (gdb_stdout) before
981 printing to gdb_stderr.
983 * remote-udi.c (udi_kill): Don't close the connection, just set
984 inferior_pid to zero.
985 (udi_mourn): Call remove_breakpoints.
987 * remote-udi.c: Remove obsolete need_artificial_traps comment.
989 * i386b-nat.c (sregmap): If sEAX, etc., not defined, use tEAX, etc.
993 * symtab.c (lookup_symbol): Don't try adding .c to the name.
995 * remote-bug.c: At the start of each section, reset srec_frame
998 * target.h: Add TARGET_WAITKIND_LOADED and TARGET_WAITKIND_SPURIOUS.
999 * target.c (store_waitstatus): Add CHILD_SPECIAL_WAITSTATUS hook.
1000 * infrun.c (wait_for_inferior): Replace SIGTRAP_STOP_AFTER_LOAD with
1001 code which looks for those two waitkinds. Use switch statement.
1002 * config/rs6000/tm-rs6000.h: Replace SIGTRAP_STOP_AFTER_LOAD with
1003 CHILD_SPECIAL_WAITSTATUS.
1005 * procfs.c (procfs_wait): Fix argument name to match 4 Jan changes.
1006 * Move target_signal_from_host, target_signal_to_host, and
1007 store_waitstatus from inftarg.c to target.c. procfs needs them.
1008 * target.c: Include "wait.h" and <signal.h>.
1009 * target.h, infrun.c (proceed), proceed callers: Pass new code
1010 TARGET_SIGNAL_DEFAULT instead of -1. This avoids problems with
1011 enums being treated as unsigned and is cleaner.
1012 * infrun.c (signals_info): Don't print TARGET_SIGNAL_DEFAULT or
1014 * infcmd.c (signal_command), infrun.c (signals_info):
1015 Don't allow user to specify numeric equivalent of
1016 TARGET_SIGNAL_DEFAULT.
1020 * config/alpha/alpha-netware.mt: New target support for Alpha
1022 * configure.in: Add alpha-*-netware* target.
1026 * remote-mips.c (mips_wait): Fix ref to TARGET_WAITKIND_STOPPED.
1030 * target.h: Add enum target_waitkind, enum target_signal, and
1031 struct target_waitstatus. Change status argument to target_wait to
1032 be struct target_waitstatus * instead of int *.
1033 * target.h, infrun.c, all targets: Change type of signal arguments
1034 to resume(), proceed(), and target_resume() from int to enum
1036 * All targets (*_wait, *_resume): Change accordingly.
1037 * infcmd.c (program_info, signal_command), throughout infrun.c,
1038 * fork-child.c, solib.c, hppa-tdep.c, osfsolib.c: Use this stuff.
1039 * convex-xdep.c, convex-tdep.c: Add FIXME's (getting the Convex
1040 signal code stuff right with the new signals would be non-trivial).
1041 * inferior.h (stop_signal): Make it enum target_signal not int.
1042 * target.c, target.h (target_signal_to_string, target_signal_to_name,
1043 target_signal_from_name): New functions.
1044 * inftarg.c, target.h (target_signal_to_host, target_signal_from_host,
1045 store_waitstatus): New functions.
1046 * procfs.c (procfs_notice_signals): Use them.
1047 * i960-tdep.c (i960_fault_to_signal): New function, to replace
1049 * config/i960/tm-i960.h: Don't define PRINT_RANDOM_SIGNAL.
1051 * objfiles.c (build_objfile_section_table): Don't abort() if
1052 objfile->sections is already set.
1054 * objfiles.c (add_to_objfile_sections): Check SEC_ALLOC not SEC_LOAD
1055 to match recent change to exec.c.
1059 * main.c (print_gdb_version): Change year to 1994.
1061 * ChangeLog, ChangeLog-93: Split ChangeLog at 1994.
1062 * Makefile.in (NONSRC): Add ChangeLog-93.
1066 * stabsread.c (read_type): Allow defining several type numbers
1067 at once (e.g. "(1,2)=(3,4)="...).
1069 * stabsread.c (read_enum_type): Use TARGET_INT_BIT not sizeof (int).
1071 * breakpoint.c (frame_in_dummy): Check PC as well as frame.
1075 * mdebugread.c (psymtab_to_symtab_1): Only pass N_STAB symbols
1076 to process_one_symbol.
1077 * symtab.c (find_pc_psymbol): Search global_psymbols as well to
1078 avoid caching a bad endaddr in find_pc_partial_function.
1082 * config/m68k/tm-sun3.h: Don't define BELIEVE_PCC_PROMOTION.
1086 * infrun.c (wait_for_inferior): Do not step or step resume past
1087 the end of a one-line function we just stepped into.
1089 For older changes see ChangeLog-93
1095 version-control: never