* configure: Completely rewrite option processing. Take
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
00240279
ILT
1Fri Jan 21 19:08:48 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
2
3 * rs6000-pinsn.c: Use the new disassembler in the opcodes
4 directory. Old code was discarded, since the new opcode table has
5 a different format.
6
a2608ea1
FF
7Fri Jan 21 14:28:30 1994 Fred Fish (fnf@cygnus.com)
8
9 * Makefile.in (realclean): Remove info files per make-stds.texi.
10
6545c6a0
JK
11Fri Jan 21 12:47:53 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
12
13 * dbxread.c (end_psymtab): Only patch psymtab textlow and texthigh
14 if N_SO_ADDRESS_MAYBE_MISSING is defined.
15 * config/sparc/tm-sun4sol2.h: Define it.
16
cd5ee294
JK
17Thu Jan 20 15:04:24 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18
19 * printcmd.c (print_address_symbolic): Unconditionally use msymbol
20 if we did not find a symbol.
21
918fea3e
JL
22Fri Jan 21 08:20:18 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
23
24 * infptrace.c (child_xfer_memory): Only use if CHILD_XFER_MEMORY
25 is not defined.
26
27 * hppab-nat.c (call_ptrace): Delete redundant function.
28 (kill_inferior, attach, detach, child_resume): Likewise.
29 (child_xfer_memory): Likewise.
30
31 * hppah-nat.c (call_ptrace): Delete redundant function.
32 (kill_inferior, attach, detach, child_resume): Likewise.
33
34 * config/pa/hppabsd.mh (NATDEPFILES): Add infptrace.o.
35
36 * config/pa/hppahpux.mh (NATDEPFILES): Add infptrace.o.
37
38 * config/pa/nm-hppab.h (FETCH_INFERIOR_REGISTERS): Define.
39
40 * config/pa/nm-hppah.h (FETCH_INFERIOR_REGISTERS): define.
41 (CHILD_XFER_MEMORY): Define.
42 (PT_*): Define so that generic infptrace.c code can be used.
43
27ad511f
JK
44Fri Jan 21 09:23:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
45
1b880e74
JK
46 * xcoffread.c (xcoff_symfile_read): Make second parameter a
47 struct section_offsets *, not a (nonexistent) struct section_offset *.
48
6657a0c7
JK
49 * xcoffread.c (read_xcoff_symtab): Make main_aux just a union
50 internal_xcoff_symtab, not an array of one of them. Change lots of
51 "main_aux" to "&main_aux" and so on.
52
27ad511f
JK
53 * coffread.c, xcoffread.c: Include <coff/internal.h>
54 before "symfile.h".
55
d4a0983a
JK
56Thu Jan 20 17:30:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
57
dbb0fae2
JK
58 * coffread.c (coff_getfilename): Make it not static.
59
d4a0983a
JK
60 * xcoffread.c (read_xcoff_symtab): complain() not abort().
61
62 * xcoffread.c (struct coff_symbol): Rename c_nsyms to c_naux (removes
63 a completely gratuitous difference between xcoffread.c and coffread.c).
64
d7e7e851
JK
65Wed Jan 19 15:09:44 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
66
67 * infrun.c (wait_for_inferior): Don't set frame for
68 step_resume_breakpoint for IN_SIGTRAMP cases.
69
70 * infrun.c (wait_for_inferior), breakpoint.h (struct bpstat_what),
71 breakpoint.c (bpstat_what): Move step_resume from its own field of
72 the struct bpstat_what into the main_action. Make it override
73 other breakpoints. This is a conservative change in the sense
74 that before the step resume breakpoint was a breakpoint.c
75 breakpoint, hitting the step resume breakpoint overrode even
76 calling bpstat_stop_status.
77
f1de67d3
PS
78Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
79
80 * infrun.c (normal_stop): Set stop_pc after popping the dummy frame
81 in case execution was stopped in the called function.
82 * stack.c (print_frame_info, frame_info): If backtracing through
83 a call dummy, handle the starting source line number on a line
84 boundary like backtracing through sigtramp.
85 * sparc-tdep.c (sparc_frame_find_saved_regs): Get frame address
86 for call dummy frame right. Remove old test for dummy frame,
87 it has been unused at least since gdb-3.5.
88 * sparc-tdep.c (sparc_push_dummy_frame): Set return address register
89 of the dummy frame.
90
c6e0f918
JK
91Tue Jan 18 16:16:35 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
92
93 * infcmd.c (signal_command): Accept 0 as legitimate signal number.
94
db4340a6
JK
95Tue Jan 18 14:09:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
96
97 * infrun.c (signals_info), target.c (target_signal_from_name):
98 Use ugly casts to avoid enumvar < enumvar or enumvar++.
99
4d4f2d50
JK
100Mon Jan 17 22:00:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
101
d881dd86
JK
102 * ser-unix.c (hardwire_noflush_set_tty_state): Don't muck with ICANON.
103 * inflow.c (terminal_ours_1): When discussing how to deal with the
104 tty state, make note of query() as well as readline.
105
4d4f2d50
JK
106 * infrun.c (_initialize_infrun): Add TARGET_SIGNAL_POLL to list of
107 signals for which stop and print are cleared by default.
108
5c38fcee
JL
109Mon Jan 17 20:00:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
110
c7f3b703
JL
111 * config/pa/tm-hppa.h (unwind_table_entry): Use one of the
112 reserved fields to hold a stub unwind entry type. Fix typo.
113 (stub_unwind_entry): New structure for raw stub unwind entries.
114 (stub_unwind_types): The types of stubs we may encounter.
115 (UNWIND_ENTRY_SIZE, STUB_UNWIND_ENTRY_SIZE): New defines.
116 * hppa-tdep.c (rp_saved): Use additional information provided
117 by linker stub unwind descriptors.
118 (frameless_function_invocation): Likewise.
119 (frame_chain_valid): Likewise.
120 * paread.c (compare_unwind_entries): New function for sorting
121 unwind table entries.
122 (read_unwind_info): Rewrite to remove dependency on host endianness.
123 Read in data from the $UNWIND_END$ subspace which contains linker
124 stub unwind descriptors. Merge that data into the basic unwind
125 table.
126
5c38fcee
JL
127 * hppab-nat.c (_initialize_kernel_u_addr): Delete unwanted functions.
128
af8b7906
JK
129Mon Jan 17 22:00:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
130
131 * xcoffread.c (read_xcoff_symtab, case C_FILE): Accept the name
132 from either the symbol name or the auxent.
133 * coffread.c, symfile.h (coff_getfilename): Renamed from getfilename,
134 no longer static.
135
0e7da49c
FF
136Mon Jan 17 13:35:01 1994 Fred Fish (fnf@cygnus.com)
137
138 * Makefile.in (ALLPARAM): Change irix5.h to nm-irix5.h.
139
b90811f9
PS
140Mon Jan 17 12:35:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
141
142 * README: Update notes for alpha port.
143
24a11a79
JK
144Mon Jan 17 11:15:57 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
145
146 * i960-tdep.c (i960_fault_to_signal): Return TARGET_SIGNAL_ILL
147 for operation fault, constraint fault, and type fault.
148
b76dcd4b
JK
149Sun Jan 16 12:46:01 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
150
623d7380
JK
151 * Makefile.in (init.c): Add comment explaining formatting conventions.
152
a39f7739
JK
153 * c-exp.y (parse_number): Assign to temporary between the right
154 shifts, to work around a bug in the SCO compiler.
155
07919221
JK
156 * Makefile.in (ALLCONFIG, ALLPARAM, ALLDEPFILES, HFILES_NO_SRCDIR):
157 Add various files which were added to GDB recently.
158
91cc45da
JK
159 * xcoffread.c (process_xcoff_symbol): Only change 'V' to 'S' if not
160 within_function.
161
b76dcd4b
JK
162 * Makefile.in: Add mostlyclean target.
163
d7a5ff3c
JK
164Sat Jan 15 10:20:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
165
166 * Version 4.11.4.
167
8b564df8
PB
168Sat Jan 15 18:27:34 1994 Per Bothner (bothner@kalessin.cygnus.com)
169
170 * main.c (show_commands): Make return type of extern
171 history_get be HIST_ENTRY, rather than struct _hist_entry.
172 (The latter loses with the upcoming merged readline.)
173
dac317dc
JK
174Sat Jan 15 10:20:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
175
ab5f7971
JK
176 * minsyms.c (prim_record_minimal_symbol_and_info): Make tempstring
177 const char *, not char *.
178
fb155ce3
JK
179 * symtab.h (struct symbol): Make section short, not unsigned short.
180
87041845
JK
181 * symtab.c (lookup_symbol): Add comment about QUIT here.
182
f29351d9
JK
183 * utils.c (fputs_unfiltered): Call fputs, not fputs_maybe_filtered.
184
a9b32d61
JK
185 * c-exp.y (parse_number): Check for overflow regardless of range
186 checking. Fix overflow check to use unsigned LONGEST, not
187 unsigned int.
188
189 * c-exp.y (parse_number): Make it so that integer constants are
190 builtin_type_long_long if builtin_type_long isn't big enough or if
191 an "LL" suffix is used. Properly handle "UL" or "LU" suffixes.
192
dac317dc
JK
193 * c-typeprint.c (c_type_print_varspec_suffix, case TYPE_CODE_FUNC):
194 Print our "()" first, then recurse for the target type.
195
4c0b3e57
JK
196Fri Jan 14 21:55:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
197
831a39d7
JK
198 * remote-udi.c (udi_create_inferior): Quote empty execfile argument.
199
4c0b3e57
JK
200 * gdbserver/low-lynx.c: Include <sys/wait.h> not "/usr/include/wait.h".
201
44a09a68
JK
202Fri Jan 14 14:17:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
203
204 * utils.c (request_quit): Re-establish signal handler regardless
205 of USG.
206
207 * config/mips/xm-irix4.h: Define HAVE_TERMIOS.
208
98506620
JK
209Fri Jan 14 21:55:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
210
211 * i960-tdep.c: Include target.h.
212
658821b9
SS
213Fri Jan 14 17:12:28 1994 Stan Shebs (shebs@andros.cygnus.com)
214
215 * lynx-nat.c (sys/wait.h): Don't use absolute pathname.
216
217Fri Jan 14 11:06:10 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
218
219 * lynx-nat.c (child_wait): Fix thinkos in struct target_waitstatus
220 changes (status -> ourstatus; declare status, etc.).
221 * config/nm-lynx.h: Fix child_wait prototype and include target.h.
222
4e8bc56f
JK
223Fri Jan 14 14:17:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
224
225 * Makefile.in (ALLPARAM): Add config/nm-lynx.h.
226
aeb145f8
ILT
227Fri Jan 14 11:49:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
228
229 * remote-mips.c (mips_request, mips_wait): Correct prototypes.
230
d253eb7a
JK
231Fri Jan 14 11:37:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
232
233 * config/i386/xm-linux.h: Define HAVE_TERMIOS.
234
52b3045e
PS
235Fri Jan 14 01:04:36 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
236
237 * config/alpha/tm-alpha.h (CALL_DUMMY): Improve comment.
238
ae682b80
JK
239Thu Jan 13 10:32:38 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
240
d0acb092
JK
241 * remote-vx.c (vx_wait): Only call i960_fault_to_signal if I80960
242 is defined. Otherwise just report TARGET_SIGNAL_UNKNOWN.
243
244 * mips-tdep.c (mips_push_arguments): Byteswap struct_addr before
245 writing it.
246
63dcc380
JK
247 Add search to target vector (#if 0'd until after 4.12):
248 * target.h (to_search, target_search): Add.
249 * gdbcore.h, core.c (generic_search): Add.
250 * remote.c (remote_search): Add.
251 * a29k-tdep.c (init_frame_info): Use target_search to find traceback
252 tag.
253
d6596eee
JK
254 * printcmd.c (print_address_symbolic): If set print fast-symbolic-addr
255 is on, call find_pc_function rather than relying just on the minimal
256 symbols (probably only matters for symbol readers which don't put
257 statics in the minimal symbols, but changing this strikes me as
258 not conservative enough).
259 Initialize name_location in all cases.
260 If no symbol and no msymbol, don't print anything symbolic.
261
ae682b80
JK
262 * a29k-tdep.c (push_dummy_frame): Add comment about saving lr0.
263
314e6bf3
JG
264Wed Jan 12 20:53:16 1994 John Gilmore (gnu@cygnus.com)
265
266 * printcmd.c (print_address_symbolic): Make it search the
267 symtabs for variables as well as functions. Add `set print
268 fast-symbolic-addr' and default it to fast (the old way).
269 Print line numbers for data items as well as functions.
270
271 * symtab.c (find_addr_symbol): Return the symtab and the symbol
272 address, if a symbol is found (take two more args pointing to
273 where to store these results).
274
275 * symtab.h (find_addr_symbol): Add prototype.
276
470dfa0c
JK
277Wed Jan 12 19:32:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
278
279 * objfiles.h: Fix comments to reflect the fact that the phrase
280 "top of stack" always refers to where the pushing and popping takes
281 place, regardless of whether it is at the highest or lowest address.
282
a8c49897
PS
283Wed Jan 12 13:23:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
284
285 * mdebugread.c (parse_symbol): Do not set TYPE_TAG_NAME for
286 compiler generated tag names.
287 * mdebugread.c (parse_type): Handle cross references to qualified
288 aggregate types.
289 * valops.c (value_struct_elt): Improve error message if the
290 address of a method is requested from an object instance.
291 * valops.c (search_struct_method): Make name_matched non-static
292 to get it initialized correctly.
293 * config/i386/nm-i386sco.h (CANNOT_STORE_REGISTER): Define to
294 exclude segment register which are not writable on newer SCO versions.
295
4ad942bf
JK
296Wed Jan 12 14:44:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
297
298 * go32-xdep.c: Remove unused function uerror.
299 (sigsetmask): Declare return type. Declare argument (to match the
300 way it is called). Explicitly return 0.
301
21578747
JG
302Wed Jan 12 01:44:25 1994 John Gilmore (gnu@cygnus.com)
303
304 * symtab.h (struct symbol, general_symbol_info, minimal_symbol,
305 partial_symbol): Shrink the storage sizes of symbols, by making
306 enums into 1-byte bitfields when compiled __GNUC__, moving all the
307 enums and small ints to the end of each struct to improve
308 alignment, and switching the section number from int to unsigned
309 short.
310
e0ea0fbd
JG
311Wed Jan 12 00:16:26 1994 John Gilmore (gnu@cygnus.com)
312
313 * symtab.c (find_addr_symbol): New routine that will find the nearest
314 symbol associated with an address. It does so by exhaustive
315 search of the symtabs, so it's slow but complete.
316
011d4ed9
JG
317Tue Jan 11 23:57:30 1994 John Gilmore (gnu@cygnus.com)
318
319 * coffread.c (read_coff_symtab): Set PC bounds of _globals_ symtab
320 to [0,0] rather than [0, end of first source file]. This avoids
321 problems with other parts of GDB looking for linetables in the
322 _globals_ symtab. Eliminate variables num_object_files and
323 first_object_file_end.
324
eb5b74ca
JG
325Tue Jan 11 00:53:46 1994 John Gilmore (gnu@cygnus.com)
326
327 * a29k-tdep.c (init_frame_info): Cast null arg to examine_tag.
328 (pop_frame): Restore PC2 and LR0 from dummy frames.
329 (push_dummy_frame): Save PC2 and LR0 into dummy frames.
330 (setup_arbitrary_frame): Handle 3 args and set up real frames.
331 * config/a29k/tm-a29k.h (FRAME_NUM_ARGS): Update comments.
332 (DUMMY_FRAME_RSIZE): Add 2 longwords for PC2 and LR0.
333 (SETUP_ARBITRARY_FRAME): Define.
334
4d69cf57
JK
335Tue Jan 11 06:59:10 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
336
337 * infrun.c, config/mips/tm-irix5.h: Remove #if 0'd AT_FUNCTION_START.
338
6a69975f
ILT
339Tue Jan 11 14:27:03 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
340
341 * remote-udi.c (udi_resume): Correct prototype.
342
c598654a
JL
343Tue Jan 11 11:10:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
344
345 * config/pa/tm-hppa.h (FRAME_FIND_SAVED_REGS): Call
346 hppa_frame_find_saved_regs.
347 * hppa-tdep.c (dig_fp_from_stack): Delete function.
348 (prologue_inst_adjust_sp): New function.
349 (is_branch, inst_saves_gr, inst_saves_fr): New functions.
350 (skip_prologue): Completely rewrite to use unwind information.
351 (hppa_frame_find_saved_regs): Likewise.
352
6397809b
JK
353Tue Jan 11 06:59:10 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
354
f3fe8934
JK
355 * remote-mips.c (mips_wait): Use new function mips_signal_from_protocol
356 to convert a signal number with appropriate bounds checking.
357
6397809b
JK
358 * remote-mips.c (mips_wait): Fix typos (0x177 -> 0177, 0x377 -> 0377).
359
c369b6a3
JG
360Tue Jan 11 00:53:46 1994 John Gilmore (gnu@cygnus.com)
361
a31f4b90
JG
362 * stack.c (frame_info): If FRAME_FIND_SAVED_REGS isn't defined,
363 print a newline to end the display anyway.
364
c6d8db40
JG
365 * sparc-tdep.c (sparc_pop_frame): Pop the fsr and csr (float and
366 coprocessor status regs) when popping a frame. This fixes
367 float exceptions that occur after calling inferior functions.
368
c369b6a3
JG
369 * sparc-nat.c (fetch_inferior_registers, store_inferior_registers):
370 Read and write the fsr (float status register) to/from the child
c6d8db40
JG
371 process along with the float regs. Remove Peter Schauer's change
372 of May 24 '93, which has higher overhead and doesn't solve the
373 real problem (which was that FSR wasn't being set).
c369b6a3 374
7b2bcbf5
JG
375Mon Jan 10 23:16:42 1994 John Gilmore (gnu@cygnus.com)
376
377 * a29k-tdep.c (examine_prologue): Don't worry if the ASGEQ
378 stack overflow check isn't right after the register stack
379 adjustment instruction. Metaware R2.3u compiler moves other
380 things in front of it. This fix isn't perfect but is what's
381 running.
382
6aaa61de
JK
383Mon Jan 10 20:08:23 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
384
85b8aa88
JK
385 * c-valprint.c (c_val_print): Treat TYPE_CODE_RANGE like TYPE_CODE_INT.
386
6aaa61de
JK
387 * config/alpha/alpha-netware.mt: Rename to alpha-nw.mt for 14
388 character filenames.
389 * configure.in: Change accordingly.
390
ef118278
TL
391Mon Jan 10 15:48:36 1994 Tom Lord (lord@rtl.cygnus.com)
392
393 * m68k-stub.c, sparc-stub.c: removed spurious introduction of
394 _filtered io routines from these two files.
395
9d51b3c5
PS
396Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
397
398 * config/i386/tm-i386v.h, config/m68k/tm-m68k.h, config/mips/tm-mips.h,
399 config/vax/tm-vax.h (CALL_DUMMY_BREAKPOINT_OFFSET): Define.
400 * mdebugread.c (parse_symbol): Handle enum sh.type produced by
401 DEC c89.
402 * mdebugread.c (add_line): Handle zero linenos produced by DEC c89.
403
11ebf939
JK
404Fri Jan 7 12:55:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
405
17d059d4
JK
406 * utils.c (print_sys_errmsg): Call gdb_flush (gdb_stdout) before
407 printing to gdb_stderr.
408
409 * remote-udi.c (udi_kill): Don't close the connection, just set
410 inferior_pid to zero.
411 (udi_mourn): Call remove_breakpoints.
412
413 * remote-udi.c: Remove obsolete need_artificial_traps comment.
414
11ebf939
JK
415 * i386b-nat.c (sregmap): If sEAX, etc., not defined, use tEAX, etc.
416
fcbc95a7
JK
417Thu Jan 6 07:17:53 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
418
d8a66e60
JK
419 * symtab.c (lookup_symbol): Don't try adding .c to the name.
420
e3a7e9d5
JK
421 * remote-bug.c: At the start of each section, reset srec_frame
422 back to 160.
423
fcbc95a7
JK
424 * target.h: Add TARGET_WAITKIND_LOADED and TARGET_WAITKIND_SPURIOUS.
425 * target.c (store_waitstatus): Add CHILD_SPECIAL_WAITSTATUS hook.
426 * infrun.c (wait_for_inferior): Replace SIGTRAP_STOP_AFTER_LOAD with
427 code which looks for those two waitkinds. Use switch statement.
428 * config/rs6000/tm-rs6000.h: Replace SIGTRAP_STOP_AFTER_LOAD with
429 CHILD_SPECIAL_WAITSTATUS.
430
431 * procfs.c (procfs_wait): Fix argument name to match 4 Jan changes.
432 * Move target_signal_from_host, target_signal_to_host, and
433 store_waitstatus from inftarg.c to target.c. procfs needs them.
434 * target.c: Include "wait.h" and <signal.h>.
435 * target.h, infrun.c (proceed), proceed callers: Pass new code
436 TARGET_SIGNAL_DEFAULT instead of -1. This avoids problems with
437 enums being treated as unsigned and is cleaner.
438 * infrun.c (signals_info): Don't print TARGET_SIGNAL_DEFAULT or
439 TARGET_SIGNAL_0.
440 * infcmd.c (signal_command), infrun.c (signals_info):
441 Don't allow user to specify numeric equivalent of
442 TARGET_SIGNAL_DEFAULT.
443
7f85a716
SG
444Tue Jan 4 15:34:36 1994 Stu Grossman (grossman@cygnus.com)
445
446 * config/alpha/alpha-netware.mt: New target support for Alpha
447 running Netware.
448 * configure.in: Add alpha-*-netware* target.
449
5efb3899
SS
450Tue Jan 4 14:51:35 1994 Stan Shebs (shebs@andros.cygnus.com)
451
452 * remote-mips.c (mips_wait): Fix ref to TARGET_WAITKIND_STOPPED.
453
67ac9759
JK
454Tue Jan 4 09:47:14 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
455
456 * target.h: Add enum target_waitkind, enum target_signal, and
457 struct target_waitstatus. Change status argument to target_wait to
458 be struct target_waitstatus * instead of int *.
459 * target.h, infrun.c, all targets: Change type of signal arguments
460 to resume(), proceed(), and target_resume() from int to enum
461 target_signal.
462 * All targets (*_wait, *_resume): Change accordingly.
463 * infcmd.c (program_info, signal_command), throughout infrun.c,
464 * fork-child.c, solib.c, hppa-tdep.c, osfsolib.c: Use this stuff.
465 * convex-xdep.c, convex-tdep.c: Add FIXME's (getting the Convex
466 signal code stuff right with the new signals would be non-trivial).
467 * inferior.h (stop_signal): Make it enum target_signal not int.
468 * target.c, target.h (target_signal_to_string, target_signal_to_name,
469 target_signal_from_name): New functions.
470 * inftarg.c, target.h (target_signal_to_host, target_signal_from_host,
471 store_waitstatus): New functions.
472 * procfs.c (procfs_notice_signals): Use them.
473 * i960-tdep.c (i960_fault_to_signal): New function, to replace
474 print_fault.
475 * config/i960/tm-i960.h: Don't define PRINT_RANDOM_SIGNAL.
476
477 * objfiles.c (build_objfile_section_table): Don't abort() if
478 objfile->sections is already set.
479
480 * objfiles.c (add_to_objfile_sections): Check SEC_ALLOC not SEC_LOAD
481 to match recent change to exec.c.
482
483 * Version 4.11.3.
484
485 * main.c (print_gdb_version): Change year to 1994.
486
487 * ChangeLog, ChangeLog-93: Split ChangeLog at 1994.
488 * Makefile.in (NONSRC): Add ChangeLog-93.
489
b35885f2
JK
490Mon Jan 3 11:57:29 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
491
4b404661
JK
492 * stabsread.c (read_type): Allow defining several type numbers
493 at once (e.g. "(1,2)=(3,4)="...).
494
eaba7fae
JK
495 * stabsread.c (read_enum_type): Use TARGET_INT_BIT not sizeof (int).
496
b35885f2
JK
497 * breakpoint.c (frame_in_dummy): Check PC as well as frame.
498
ae5c71d6
PS
499Mon Jan 3 02:47:03 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
500
501 * mdebugread.c (psymtab_to_symtab_1): Only pass N_STAB symbols
502 to process_one_symbol.
503 * symtab.c (find_pc_psymbol): Search global_psymbols as well to
504 avoid caching a bad endaddr in find_pc_partial_function.
505
d568b76a
JK
506Sun Jan 2 21:41:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
507
508 * config/m68k/tm-sun3.h: Don't define BELIEVE_PCC_PROMOTION.
509
9ddb33a8
PS
510Sat Jan 1 04:35:23 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
511
512 * infrun.c (wait_for_inferior): Do not step or step resume past
513 the end of a one-line function we just stepped into.
514
67ac9759 515For older changes see ChangeLog-93
bd5635a1
RP
516\f
517Local Variables:
518mode: indented-text
519left-margin: 8
520fill-column: 74
521version-control: never
522End:
This page took 0.246714 seconds and 4 git commands to generate.