]> Git Repo - binutils.git/blob - gdb/ChangeLog
* Version 4.12.2.
[binutils.git] / gdb / ChangeLog
1 Fri Feb 18 08:26:29 1994  Jim Kingdon  ([email protected])
2
3         * Version 4.12.2.
4
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.
8
9         * Makefile.in (c-exp.tab.o, ch-exp.tab.o, m2-exp.tab.o): Don't
10         depend on Makefile.in.
11
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.
14
15         * README: Change GhostScript to Ghostscript.
16
17 Fri Feb 18 07:30:55 1994  Jim Kingdon  ([email protected])
18
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
21         character file names.
22         * Makefile.in (ALLPARAM): Add these files.
23
24         * config/mips/littlemips64.mt: Rename to mipsel64.mt for 14
25         character file names.
26         * Makefile.in: Add Kung's new mips64 files.
27
28 Thu Feb 17 17:25:47 1994  Kung Hsu  ([email protected])
29
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.
35
36 Thu Feb 17 09:30:22 1994  David J. Mackenzie  ([email protected])
37
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.
41
42 Fri Feb 11 21:47:24 1994  Steve Chamberlain  ([email protected])
43
44         * remote-hms.c (readchar, hms_open, hms_fetch_register): Made more robust.
45         (remove_commands, add_commands): Add/remove hms-drain when target
46         is connected.
47
48 Fri Feb 11 16:11:38 1994  Stu Grossman  (grossman at cygnus.com)
49
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
53         registers.
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
59         from tm file.
60         * config/rs6000/tm-rs6000.h:  Remove defs of SOLIB_* funcs, cuz they're
61         really native.
62         * config/rs6000/tm-rs6000lynx.h, config/rs6000/xm-rs6000lynx.h:
63         New files to support Lynx/rs6000.
64
65 Tue Feb  8 00:32:28 1994  Peter Schauer  ([email protected])
66
67         * README:  Remove note about gcc warnings on alpha, these should be
68         gone now.
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.
77
78 Mon Feb  7 09:21:17 1994  Jim Kingdon  ([email protected])
79
80         * symtab.h: Always define BYTE_BITFIELD to nothing.
81
82 Mon Feb  7 08:44:17 1994  Jim Kingdon  ([email protected])
83
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.
87
88 Mon Feb  7 08:22:42 1994  Jim Kingdon  ([email protected])
89
90         * defs.h [BFD64]: Use BFD_HOST_64_BIT, not nonexistent
91         BFD_HOST_64_TYPE.
92
93 Sun Feb  6 06:55:15 1994  Jim Kingdon  ([email protected])
94
95         * target.c (target_preopen): If target_kill doesn't remove the
96         target from the stack, use pop_target to do it.
97
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.
101
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
107         it via udi_close.
108         (udi_create_inferior): If udi_session_id is negative, open a new
109         TIP rather than giving an error.
110
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.
117         (m3_ops): Use it.
118         * TODO: Update Mach section.
119
120         * Makefile.in: Remove "rapp" stuff; it is superseded by gdbserver.
121
122 Sun Feb  6 13:26:21 1994  Per Bothner  ([email protected])
123
124         * printcmd.c (printf_command):  Add missing single-letter
125         backslash-escape sequences, and improve error message.
126
127 Sun Feb  6 06:55:15 1994  Jim Kingdon  ([email protected])
128
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.
132
133         * defs.h (alloca): Declare as void *, not char *, on hpux.
134         Don't prototype it, just declare the return type.
135
136 Sun Feb  6 03:25:41 1994  Peter Schauer  ([email protected])
137
138         * config/i386/tm-sun386.h, config/i386/tm-symmetry.h
139         (REGISTER_CONVERT_TO_RAW):  Add missing backslash.
140
141 Sat Feb  5 08:03:41 1994  Jim Kingdon  ([email protected])
142
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.
145
146         * config/i386/tm-i386aix.h (REGISTER_CONVERT_TO_RAW): Add missing
147         backslash.
148         * i386-tdep.c (i386_extract_return_value): Pass TYPE_LENGTH (type)
149         to store_floating, not nonexistent variable len.
150
151         * remote-mips.c (mips_insert_breakpoint, mips_remove_breakpoint):
152         New functions.
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.
158
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.
162
163         * remote-e7000.c: Replace "snoop" command (e7000_noecho) with
164         remote_debug.
165
166         * config/rs6000/tm-rs6000.h (STORE_STRUCT_RETURN): Don't cast
167         to unsigned int.
168
169 Sat Feb  5 05:27:05 1994  Peter Schauer  ([email protected])
170
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.
176
177 Fri Feb  4 15:53:18 1994  Steve Chamberlain  ([email protected])
178
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
182         change memory model.
183         * remote-e7000.c (_initialize_remote_e7000): Change name of snoop
184         command.
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.
192
193 Fri Feb  4 07:41:13 1994  Jim Kingdon  ([email protected])
194
195         * config/rs6000/tm-rs6000.h: Declare rs6000_struct_return_address
196         as CORE_ADDR to match definition in rs6000-tdep.c.
197
198 Fri Feb  4 01:14:20 1994  Peter Schauer  ([email protected])
199
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.
203
204 Thu Feb  3 12:38:58 1994  Jim Kingdon  ([email protected])
205
206         * m68k-stub.c: Treat mc68332 like mc68020 most places.  Provide
207         a special exceptionSize for the 68332.
208
209         * remote-udi.c (udi_attach): If no arguments, print error.
210
211 Thu Feb  3 17:34:05 1994  Fred Fish  ([email protected])
212
213         * Makefile.in (VERSION):  Bump to 4.12.1
214         * NEWS, README:  Update to match 4.12 release.
215
216 Thu Feb  3 12:38:58 1994  Jim Kingdon  ([email protected])
217
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.
222
223         * stabsread.c (read_sun_builtin_type): Skip the semicolon at the end
224         of the type if present.
225
226 Wed Feb  2 11:16:45 1994  Jim Kingdon  ([email protected])
227
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.
230
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
249         unpack_long.
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.
253
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
258         is how it is called.
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.
262
263         * command.c (shell_escape): Report errors correctly (with error
264         message from strerror).
265
266 Wed Feb  2 14:35:41 1994  Ian Lance Taylor  ([email protected])
267
268         * xcoffread.c (read_xcoff_symtab): Change CSECT_LEN to use
269         x_scnlen.l rather than x_scnlen to match corresponding change in
270         coff/internal.h.
271
272 Wed Feb  2 11:16:45 1994  Jim Kingdon  ([email protected])
273
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.
284
285 Tue Feb  1 17:13:32 1994  Kevin Buettner ([email protected])
286
287         * config/m88k/{tm-delta88.h,tm-delta88v4.h}, m88k-tdep.c:
288         Define IN_SIGTRAMP and backtrace correctly through signal handlers.
289
290 Tue Feb  1 22:13:25 1994  Peter Schauer  ([email protected])
291
292         * procfs.c (wait_fd):  Handle EINTR error return from PIOCWSTOP ioctl
293         by restarting the ioctl.
294
295 Tue Feb  1 16:16:25 1994  Jim Kingdon  ([email protected])
296
297         * target.h (target_wait): Add comment about calling
298         return_to_top_level.
299
300 Tue Feb  1 12:21:00 1994  Ian Lance Taylor  ([email protected])
301
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.
305
306 Mon Jan 31 16:10:41 1994  Stu Grossman  (grossman at cygnus.com)
307
308         * sparc-stub.c:  Remove unnecessary #include of memory.h.
309
310 Mon Jan 31 12:12:34 1994  Jim Kingdon  ([email protected])
311
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.
317
318         * remote-mips.c: Use unfiltered, not filtered, output most places.
319
320         * blockframe.c (get_prev_frame_info): Detect and stop an infinite
321         backtrace.  Revise comments.
322
323 Mon Jan 31 09:40:33 1994  Peter Schauer  ([email protected])
324
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.
333
334 Sat Jan 29 23:25:57 1994  Jeffrey A. Law  ([email protected])
335
336         * paread.c (read_unwind_info): Fix typo.
337
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).
341
342 Sat Jan 29 07:44:59 1994  Jim Kingdon  ([email protected])
343
344         * serial.h (SERIAL_SET_TTY_STATE): Comment return value.
345
346         * Makefile.in (TAGS): Just echo one line, rather than the whole thing.
347
348         * Makefile.in: Remove all references to sparcly-nat.c.
349
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.
353
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).
356
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.
360
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.
365
366 Fri Jan 28 08:45:02 1994  Jim Kingdon  ([email protected])
367
368         * c-exp.y (yylex): Reenable nested type code.
369
370 Fri Jan 28 15:40:33 1994  Jim Kingdon  ([email protected])
371
372         * a29k-tdep.c (examine_tag): Add comment regarding argcount.
373
374         * remote-mips.c (mips_ops): Fix docstring.
375
376         * remote-bug.c (bug_ops): Remove spurious newline from docstring.
377
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.
384
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
388         detach.
389         * remote-udi.c (udi_close): Don't error() if QUITTING.
390
391 Fri Jan 28 11:55:52 1994  Rob Savoye  ([email protected])
392
393         * configure.in: Make m68k-coff and aout add monitor support in
394         addition to the standard serial support.
395
396 Fri Jan 28 08:45:02 1994  Jim Kingdon  ([email protected])
397
398         * mdebugread.c (psymtab_to_symtab_1): Don't complain on stLabel with
399         index indexNil.
400
401 Fri Jan 28 10:40:34 1994  Jim Kingdon  ([email protected])
402
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.
406
407 Thu Jan 27 15:12:23 1994  Jim Kingdon  ([email protected])
408
409         * i386-stub.c: Add ".text" right before "mem_fault:".
410
411         * main.c (baud_rate): Add FIXME comment about printing -1 value.
412
413         * remote-utils.c (usage): Fix message to be accurate and conform
414         more closely to normal conventions.
415
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.
419
420         * remote-utils.c (gr_open): If sr_get_device returns NULL, give
421         usage message, don't dump core.
422
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
429         unsigned char *.
430
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).
434
435         * symmisc.c (dump_symtab): Fix args to fprintf_filtered.
436
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.
441
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
444         a frame number.
445
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.
449
450 Wed Jan 26 10:57:21 1994  Jim Kingdon  ([email protected])
451
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.
455
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:
463         Use it.
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
482         only being a long.
483         * symmisc.c (print_symbol): Print "offset" in message for LOC_ARG
484         and LOC_LOCAL.
485         * printcmd.c (print_address): Remove #if 0 code with ADDR_BITS_REMOVE.
486         * source.c: Include <sys/types.h> regardless of USG.
487
488 Tue Jan 25 12:58:26 1994  Peter Schauer  ([email protected])
489
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.
493
494 Tue Jan 25 11:31:53 1994  Jim Kingdon  ([email protected])
495
496         * stabsread.c (STABS_CONTINUE, error_type), partial-stab.h:
497         AIX can use ? instead of \ for continuation.  Deal with it.
498
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.
502
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
508         it to.
509
510 Mon Jan 24 20:51:29 1994  John Gilmore  ([email protected])
511
512         * sparc-nat.c (fetch_inferior_registers, store_inferior_registers):
513         Clean up the changes of 11 Jan, as recommended by Peter Schauer.
514
515 Fri Jan 21 19:10:44 1994  Per Bothner  ([email protected])
516
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.
519
520 Sat Jan 22 17:08:48 1994  Jim Kingdon  ([email protected])
521
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.
527
528 Sat Jan 22 20:25:11 1994  Peter Schauer  ([email protected])
529
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.
532
533 Sat Jan 22 12:29:13 1994  Stu Grossman  (grossman at cygnus.com)
534
535         * lynx-nat.c (fetch_core_registers):  Load the I & L regs for the
536         Sparc from the stack.
537
538 Sat Jan 22 08:30:42 1994  Jim Kingdon  ([email protected])
539
540         * remote-mips.c (mips_initialize): Clear mips_initializing via
541         cleanup chain, not directly.
542
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].
546
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.
552
553 Sat Jan 22 01:37:40 1994  Peter Schauer  ([email protected])
554
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):
558         Define for Solaris2.
559
560 Sat Jan 22 00:34:47 1994  Stu Grossman  (grossman at cygnus.com)
561
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.
565
566 Fri Jan 21 17:49:28 1994  Stu Grossman  (grossman at cygnus.com)
567
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
572         with lynx-nat.o
573         * config/sparc/tm-sparclynx.h:  Rewrite.
574
575 Fri Jan 21 19:08:48 1994  Ian Lance Taylor  ([email protected])
576
577         * rs6000-pinsn.c: Use the new disassembler in the opcodes
578         directory.  Old code was discarded, since the new opcode table has
579         a different format.
580
581 Fri Jan 21 14:28:30 1994  Fred Fish  ([email protected])
582
583         * Makefile.in (realclean):  Remove info files per make-stds.texi.
584
585 Fri Jan 21 12:47:53 1994  Jim Kingdon  ([email protected])
586
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.
590
591 Thu Jan 20 15:04:24 1994  Peter Schauer  ([email protected])
592
593         * printcmd.c (print_address_symbolic):  Unconditionally use msymbol
594         if we did not find a symbol.
595
596 Fri Jan 21 08:20:18 1994  Jeffrey A. Law  ([email protected])
597
598         * infptrace.c (child_xfer_memory): Only use if CHILD_XFER_MEMORY
599         is not defined.
600
601         * hppab-nat.c (call_ptrace): Delete redundant function.
602         (kill_inferior, attach, detach, child_resume): Likewise.
603         (child_xfer_memory): Likewise.
604
605         * hppah-nat.c (call_ptrace): Delete redundant function.
606         (kill_inferior, attach, detach, child_resume): Likewise.
607
608         * config/pa/hppabsd.mh (NATDEPFILES): Add infptrace.o.
609
610         * config/pa/hppahpux.mh (NATDEPFILES): Add infptrace.o.
611
612         * config/pa/nm-hppab.h (FETCH_INFERIOR_REGISTERS): Define.
613
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.
617
618 Fri Jan 21 09:23:33 1994  Jim Kingdon  ([email protected])
619
620         * xcoffread.c (xcoff_symfile_read): Make second parameter a
621         struct section_offsets *, not a (nonexistent) struct section_offset *.
622
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.
626
627         * coffread.c, xcoffread.c: Include <coff/internal.h>
628         before "symfile.h".
629
630 Thu Jan 20 17:30:55 1994  Jim Kingdon  ([email protected])
631
632         * coffread.c (coff_getfilename): Make it not static.
633
634         * xcoffread.c (read_xcoff_symtab): complain() not abort().
635
636         * xcoffread.c (struct coff_symbol): Rename c_nsyms to c_naux (removes
637         a completely gratuitous difference between xcoffread.c and coffread.c).
638
639 Wed Jan 19 15:09:44 1994  Jim Kingdon  ([email protected])
640
641         * infrun.c (wait_for_inferior): Don't set frame for
642         step_resume_breakpoint for IN_SIGTRAMP cases.
643
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.
651
652 Wed Jan 19 12:40:25 1994  Peter Schauer  ([email protected])
653
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
663         of the dummy frame.
664
665 Tue Jan 18 16:16:35 1994  Jim Kingdon  ([email protected])
666
667         * infcmd.c (signal_command): Accept 0 as legitimate signal number.
668
669 Tue Jan 18 14:09:25 1994  Peter Schauer  ([email protected])
670
671         * infrun.c (signals_info), target.c (target_signal_from_name):
672         Use ugly casts to avoid enumvar < enumvar or enumvar++.
673
674 Mon Jan 17 22:00:15 1994  Jim Kingdon  ([email protected])
675
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.
679
680         * infrun.c (_initialize_infrun): Add TARGET_SIGNAL_POLL to list of
681         signals for which stop and print are cleared by default.
682
683 Mon Jan 17 20:00:51 1994  Jeffrey A. Law  ([email protected])
684
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
699         table.
700
701         * hppab-nat.c (_initialize_kernel_u_addr): Delete unwanted functions.
702
703 Mon Jan 17 22:00:15 1994  Jim Kingdon  ([email protected])
704
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,
708         no longer static.
709
710 Mon Jan 17 13:35:01 1994  Fred Fish  ([email protected])
711
712         * Makefile.in (ALLPARAM):  Change irix5.h to nm-irix5.h.
713
714 Mon Jan 17 12:35:42 1994  Peter Schauer  ([email protected])
715
716         * README:  Update notes for alpha port.
717
718 Mon Jan 17 11:15:57 1994  Jim Kingdon  ([email protected])
719
720         * i960-tdep.c (i960_fault_to_signal): Return TARGET_SIGNAL_ILL
721         for operation fault, constraint fault, and type fault.
722
723 Sun Jan 16 12:46:01 1994  Jim Kingdon  ([email protected])
724
725         * Makefile.in (init.c): Add comment explaining formatting conventions.
726
727         * c-exp.y (parse_number): Assign to temporary between the right
728         shifts, to work around a bug in the SCO compiler.
729
730         * Makefile.in (ALLCONFIG, ALLPARAM, ALLDEPFILES, HFILES_NO_SRCDIR):
731         Add various files which were added to GDB recently.
732
733         * xcoffread.c (process_xcoff_symbol): Only change 'V' to 'S' if not
734         within_function.
735
736         * Makefile.in: Add mostlyclean target.
737
738 Sat Jan 15 10:20:13 1994  Jim Kingdon  ([email protected])
739
740         * Version 4.11.4.
741
742 Sat Jan 15 18:27:34 1994  Per Bothner  ([email protected])
743
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.)
747
748 Sat Jan 15 10:20:13 1994  Jim Kingdon  ([email protected])
749
750         * minsyms.c (prim_record_minimal_symbol_and_info): Make tempstring
751         const char *, not char *.
752
753         * symtab.h (struct symbol): Make section short, not unsigned short.
754
755         * symtab.c (lookup_symbol): Add comment about QUIT here.
756
757         * utils.c (fputs_unfiltered): Call fputs, not fputs_maybe_filtered.
758
759         * c-exp.y (parse_number): Check for overflow regardless of range
760         checking.  Fix overflow check to use unsigned LONGEST, not
761         unsigned int.
762
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.
766
767         * c-typeprint.c (c_type_print_varspec_suffix, case TYPE_CODE_FUNC):
768         Print our "()" first, then recurse for the target type.
769
770 Fri Jan 14 21:55:39 1994  Jim Kingdon  ([email protected])
771
772         * remote-udi.c (udi_create_inferior): Quote empty execfile argument.
773
774         * gdbserver/low-lynx.c: Include <sys/wait.h> not "/usr/include/wait.h".
775
776 Fri Jan 14 14:17:06 1994  Jim Kingdon  ([email protected])
777
778         * utils.c (request_quit): Re-establish signal handler regardless
779         of USG.
780
781         * config/mips/xm-irix4.h: Define HAVE_TERMIOS.
782
783 Fri Jan 14 21:55:39 1994  Jim Kingdon  ([email protected])
784
785         * i960-tdep.c: Include target.h.
786
787 Fri Jan 14 17:12:28 1994  Stan Shebs  ([email protected])
788
789         * lynx-nat.c (sys/wait.h): Don't use absolute pathname.
790
791 Fri Jan 14 11:06:10 1994  Jim Kingdon  ([email protected])
792
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.
796
797 Fri Jan 14 14:17:06 1994  Jim Kingdon  ([email protected])
798
799         * Makefile.in (ALLPARAM): Add config/nm-lynx.h.
800
801 Fri Jan 14 11:49:44 1994  Ian Lance Taylor  ([email protected])
802
803         * remote-mips.c (mips_request, mips_wait): Correct prototypes.
804
805 Fri Jan 14 11:37:17 1994  Jim Kingdon  ([email protected])
806
807         * config/i386/xm-linux.h: Define HAVE_TERMIOS.
808
809 Fri Jan 14 01:04:36 1994  Peter Schauer  ([email protected])
810
811         * config/alpha/tm-alpha.h (CALL_DUMMY):  Improve comment.
812
813 Thu Jan 13 10:32:38 1994  Jim Kingdon  ([email protected])
814
815         * remote-vx.c (vx_wait): Only call i960_fault_to_signal if I80960
816         is defined.  Otherwise just report TARGET_SIGNAL_UNKNOWN.
817
818         * mips-tdep.c (mips_push_arguments): Byteswap struct_addr before
819         writing it.
820
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
826         tag.
827
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.
835
836         * a29k-tdep.c (push_dummy_frame): Add comment about saving lr0.
837
838 Wed Jan 12 20:53:16 1994  John Gilmore  ([email protected])
839
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.
844
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).
848
849         * symtab.h (find_addr_symbol):  Add prototype.
850
851 Wed Jan 12 19:32:11 1994  Jim Kingdon  ([email protected])
852
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.
856
857 Wed Jan 12 13:23:37 1994  Peter Schauer  ([email protected])
858
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
862         aggregate types.
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.
869
870 Wed Jan 12 14:44:45 1994  Jim Kingdon  ([email protected])
871
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.
875
876 Wed Jan 12 01:44:25 1994  John Gilmore  ([email protected])
877
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
883         short.
884
885 Wed Jan 12 00:16:26 1994  John Gilmore  ([email protected])
886
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.
890
891 Tue Jan 11 23:57:30 1994  John Gilmore  ([email protected])
892
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.
898
899 Tue Jan 11 00:53:46 1994  John Gilmore  ([email protected])
900
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.
908
909 Tue Jan 11 06:59:10 1994  Jim Kingdon  ([email protected])
910
911         * infrun.c, config/mips/tm-irix5.h: Remove #if 0'd AT_FUNCTION_START.
912
913 Tue Jan 11 14:27:03 1994  Ian Lance Taylor  ([email protected])
914
915         * remote-udi.c (udi_resume): Correct prototype.
916
917 Tue Jan 11 11:10:30 1994  Jeffrey A. Law  ([email protected])
918
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.
926
927 Tue Jan 11 06:59:10 1994  Jim Kingdon  ([email protected])
928
929         * remote-mips.c (mips_wait): Use new function mips_signal_from_protocol
930         to convert a signal number with appropriate bounds checking.
931
932         * remote-mips.c (mips_wait): Fix typos (0x177 -> 0177, 0x377 -> 0377).
933
934 Tue Jan 11 00:53:46 1994  John Gilmore  ([email protected])
935
936         * stack.c (frame_info):  If FRAME_FIND_SAVED_REGS isn't defined,
937         print a newline to end the display anyway.
938
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.
942
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).
948
949 Mon Jan 10 23:16:42 1994  John Gilmore  ([email protected])
950
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
955         running.
956
957 Mon Jan 10 20:08:23 1994  Jim Kingdon  ([email protected])
958
959         * c-valprint.c (c_val_print): Treat TYPE_CODE_RANGE like TYPE_CODE_INT.
960
961         * config/alpha/alpha-netware.mt: Rename to alpha-nw.mt for 14
962         character filenames.
963         * configure.in: Change accordingly.
964
965 Mon Jan 10 15:48:36 1994  Tom Lord  ([email protected])
966
967         * m68k-stub.c, sparc-stub.c: removed spurious introduction of 
968         _filtered io routines from these two files.
969
970 Fri Jan  7 12:42:45 1994  Peter Schauer  ([email protected])
971
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
975         DEC c89. 
976         * mdebugread.c (add_line):  Handle zero linenos produced by DEC c89.
977
978 Fri Jan  7 12:55:25 1994  Jim Kingdon  ([email protected])
979
980         * utils.c (print_sys_errmsg): Call gdb_flush (gdb_stdout) before
981         printing to gdb_stderr.
982
983         * remote-udi.c (udi_kill): Don't close the connection, just set
984         inferior_pid to zero.
985         (udi_mourn): Call remove_breakpoints.
986
987         * remote-udi.c: Remove obsolete need_artificial_traps comment.
988
989         * i386b-nat.c (sregmap): If sEAX, etc., not defined, use tEAX, etc.
990
991 Thu Jan  6 07:17:53 1994  Jim Kingdon  ([email protected])
992
993         * symtab.c (lookup_symbol): Don't try adding .c to the name.
994
995         * remote-bug.c: At the start of each section, reset srec_frame
996         back to 160.
997
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.
1004
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
1013         TARGET_SIGNAL_0.
1014         * infcmd.c (signal_command), infrun.c (signals_info):
1015         Don't allow user to specify numeric equivalent of
1016         TARGET_SIGNAL_DEFAULT.
1017
1018 Tue Jan  4 15:34:36 1994  Stu Grossman  ([email protected])
1019
1020         * config/alpha/alpha-netware.mt:  New target support for Alpha
1021         running Netware.
1022         * configure.in:  Add alpha-*-netware* target.
1023
1024 Tue Jan  4 14:51:35 1994  Stan Shebs  ([email protected])
1025
1026         * remote-mips.c (mips_wait): Fix ref to TARGET_WAITKIND_STOPPED.
1027
1028 Tue Jan  4 09:47:14 1994  Jim Kingdon  ([email protected])
1029
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
1035         target_signal.
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
1048         print_fault.
1049         * config/i960/tm-i960.h: Don't define PRINT_RANDOM_SIGNAL.
1050
1051         * objfiles.c (build_objfile_section_table): Don't abort() if
1052         objfile->sections is already set.
1053
1054         * objfiles.c (add_to_objfile_sections): Check SEC_ALLOC not SEC_LOAD
1055         to match recent change to exec.c.
1056
1057         * Version 4.11.3.
1058
1059         * main.c (print_gdb_version): Change year to 1994.
1060
1061         * ChangeLog, ChangeLog-93: Split ChangeLog at 1994.
1062         * Makefile.in (NONSRC): Add ChangeLog-93.
1063
1064 Mon Jan  3 11:57:29 1994  Jim Kingdon  ([email protected])
1065
1066         * stabsread.c (read_type): Allow defining several type numbers
1067         at once (e.g. "(1,2)=(3,4)="...).
1068
1069         * stabsread.c (read_enum_type): Use TARGET_INT_BIT not sizeof (int).
1070
1071         * breakpoint.c (frame_in_dummy): Check PC as well as frame.
1072
1073 Mon Jan  3 02:47:03 1994  Peter Schauer  ([email protected])
1074
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.
1079
1080 Sun Jan  2 21:41:17 1994  Jim Kingdon  ([email protected])
1081
1082         * config/m68k/tm-sun3.h: Don't define BELIEVE_PCC_PROMOTION.
1083
1084 Sat Jan  1 04:35:23 1994  Peter Schauer  ([email protected])
1085
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.
1088
1089 For older changes see ChangeLog-93
1090 \f
1091 Local Variables:
1092 mode: indented-text
1093 left-margin: 8
1094 fill-column: 74
1095 version-control: never
1096 End:
This page took 0.100584 seconds and 4 git commands to generate.