* TODO: Add suggestions for static member function tests, and
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
5801f348
JK
1Thu Mar 24 07:12:09 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2
acdec954
JK
3 * stabsread.c (patch_block_stabs): Don't create LOC_OPTIMIZED_OUT
4 symbols. Reverts change of 2 Apr 1993.
5
5801f348
JK
6 * dbxread.c (end_psymtab): Add comment about empty psymtabs.
7
09973223
JK
8Wed Mar 23 07:50:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
9
10 * main.c (complete_command): New command, from Rick Sladkey
11 <jrs@world.std.com>.
12 (symbol_completion_function): Don't declare rl_point and
13 rl_line_buffer; they are now declared in readline.h.
14 (show_commands): Don't declare history_base; it is declared in
15 history.h.
16 * command.c (lookup_cmd): Don't delete trailing whitespace.
acdec954 17 Reverts change of 14 May 1989.
09973223
JK
18
19Wed Mar 23 16:14:52 1994 Stu Grossman (grossman at cygnus.com)
20
21 * minsyms.c (prim_record_minimal_symbol): Move section deduction
22 code from prim_record_minimal_symbol_and_info() to here. Callers
23 of the latter can legitimately supply a section number of -1.
24
e552788b
JK
25Wed Mar 23 07:50:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
26
27 * gdbtypes.h, gdbtypes.c: Add comments regarding whether static
28 member functions have an element in args for a (nonexistent) this
29 pointer.
30
84ad95c1
JL
31Tue Mar 22 20:12:53 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32
0a64709e
JL
33 * config/pa/tm-hppao.h (NO_PC_SPACE_QUEUE_RESTORE): Define.
34
35 * hppa-tdep.c (hppa_pop_frame): Do not restore the PC space
36 queue if NO_PC_SPACE_QUEUE_RESTORE is defined.
37
84ad95c1
JL
38 * stabsread.c (REG_STRUCT_HAS_ADDR): Accept additional argument
39 for the structure's type. All callers changed.
40
41 * valops.c (call_function_by_hand): Check REG_STRUCT_HAS_ADDR
42 for each structure argument rather than assuming it's either
43 true or false for all structure arguments.
44
45 * config/pa/tm-hppa.h (REG_STRUCT_HAS_ADDR): Depend only
46 on the length structure passed, not the compiler used.
47
48 * config/sparc/tm-sparc.h (REG_STRUCT_HAS_ADDR): Accept additional
49 argument for the structure's type.
50
29f2ceed
JK
51Tue Mar 22 15:28:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
52
51f83933
JK
53 * values.c (set_internalvar): Don't set var->value until we are
54 sure there won't be an error().
55
29f2ceed
JK
56 * remote.c (get_offsets): Reinstate comment which was in
57 remote_wait about use of SECT_OFF_TEXT and so on.
58
59Mon Mar 21 13:11:30 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
60
61 * symmisc.c (maintenance_check_symtabs): New function to check
62 consistency of psymtabs and symtabs.
63 * symtab.h (maintenance_check_symtabs): Add prototype.
64 * maint.c: Add new `maint check-symtabs' command.
65 * config/i386/tm-i386aix.h, config/i386/tm-sun386.h,
66 config/i386/tm-symmetry.h (REGISTER_CONVERT_TO_RAW): Fix typo.
67 * config/i386/tm-symmetry.h: Make comment inside #if 0 a real
68 comment.
69 * config/i386/tm-symmetry.h (STORE_STRUCT_RETURN): Cast argument
70 to write_memory to avoid warnings from gcc.
71 * config/i386/xm-symmetry.h: Add missing #endif.
72 * config/i386/nm-symmetry.h (NO_PTRACE_H): Add for Dynix.
73 * config/i386/symmetry.mt (TDEPFILES): Add i386-tdep.o.
74 * config/i386/symmetry.mh (NAT_FILE, NATDEPFILES): Add.
75
4fd5eed4
JL
76Mon Mar 21 11:50:28 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
77
78 * hppa-tdep.c (hppa_fix_call_dummy): Use value_ptr.
79 (hppa_push_arguments): Likewise.
80
72bba93b
SG
81Mon Mar 21 11:02:51 1994 Stu Grossman (grossman at cygnus.com)
82
83 * alpha-tdep.c: Gobs of changes (many imported from mips-tdep) to
84 improve remote debugging efficiency. Also fixed problems with
85 doing function calls for programs with no entry points.
86 * infcmd.c (run_stack_dummy): Use CALL_DUMMY_ADDRESS instead of
87 entry_point_address.
88 * inferior.h (PC_IN_CALL_DUMMY): ditto.
89 * mdebugread.c (parse_symbol, parse_procedure, parse_external,
90 parse_lines): Pass section_offsets info to these routines so that
91 we can relocate symbol table entries upon readin.
92 * (psymtab_to_symtab_1): Set symtab->primary to tell
93 objfile_relocate to do relocations for our symbols.
94 * (ecoff_relocate_efi): New routine to relocate adr field of PDRs
95 (which hang off of the symbol table).
96 * Use prim_record_minimal_symbols_and_info instead of
97 prim_record_minimal_symbols to supply section info to make minimal
98 symbol relocations work.
99 * minsyms.c (prim_record_minimal_symbols_and_info): If section is
100 -1, try to deduce it from ms_type.
101 * objfiles.c (objfile_relocate): Use ALL_OBJFILE_SYMTABS where
102 appropriate. Handle relocation of MIPS_EFI symbols special. Also,
103 add code to relocate objfile->sections data structure.
104 * remote.c (get_offsets): Use new protocol message to acquire
105 section offsets from the target.
106 * (remote_wait): Get rid of relocation stuff. That's all handled
107 by objfile_relocate now.
108 * config/alpha/alpha-nw.mt (TM_FILE): Use tm-alphanw.h.
109 * config/alpha/tm-alpha.h: Define CALL_DUMMY_ADDRESS, and
110 VM_MIN_ADDRESS.
111 * config/alpha/tm-alphanw.h: DECR_PC_AFTER_BREAK=0, VM_MIN_ADDRESS=0.
112
d148e8c4
DE
113Sun Mar 20 15:21:57 1994 Doug Evans (dje@cygnus.com)
114
115 * sparc-tdep.c (sparc_frame_find_save_regs): Use REGISTER_RAW_SIZE
116 instead of 4.
d3688932 117
d148e8c4 118start-sanitize-v9
d3688932
DE
119 * sp64-tdep.c (target_ptr_bit, set_target_ptr_bit): Deleted,
120 can no longer set this at run time.
7f695c07
DE
121 * config/sparc/sp64.mt (SIMFILES): Use remote-sim.o now.
122 (TM_CLIBS): Define to -lm, the simulator uses the sqrt() function.
123 * config/sparc/tm-sp64.h (FPS_REGNUM, CPS_REGNUM): Define (so
124 sparc-tdep.c compiles).
125 (TARGET_PTR_BIT): Must be a constant now, fix at 64.
d3688932
DE
126end-sanitize-v9
127
94d4b713
JK
128Sat Mar 19 08:51:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
129
d0bff94e
JK
130 * config/m68k/{cisco.mt,tm-cisco.h}: New files.
131 * Makefile.in (ALLPARAM, ALLCONFIG): Add them.
132 * configure.in: Recognize m68*-cisco*-*.
133
94d4b713
JK
134 * Makefile.in (TAGS): Use variables directly, rather than using
135 find, to locate TM_FILE, XM_FILE, and NAT_FILE. This is faster
136 and means that these filenames no longer need be unique across all
137 the config/* directories.
138 * configure.in: Put the config/*/ into TM_FILE, etc.
139
140 * m68k-stub.c (computeSignal): Return SIGFPE, not SIGURG, for chk
141 and trapv exceptions.
142
143 * target.h (struct section_table), objfiles.h (struct obj_section):
144 Change name of field sec_ptr to the_bfd_section. More mnemonic
145 and avoids the (sort of, for the ptx compiler) name clash with
146 the name of the typedef.
147 * exec.c, xcoffexec.c, sparc-tdep.c, rs6000-nat.c, osfsolib.c,
148 solib.c, irix5-nat.c, objfiles.c, remote.c: Change users.
149
150 * utils.c: Include readline.h.
151 * Makefile.in (utils.o): Add dependency.
152
153 * remote.c (getpkt): Add support for run-length encoding.
154
8eec3310
SC
155Fri Mar 18 19:11:15 1994 Steve Chamberlain (sac@jonny.cygnus.com)
156
157 * utils.c (prompt_for_continue): Call readline, not gdb_readline.
158
ee6d646a
JK
159Fri Mar 18 10:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
160
20657f71
JK
161 * dstread.c (record_minimal_symbol): New arg objfile. Pass it to
162 prim_record_minimal_symbol.
163 Callers: Pass it.
164
ee6d646a
JK
165 * regex.c (EXTEND_BUFFER): Adjust pointers within buffer by
166 computing their offset from the start of the old buffer and adding
167 to the new buffer, rather than by assuming we can add the
168 difference between the old buffer and the new buffer (it might not
169 fit in an int). Merge in cosmetic differences from emacs regex.c
170 version of this macro.
171
478d3811
JK
172Wed Mar 16 15:28:54 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
173
174 * Makefile.in (install-only): Fix use of program_transform_name.
175
c42b8af8
JK
176Wed Mar 16 07:18:43 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
177
f8715549 178 * printcmd.c: Remove "set print fast-symbolic-addr off" command.
478d3811 179 The bug which it worked around was fixed on 25 Feb 94 in coffread.c,
f8715549
JK
180 so I'm nuking the command.
181 * symtab.c (find_addr_symbol): Comment out, no longer used.
182
a645ccc9
JK
183 * main.c (main): Don't init_source_path for the -cd argument. Now
184 that source_path doesn't contain the current_directory from when
185 GDB started up, init_source_path is no longer useful (and is
186 harmful because it clobbers a source_path set in $HOME/.gdbinit).
187
c42b8af8
JK
188 * TODO: Remove item about line numbers being off. It is useless
189 and confusing without a reproducible test case (it mentions
190 proceed(), but I was able to step through proceed without trouble).
191
ae6d035d
PS
192Tue Mar 15 13:39:23 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
193
194 For Sunos 4.x targets, enable gdb to set breakpoints in shared
195 library functions before the executable is run. Retrieve dynamic
196 symbols from stripped executables.
197 * symtab.h (minimal_symbol_type): Add mst_solib_trampoline type.
198 * parse.c (write_exp_msymbol), symmisc.c (dump_msymbols),
199 symtab.c (list_symbols): Handle mst_solib_trampoline.
200 * minsyms.c (lookup_minimal_symbol): Handle mst_solib_trampoline
201 for all targets, remove IBM6000_TARGET dependencies.
202 * dbxread.c (read_dbx_dynamic_symtab): New function.
203 * dbxread.c (dbx_symfile_read): Use it.
204 * dbxread.c (SET_NAMESTRING): Set namestring to
205 "<bad string table index>" instead of "foo" if the string index is
206 corrupt.
207 * xcoffread.c (read_xcoff_symtab): Use mst_solib_trampoline instead
208 of mst_unknown.
209 * symtab.c (list_symbols): Take from_tty as parameter and pass it
210 to break_command. Handle mst_file_* minimal symbol types.
211 * config/i386/tm-i386bsd.h: Give just macro name, not args, to #undef.
212
b427690a
KH
213Tue Mar 15 11:40:43 1994 Kung Hsu (kung@mexican.cygnus.com)
214
215 * c-exp.y(yylex): fix potential memory overflow.
216
f93b941b
JK
217Tue Mar 15 10:33:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
218
219 * environ.c (set_in_environ): Eliminate special handling of PATH and
220 GNUTARGET.
221 * putenv.c: Removed, conflicts with system declaration of
222 putenv on RS/6000 running AIX 3.2.5, and above change makes it
223 unnecessary.
224 * Makefile.in: Change accordingly.
225 * procfs.c (procfs_create_inferior): Change comment accordingly.
226
17221e41
JK
227Tue Mar 15 10:05:27 1994 Jim Kingdon (kingdon@cygnus.com)
228
229 * rs6000-tdep.c: Change value to value_ptr.
230
8eb79598
JK
231Sun Mar 13 09:45:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
232
c4ad6b09
JK
233 * i386m3-nat.c: Include floatformat.h.
234 (get_i387_state): Use memset not bzero.
235
5fa83062
JK
236 * Version 4.12.3.
237
238 * Makefile.in: Enable commented out getopt_h, bfd_h, etc. Change
239 ieee-float.h to floatformat.h.
240
79f3d586
JK
241 * valprint.c (val_print_string): Ignore error if the error
242 happened after a terminating '\0'.
243
244 * c-valprint.c (c_val_print): Never add 1 to return value from
245 val_print_string; just return what it returns.
246
8eb79598
JK
247 * target.h (enum target_signal): Add TARGET_SIGNAL_FIRST, for
248 looping through all of the enums.
249 * infrun.c (signals_info): Use it.
250
c4de6b30
JK
251Fri Mar 11 08:08:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
252
8e4c7b3e
JK
253 * main.c (main): When printing warning about bad baud rate, don't
254 use warning(); it relies on current_target which isn't set up yet.
255
c4de6b30 256 * breakpoint.c (_initialize_breakpoint): Update docstring for
d1bdad57
JK
257 tbreak to match what the code actually does. Don't mention tbreak
258 in docstrings for "enable once" or "enable breakpoints once".
c4de6b30 259
d78d4d16
JK
260Thu Mar 10 08:52:38 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
261
262 * symfile.h (ADD_PSYMBOL_VT_TO_LIST): Don't put a semicolon after
263 while (0). That defeats the whole purpose of using do . . . while (0).
264 * mdebugread.c (parse_partial_symbols): Don't use ?: expression as
265 list for ADD_PSYMBOL_TO_LIST; the macro takes its address and
266 using a ?: expression as an lvalue is not portable.
267
268 * stabsread.c (define_symbol): If REG_STRUCT_HAS_ADDR, also
269 convert a LOC_ARG to a LOC_REF_ARG. Update code which combines
270 'p' and 'r' symbol descriptors into a single symbol to look for a
271 LOC_REF_ARG.
272 * README, config/sparc/tm-sparc.h: Update comments.
273
10373914
PS
274Wed Mar 9 21:43:24 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
275
276 * mdebugread.c (parse_type): Do not complain for types with
277 an `indexNil' aux index, these are simply undefined types.
278 Remove indexNil check from caller of parse_type.
279 * mdebugread.c (parse_partial_symbols): Do not enter
280 stGlobal, scCommon symbols into the minimal symbol table, their
281 value is the size of the common, not its address.
282 Handle scInit, scFini, scPData and scXData sections.
283 Use minimal symbol type mst_file_* for stLabel symbols, instead of
284 mst_*.
285 Enter stProc symbols into the global_psymbols list once, not into
286 the static_psymbols_list.
287 Get rid of dummy psymtab if it is empty, to allow proper detection
288 of stripped executables.
289 * mdebugread.c (cross_ref): Allow cross references to Fortran
290 common blocks.
291
fddb9bda
JK
292Wed Mar 9 15:23:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
293
294 * stabsread.c (common_block_end, fix_common_block): Stash the
295 struct pending * in the SYMBOL_TYPE, not the SYMBOL_NAMESPACE, so
296 as to not assume that a pointer fits in an enum.
297
d9389f37
KH
298Wed Mar 9 18:56:36 1994 Kung Hsu (kung@mexican.cygnus.com)
299
300 * os9kread.c (fill_sym): check compiler verion number for pre-
301 UltraC compiler.
302 * os9kread.c (os9k_process_one_symbol): address of symbol is
303 relative to section not module.
304 * stabsread.c (define_symbol): add symbol type 's' as local
305 symbol for os9k.
306 * remote-os9k.c: add command 'set monitor_log' to turn on or off
307 monitor logging.
308 * remote-os9k.c: fix bug in delete breakpoint, single step trace.
309 * remote-os9k.c: fix bug in 'set remotebaud' function.
310 * remote-os9k.c (rombug_link): minimize checking so to improve
311 speed.
fddb9bda 312 * symfile.c (symbol_file_command): check if failed to link, also make
d9389f37
KH
313 the command be able to accept more than one filenames.
314 * target.c (target_link): check if failed to link with rombug.
315 * config/i386/tm-i386os9k.h : add #define DECR_PC_AFTER_BREAK 0.
316
cdc7029d
JK
317Wed Mar 9 15:23:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
318
319 * remote-es.c (es1800_child_ops): Don't declare it static.
320
352c21dd
JK
321Tue Mar 8 11:42:39 1994 Jim Kingdon (kingdon@cygnus.com)
322
323 * config/i386/tm-i386v4.h: Give just macro name, not args, to #undef.
324
ce2f21b2
JK
325Tue Mar 8 06:56:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
326
9d2b8d50
JK
327 * dbxread.c: New variable lowest_text_address.
328 (record_minimal_symbol, read_dbx_symtab): Set it.
329 (read_dbx_symtab): Use lowest_text_address + text_size instead of
330 end_of_text_address.
331 * config/gould/tm-pn.h: Add comment regarding END_OF_TEXT_DEFAULT.
332
333 * dbxread.c (end_psymtab): Remove old and commented out
334 capping_global and capping_static. Fix comments regarding
335 N_SO_ADDRESS_MAYBE_MISSING to match the real name of the macro.
336
79448221
JK
337 * parser-defs.h: Add "extern" to start of variable declarations so
338 we don't end up with commons.
339 * parse.c: Define these variables.
340
ce2f21b2
JK
341 * irix5-nat.c (find_solib): Cast o_path to CORE_ADDR when using it
342 as one.
343
7810d333
JK
344Mon Mar 7 13:00:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
345
346 * alpha-tdep.c: Change value to value_ptr.
347
a6e21fba
PS
348Sun Mar 6 17:36:53 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
349
350 * solib.c (elf_locate_base): New function to locate the address
351 of the dynamic linker's runtime structure in the dynamic info section.
352 * solib.c (locate_base): Use it instead of iterating over the list
353 of mapped address segments.
354 * solib.c (look_for_base, bfd_lookup_symbol): Removed, no longer
355 necessary.
356
70e43abe
JL
357Fri Mar 4 09:50:47 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
358
359 * hppa-tdep.c (pc_in_linker_stub): Move decl to beginning of file.
360 (pc_in_interrupt_handler): New function. Also add PARAM decl.
361 (find_proc_framesize): Deal with HPUX setting SAVE_SP bit for
362 signal trampoline and interrupt routines.
363 (frame_saved_pc): Handle signal trampolines and interrupt routines.
364 (frame_chain, frame_chain_valid): Likewise.
365 (hppa_frame_find_saved_regs): Likewise. Also deal with special
366 saved regs convention for SP.
367
368 * tm-hppa[bho].h: FRAME_FIND_SAVED_PC_IN_SIGTRAMP): Define.
369 (FRAME_BASE_BEFORE_SIGTRAMP): Define.
370 (FRAME_FIND_SAVED_REGS_IN_SIGTRAMP): Define.
371
372 * tm-hppah.h (IN_SIGTRAMP): Define.
373
833a2895
JK
374Thu Mar 3 12:41:16 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
375
93dc3414
JK
376 * ch-exp.y (match_simple_name_string): Accept '_' as well as an
377 alphabetic character as the start of a name.
378
b855dfe7
JK
379 * sparclite/Makefile.in (all install): Build and install aload.
380
d9a5e91f
JK
381 * configure.in: Accept i[34]86-*-*sysv32 because that is what
382 config.guess and config.sub produce.
383
833a2895
JK
384 * mips-tdep.c: Change value to value_ptr.
385
82a2edfb
JK
386Wed Mar 2 09:17:55 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
387
388 * breakpoint.c, breakpoint.h, c-valprint.c, ch-valprint.c,
389 cp-valprint.c, eval.c, expprint.c, findvar.c, language.c,
390 objfiles.h, infcmd.c, printcmd.c, stack.c, typeprint.c,
391 valarith.c, valops.c, valprint.c, value.h, values.c: Replace
392 value with value_ptr. This is for the ptx compiler.
393 * objfiles.h, target.h: Don't declare a "sec_ptr" field using a
394 "sec_ptr" typedef.
395 * symm-nat.c: Add a bunch of stuff for symmetry's ptrace stuff.
396 #if 0 i386_float_info.
397 * symm-tdep.c (round): Remove. Also remove sgttyb.
398 * symm-tdep.c: Remove lots of stuff which duplicates stuff from
399 i386-tdep.c. Remove register_addr and ptx_coff_regno_to_gdb.
400 * i386-tdep.c (i386_frame_find_saved_regs): Put in
401 I386_REGNO_TO_SYMMETRY check in case it is needed for Dynix
402 someday.
403 * config/i386/nm-symmetry.h: Change KERNEL_U_ADDR. Move
404 stuff from PTRACE_READ_REGS, PTRACE_WRITE_REGS macros to
405 symm-nat.c. Define CHILD_WAIT and declare child_wait().
406 * config/i386/tm-symmetry.h: Remove call function stuff; stuff in
407 tm-i386v.h is apparently OK.
408 * config/i386/xm-symmetry.h [_SEQUENT_]: Define HAVE_TERMIOS not
409 HAVE_TERMIO. Define MEM_FNS_DECLARED, NEED_POSIX_SETPGID, and
410 USE_O_NOCTTY.
411
c485c7a9
PS
412Wed Mar 2 11:31:08 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
413
414 * osfsolib.c (xfer_link_map_member): Update to use new
415 target_read_string interface.
416
d1c0c6cf
JK
417Wed Mar 2 09:17:55 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
418
419 * infrun.c (wait_for_inferior): In checking
420 remove_breakpoints_on_following_step, check
421 through_sigtramp_breakpoint as well as step_resume_breakpoint.
422
25200748
JK
423Tue Mar 1 16:22:56 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
424
425 * os9kread.c (os9k_process_one_symbol): Rename
426 VARIABLES_INSIDE_BLOCK to OS9K_VARIABLES_INSIDE_BLOCK.
427 * symfile.c (symbol_file_command): Check for (CORE_ADDR)-1, not
428 (CORE_ADDR)0, from target_link, since that is what it uses.
429 Process name at end, not during parsing (like we did before Kung's
430 change), so that -readnow and -mapped can appear anywhere.
431 Make text_relocation a local variable.
432 * config/i386/i386os9k.mt: Fix comment.
433 * Makefile.in (ALLDEPFILES): Add remote-os9k.c.
434 * os9kread.c: Put "comments" after #endif inside /* */.
435 * stabsread.h: Add os9k_stabs variable.
436 * stabsread.c (start_stabs), os9kread.c (os9k_process_one_symbol):
437 Set it.
438 * stabsread.c (define_symbol): If os9k_stabs, put a 'V' symbol
439 descriptor in global_symbols not local_symbols.
440 (read_type): If os9k_stabs, accept 'c', 'i', and 'b' type
441 descriptors.
442 (read_type): If os9k_stabs, accept function parameters after 'f'
443 type descriptor.
444 (read_array_type): If os9k_stabs, don't expect index type and
445 expect lower and upper to be separated by ',' not ';'.
446 (read_enum_type): If os9k_stabs, read a number before the first
447 enumeration constant.
448 (os9k_init_type_vector): New function.
449 (dbx_lookup_type): Call it when starting new type vector.
450 * config/i386/tm-i386os9k.h: Define BELIEVE_PCC_PROMOTION.
451 * (os9k_process_one_symbol): Call define_symbol not os9k_define_symbol.
452 * os9kstab.c: Removed.
453 * Makefile.in: Update accordingly.
454 * objfiles.c (objfile_relocate_data): Removed.
455 * remote-os9k.c (rombug_wait): Call objfile_relocate
456 not objfile_relocate_data.
457 * objfiles.h, objfiles.c: Remove find_pc_objfile.
458 * remote-os9k.c (rombug_wait): Call find_pc_section not
459 find_pc_objfile.
460 * main.c (quit_command): Check inferior_pid; revert Kung change.
461 * remote-os9k.c (rombug_create_inferior): Set inferior_pid.
462
1340861c
KH
463Tue Mar 1 14:56:14 1994 Kung Hsu (kung@mexican.cygnus.com)
464
465 * os9kread.c: New file to read os9000 style symbo table.
466 * os9kstab.c: new file to read os9000 style stabs.
467 * remote-os9k.c: remote protocol talking to os9000 rombug monitor.
468 * objfiles.c (find_pc_objfile): new function to search objfile
469 from pc.
470 * objfiles.c (objfile_relocate_data): new function to relocate
471 data symbols in symbol table.
472 * objfiles.h: Add two aux fields in struct objfile to handle
473 multiple symbol table files situation like in os9000.
474 * symfile.c: Change so 'symbol-file' command can handle multiple
475 files. Also call target_link() to get relocation infos.
476 * target.c (target_link): new function to get relocation info when
477 a symbol file is requested to load.
478 * main.c (quit_command): take out 'inferior_pid != 0' condition,
479 because in cross mode there's no inferior pid, bit they need to
480 be detached.
481 Makefile.in: add os9kread.c os9kstab.c and .o's.
482 configure.in: add i386os9k target.
483 config/i386/i386os9k.mt: new add.
484 config/i386/tm-i386os9k.h: new add.
485
137b6849
PS
486Tue Mar 1 13:16:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
487
488 * config/sparc/tm-sun4sol2.h (IN_SIGTRAMP): Handle ucbsigvechandler.
489 * sparc-tdep.c (sparc_frame_saved_pc): Handle ucbsigvechandler.
490
4ad0021e
JK
491Tue Mar 1 11:54:11 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
492
493 * target.c, target.h (target_read_string): Provide error detection to
494 caller. Put string in malloc'd space, so caller need not impose
495 arbitrary limits.
496 * solib.c (find_solib): Update to use new interface.
497 * irix5-nat.c (find_solib): Read o_path from inferior
498 (clear_solib): Free storage for o_path.
499 * valprint.c (val_print_string): Add comments.
500
e3d6ec4a
PS
501Mon Feb 28 23:54:39 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
502
503 * symtab.c (decode_line_1): Handle the case when skip_quoted does not
504 advance `p'.
505
c8ff77be
JK
506Mon Feb 28 12:40:46 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
507
30974778
JK
508 * value.h (struct value): Add modifiable field.
509 * values.c (allocate_value, record_latest_value, value_copy): Set it.
510 (record_latest_value): Don't mess with VALUE_LVAL of value.
511 * valops.c (value_assign): Check it. Reword existing error
512 message on not_lval.
513
b5aff268
JK
514 * mips-tdep.c (mips_step_skips_delay), config/mips/tm-mips.h
515 (STEP_SKIPS_DELAY): Added.
516 * infrun.c (proceed) [STEP_SKIPS_DELAY]: Check for a breakpoint in
517 the delay slot.
518
c8ff77be
JK
519 * valprint.c (val_print_string): If errcode is set, always print
520 an error, regardless of force_ellipsis. In the non-EIO case,
521 just print the error message rather than calling error(). Don't
522 access *(bufptr-1) if bufptr points to the start of the buffer.
523 When looking for '\0', don't increment bufptr and addr if bufptr
524 started out already at limit. If an error happens on fetching the
525 first character, don't print the string.
526
2882219f
JK
527Sun Feb 27 21:05:06 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
528
529 * config/m68k/tm-apollo68b.h: Remove HAVE_68881 define; it is
530 obsolete.
531
532 * i387-tdep.c, i386-tdep.c i386v-nat.c, i386aix-nat.c,
533 i386m3-nat.c, config/m68k/tm-m68k.h, i960-tdep.c
534 config/i960/tm-i960.h, remote-nindy.c, config/m88k/tm-m88k.h,
535 m88k-tdep.c: Use floatformat.h instead of ieee-float.h.
536 * sparc-tdep.c: Remove now-obsolete ieee-float.h stuff
537 * findvar.c: Update comment regarding ieee-float.h.
538
28ee4b42
PS
539Sun Feb 27 21:39:48 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
540
541 * config/i386/tm-i386v4.h (I386V4_SIGTRAMP_SAVED_PC, IN_SIGTRAMP,
542 FRAME_CHAIN, FRAMELESS_FUNCTION_INVOCATION, FRAME_SAVED_PC):
543 Define to make backtracing through the various sigtramp handlers
544 work.
545 * i386-tdep.c (i386v4_sigtramp_saved_pc): New routine to fetch
546 the saved pc from ucontext on the stack for SVR4 signal handling.
547
25354cef
JK
548Fri Feb 25 09:41:11 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
549
c20c1bdf
JK
550 * remote.c, remote-mon.c, remote-utils.c, remote-utils.h,
551 target.h, remote-es.c, remote-nindy.c: Don't set baud rate if
552 baud_rate is -1. Remove sr_get_baud_rate and sr_set_baud_rate;
553 just use the global variable itself. When printing baud rate,
554 don't print a baud rate if baud_rate is -1.
555
25354cef
JK
556 * coffread.c (read_coff_symtab): Pass mst_file_* to
557 record_minimal_symbol for C_STAT symbols. Put C_EXT and C_STAT
558 symbols in the minimal symbols regardless of SDB_TYPE.
559
7126c1d0
JK
560Thu Feb 24 08:30:33 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
561
bcc37718
JK
562 * breakpoint.h (enum bptype): New type bp_through_sigtramp.
563 (bpstat_what_main_action): New code BPSTAT_WHAT_THROUGH_SIGTRAMP.
564 * breakpoint.c (bpstat_what): Return BPSTAT_WHAT_THROUGH_SIGTRAMP
565 if we hit a bp_through_sigtramp breakpoint. Remove kludge which
566 ignored bs->stop for a bp_step_resume breakpoint.
567 * infrun.c (wait_for_inferior): Make a through_sigtramp_breakpoint
568 which performs one (the check_sigtramp2 one) of the functions
569 which had been handled by the step_resume_breakpoint. For each
570 use of the step_resume_breakpoint, make it still use the
571 step_resume_breakpoint, use the through_sigtramp_breakpoint, or
572 operate on both.
573 Deal with BPSTAT_WHAT_THROUGH_SIGTRAMP return from bpstat_what.
574 When setting the frame address of the step resume breakpoint, set
575 it to the address for frame *before* the call instruction is
576 executed, not after.
577
3fed1c4a
JK
578 * mips-tdep.c (mips_print_register): Print integers using
579 print_scalar_formatted rather than duplicating all the
580 CC_HAS_LONG_LONG and so on.
581 (mips_push_dummy_frame): Use read_register_gen rather than using
582 read_register and then putting it back in target format with
583 store_unsigned_integer. If registers are more than 4 bytes, give
584 an error rather than have some registers overwrite other
585 registers.
586 #if 0 unused include of opcode/mips.h.
587
588 * symfile.h: Don't declare arguments for coff_getfilename.
589
7126c1d0
JK
590 * defs.h: Revert Kung change regarding FORCE_LONG_LONG.
591
6bfd168c
JL
592Thu Feb 24 08:06:52 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
593
594 * configure.in (hppa*-*-osf*): New configuration.
595 * config/pa/hppaosf.mt: New target makefile fragment.
596 * config/pa/tm-hppao.h: New target include file.
597
5c07a10b
PS
598Thu Feb 24 04:29:19 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
599
600 * exec.c (print_section_info): Print entry point for exec_bfd only.
601 * ser-unix.c (wait_for): Fix typo in HAVE_TERMIO case.
8ce2cfc0
PS
602 * dwarfread.c: Remove second inclusion of <sys/types.h>, which
603 causes problems if <sys/types.h> has no multiple inclusion protection.
5c07a10b 604
fce7695f
JL
605Wed Feb 23 16:28:55 1994 Jeffrey A. Law (law@cygnus.com)
606
607 * tm-hppa.h (CALL_DUMMY): Add two NOP instructions to the end of
608 the call dummy to avoid kernel bugs in HPUX, BSD, and OSF1.
609 (CALL_DUMMY_LENGTH): Changed accordingly.
610
318ee78a
SG
611Wed Feb 23 16:21:25 1994 Stu Grossman (grossman at cygnus.com)
612
75a006d9
SG
613 * sparc-stub.c (trap_low): Make trap handler work for arbitrary
614 numbers of register windows.
615
318ee78a
SG
616 * sparclite/hello.c: Add factorial function for testing.
617 * salib.c: Use macros instead of constants for I/O addresses to
618 make 931 support easier.
619 * sparclite.h: Change constraint for LOC to "rJ" to force use of
620 register in sta/lda instructions.
621
56dd4126
JK
622Wed Feb 23 10:39:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
623
624 * dbxread.c (process_one_symbol): Set
625 block_address_function_relative for COFF like we do for ELF and SOM.
626
847d9775
PS
627Sat Feb 19 03:17:32 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
628
629 * mdebugread.c (new_psymtab): Pass in section_offsets and set
630 them in the pst.
631 * mdebugread.c (handle_psymbol_enumerators): New function to enter
632 the enumerators of an ecoff enum into the partial symbol table.
633 * mdebugread.c (parse_partial_symbols): Call it.
634 * symfile.c (reread_symbols): Initialize objfile->*_psymbols.next.
635 * symmisc.c (dump_psymtab): Fix typo, clean up output of section
636 offsets. Cast psymtab->read_symtab to PTR before passing it to
637 gdb_print_address.
638 * i386-tdep.c (i386_skip_prologue): Skip over instructions that
639 set up the global offset table pointer in pic compiled code.
640 * config/mips/tm-mips.h (FIX_CALL_DUMMY): For big endian targets,
641 error() on TYPE_CODE_FLT arguments whose size is greater than 8,
642 swap all other TYPE_CODE_FLT arguments as mips_push_arguments
643 ensures that floats are promoted to doubles before they are pushed
644 on the stack.
645
9f35e15a
SG
646Fri Feb 18 23:12:59 1994 Stu Grossman (grossman at cygnus.com)
647
648 * sparclite/Makefile.in, sparclite/salib.c, sparclite/sparclite.h:
649 Fixup cache_on and flush_i_cache so that they work for both the
650 930 and 932 processors. Rewrite most low level funcs (uart
651 access & cache stuff) to use new ASI access macros in sparclite.h.
652 Also make it easy to access second serial port.
653
56173dc5
ILT
654Fri Feb 18 22:17:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
655
656 * hp300ux-nat.c: Don't incloude <sys/dir.h>, <sys/ioctl.h>, or
657 <sys/stat.h>; not needed.
658
c84bab2d
JK
659Fri Feb 18 08:26:29 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
660
661 * stack.c (print_frame_info): In "pathological" case, don't
662 distrust the line number information.
663
748d77d7
KH
664Fri Feb 18 16:51:14 1994 Kung Hsu (kung@mexican.cygnus.com)
665
666 * mips-tdep.c (mips_print_register): handle 64 bits register.
667 * valprint.c (print_longest): fix a bug in printing 64 bits value.
668
889f1f03
JK
669Fri Feb 18 08:26:29 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
670
1eb89b9e
JK
671 * Version 4.12.2.
672
ef1a0540
JK
673 * Makefile.in (install): Do the sed for program_transform_name
674 ourselves instead of worrying about INSTALL_XFORM. This enables
675 users to override INSTALL_PROGRAM in the standard way.
676
677 * Makefile.in (c-exp.tab.o, ch-exp.tab.o, m2-exp.tab.o): Don't
678 depend on Makefile.in.
679
fb0f4231
JK
680 * defs.h, valprint.c: Make longest_to_int a function not a macro.
681 Only test against INT_MIN if a LONGEST is bigger than an int.
682
889f1f03
JK
683 * README: Change GhostScript to Ghostscript.
684
662f3b3f
JK
685Fri Feb 18 07:30:55 1994 Jim Kingdon (kingdon@cygnus.com)
686
d5cb2f7d
JK
687 * config/rs6000/{tm-rs6000lynx.h,nm-rs6000lynx.h,xm-rs6000lynx.h}:
688 Rename to tm-rs6000ly.h, nm-rs6000ly.h, xm-rs6000ly.h for 14
689 character file names.
690 * Makefile.in (ALLPARAM): Add these files.
691
662f3b3f
JK
692 * config/mips/littlemips64.mt: Rename to mipsel64.mt for 14
693 character file names.
d5cb2f7d 694 * Makefile.in: Add Kung's new mips64 files.
662f3b3f 695
70126bf9
KH
696Thu Feb 17 17:25:47 1994 Kung Hsu (kung@mexican.cygnus.com)
697
698 * configure.in: add mips64-*-elf, mips64-*-ecoff, mips64el-*-elf,
699 mips64el-*-ecoff and mips64-big-*.
700 * defs.h: get rid of FORCE_LONG_LONG.
701 * mips-tdep.c (mips_find_saved_regs): add sd and sdc1 instruction
702 parsing. Change register size to be MIPS_REGSIZE.
703
c4a081e1
DM
704Thu Feb 17 09:30:22 1994 David J. Mackenzie (djm@thepub.cygnus.com)
705
706 * corelow.c, exec.c, irix5-nat.c, mipsread.c, objfiles.c,
707 osfsolib.c, rs6000-nat.c, solib.c, symfile.c, utils.c,
708 xcoffexec.c: Use bfd_get_error and bfd_set_error and new error names.
709
3b5442f9
SC
710Fri Feb 11 21:47:24 1994 Steve Chamberlain (sac@sphagnum.cygnus.com)
711
712 * remote-hms.c (readchar, hms_open, hms_fetch_register): Made more robust.
713 (remove_commands, add_commands): Add/remove hms-drain when target
714 is connected.
715
d87d7b10
SG
716Fri Feb 11 16:11:38 1994 Stu Grossman (grossman at cygnus.com)
717
718 * configure.in: Add Lynx/rs6000 support.
719 * lynx-nat.c: Clean up some Sparc stuff. Clean up ptrace error
720 messages. Add rs6000 support. Don't try to modify unwritable
721 registers.
722 * rs6000-nat.c: Move lots of native dependent stuff (like core
723 file support) from rs6000-tdep.c & xcoffexec.c to here.
724 * rs6000-tdep.c: Move native dependent stuff to nat.c.
725 * xcoffexec.c: Move native dependent stuff to nat.c.
726 * config/rs6000/nm-rs6000.h: Move defs of SOLIB_* macros to here
727 from tm file.
728 * config/rs6000/tm-rs6000.h: Remove defs of SOLIB_* funcs, cuz they're
729 really native.
730 * config/rs6000/tm-rs6000lynx.h, config/rs6000/xm-rs6000lynx.h:
731 New files to support Lynx/rs6000.
732
ba47c66a
PS
733Tue Feb 8 00:32:28 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
734
735 * README: Remove note about gcc warnings on alpha, these should be
736 gone now.
737 * c-exp.y, ch-exp.y, core.c, corelow.c, eval.c, fork-child.c,
738 m2-exp.y, minsyms.c, nlmread.c, parse.c, putenv.c, regex.c
739 remote-utils.c, stabsread.c: Include <string.h>.
740 * regex.c: Include "defs.h", change re_comp argument to const char *.
741 * infptrace.c (fetch_register, store_inferior_registers): Change
742 regaddr to type CORE_ADDR.
743 * config/alpha/alpha-nw.mt, config/alpha/alpha-osf1.mt (MT_CFLAGS):
744 Remove, no longer necessary now that we use bfd_vma for a CORE_ADDR.
745
746Mon Feb 7 09:21:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
747
748 * symtab.h: Always define BYTE_BITFIELD to nothing.
749
ea5dad7f
JK
750Mon Feb 7 08:44:17 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
751
752 * config/m68k/{m68k-em.mt,tm-m68k-em.h}: Remove; no longer used.
753 * configure.in: Remove comment about m68k-em.mt.
754 * Makefile.in: Remove references.
755
6ddba992
JK
756Mon Feb 7 08:22:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
757
758 * defs.h [BFD64]: Use BFD_HOST_64_BIT, not nonexistent
759 BFD_HOST_64_TYPE.
760
01cd70b9
JK
761Sun Feb 6 06:55:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
762
1dd29bef
JK
763 * target.c (target_preopen): If target_kill doesn't remove the
764 target from the stack, use pop_target to do it.
765
704aea43
JK
766 * coffread.c (process_coff_symbol, case C_TPDEF): Don't set name
767 of TYPE_CODE_PTR or TYPE_CODE_FUNC types. This parallels similar
768 changes to stabsread.c from summer 1993.
769
4a00e1de
JK
770 * remote-udi.c (udi_files_info): If prog_name is NULL, just skip
771 printing the program, rather than passing NULL to printf.
772 (udi_detach): Set udi_session_id to -1 so that udi_close doesn't
773 try to call UDIDisconnect again. Print better message.
774 (udi_kill): Just call UDIDisconnect ourselves, rather than doing
775 it via udi_close.
4a00e1de
JK
776 (udi_create_inferior): If udi_session_id is negative, open a new
777 TIP rather than giving an error.
778
01cd70b9
JK
779 * config/mips/mipsm3.mh, config/i386/i386m3.mh,
780 config/ns32k/ns32km3.mh: Define NAT_FILE.
781 * config/nm-m3.h: Change guard from _OS_MACH3_H_ and _OS_MACH3_H
782 (it was inconsistent and namespace-wrong) to NM_M3_H.
783 * m3-nat.c (mach_really_wait): Change parameter name to ourstatus.
784 (m3_open): New function.
785 (m3_ops): Use it.
786 * TODO: Update Mach section.
787
788 * Makefile.in: Remove "rapp" stuff; it is superseded by gdbserver.
789
d41b3eed
PB
790Sun Feb 6 13:26:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
791
792 * printcmd.c (printf_command): Add missing single-letter
793 backslash-escape sequences, and improve error message.
794
7343d716
JK
795Sun Feb 6 06:55:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
796
842cf831
JK
797 * corelow.c (solib_add_stub, core_open): Pass address of from_tty
798 rather than trying to shove an int into a pointer and back out
799 again. This avoids compiler warnings.
800
7343d716
JK
801 * defs.h (alloca): Declare as void *, not char *, on hpux.
802 Don't prototype it, just declare the return type.
803
57a9fee3
PS
804Sun Feb 6 03:25:41 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
805
806 * config/i386/tm-sun386.h, config/i386/tm-symmetry.h
807 (REGISTER_CONVERT_TO_RAW): Add missing backslash.
808
a1bd6534
JK
809Sat Feb 5 08:03:41 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
810
021b10e3
JK
811 * remote-mips.c (mips_fetch_registers): If regno is FP_REGNUM or
812 ZERO_REGNUM, just read it as zero without talking to the board.
813
8b0a85ba
JK
814 * config/i386/tm-i386aix.h (REGISTER_CONVERT_TO_RAW): Add missing
815 backslash.
816 * i386-tdep.c (i386_extract_return_value): Pass TYPE_LENGTH (type)
817 to store_floating, not nonexistent variable len.
818
aa56c716
JK
819 * remote-mips.c (mips_insert_breakpoint, mips_remove_breakpoint):
820 New functions.
821 (mips_store_word): Change calling convention to return errors, and
822 to provide old contents if the caller wants it.
823 (mips_xfer_memory): Deal with errors from mips_store_word.
824 * config/mips/tm-idt.h, config/mips/tm-idtl.h: Remove BREAKPOINT
825 define now that remote-mips.c doesn't use BREAKPOINT.
826
827 * remote-mips.c (mips_create_inferior): Call warning if arguments
828 specified, and then execute "set args" command. Call error, not
829 mips_error, if executable file not specified.
830
29fc92e8
JK
831 * remote-e7000.c: Replace "snoop" command (e7000_noecho) with
832 remote_debug.
833
a1bd6534
JK
834 * config/rs6000/tm-rs6000.h (STORE_STRUCT_RETURN): Don't cast
835 to unsigned int.
836
65e98f5b
PS
837Sat Feb 5 05:27:05 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
838
839 * value.h (print_longest): Rename "value" to "val" in prototype
840 declaration because some compilers don't like arguments whose
841 names are the same as types.
842 * remote.c (remote_xfer_memory): Cast "myaddr" to unsigned char *
843 before passing it to remote_*_bytes.
844
edd01519
SC
845Fri Feb 4 15:53:18 1994 Steve Chamberlain (sac@cygnus.com)
846
847 * h8500-tdep.c (saved_pc_after_call): The size of the
848 pc is memory model dependent. (segmented_command,
849 unsegmented_command, _initialize_h8500_tdep): New commands to
850 change memory model.
29fc92e8 851 * remote-e7000.c (_initialize_remote_e7000): Change name of snoop
edd01519 852 command.
678ee700
SC
853 * remote-hms.c (hms_load): Remove breakpoints when loaded.
854 (hms_wait): Use new status structure
855 (hms_open): Push the target here. (hms_before_main_loop): Not
856 here. (supply_val, hms_fetch_register, hms_store_register): Cope
857 with H8/500 names too. (hms_fetch_register): Take out REGISTER_TYPE.
858 * sh-tdep.c (show_regs, initialize_sh_tdep): New command to print
859 all registers in a compact way.
edd01519 860
9c01440d
JK
861Fri Feb 4 07:41:13 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
862
863 * config/rs6000/tm-rs6000.h: Declare rs6000_struct_return_address
864 as CORE_ADDR to match definition in rs6000-tdep.c.
865
4386eff2
PS
866Fri Feb 4 01:14:20 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
867
868 * dwarfread.c (process_dies): Skip nested TAG_compile_unit DIEs.
869 * dwarfread.c (add_partial_symbol): Do not enter opaque aggregate
870 definitions into the psymtab.
871
d351c7a6
JK
872Thu Feb 3 12:38:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
873
874 * m68k-stub.c: Treat mc68332 like mc68020 most places. Provide
875 a special exceptionSize for the 68332.
876
877 * remote-udi.c (udi_attach): If no arguments, print error.
878
4901e77d
FF
879Thu Feb 3 17:34:05 1994 Fred Fish (fnf@cygnus.com)
880
881 * Makefile.in (VERSION): Bump to 4.12.1
882 * NEWS, README: Update to match 4.12 release.
883
159ada02
JK
884Thu Feb 3 12:38:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
885
4901e77d
FF
886 * command.c (empty_sfunc): New function.
887 (add_set_cmd): Use it instead of not_just_help_class_command.
888 (not_just_help_class_command): Change calling convention back to
889 what it was before yesterday's change.
890
159ada02
JK
891 * stabsread.c (read_sun_builtin_type): Skip the semicolon at the end
892 of the type if present.
893
5b3591ab
JK
894Wed Feb 2 11:16:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
895
eade0c6c
JK
896 * printcmd.c (decode_format): Don't blithely set the size for
897 an address to 'w'. Make it 'g' or 'h', depending on TARGET_PTR_BIT.
898
899 * defs.h: Just typedef CORE_ADDR to bfd_vma. Include bfd.h.
900 If BFD64, make a LONGEST a BFD_HOST_64_BIT.
901 * defs.h (longest_to_int): Don't depend on CC_HAS_LONG_LONG; instead
902 always just check against INT_MIN and INT_MAX (this also fixes things
903 if sizeof (long) > sizeof (int), e.g. Alpha).
904 * config/pa/tm-hppa.h, config/i386/sun386.h, config/rs6000/tm-rs6000.h:
905 Don't define LONGEST or BUILTIN_TYPE_LONGEST.
906 * gdbtypes.h: Remove BUILTIN_TYPE_LONGEST and
907 BUILTIN_TYPE_UNSIGNED_LONGEST.
ce855594
JK
908 * language.h, c-lang.c, ch-lang.c, m2-lang.c, language.c: Remove
909 longest_int and longest_unsigned_int.
eade0c6c
JK
910 * value.h (struct value): Just align to LONGEST, rather than worrying
911 about CC_HAS_LONG_LONG.
b1de1647
JK
912 * valarith.c (value_binop): Figure out type ourself based on
913 sizeof (LONGEST) rather than relying on BUILTIN_TYPE_LONGEST. The
914 point is that we don't depend on CC_HAS_LONG_LONG anymore.
eade0c6c
JK
915 * valprint.c (val_print_type_code_int): Just call
916 extract_unsigned_integer directly, rather than going through
917 unpack_long.
918 * printcmd.c (decode_format): Remove code which would sometimes
919 change 'g' size to 'w' for integers. print_scalar_formatted handles
920 printing huge integers well enough, thank you.
921
4901e77d 922 * command.c (add_set_cmd, not_just_help_class_command): Change
719d9abb
JK
923 to make this the sfunc, not cfunc, since that is how we call it.
924 * command.h: Comment difference between sfunc and cfunc.
925 * demangle.c (set_demangling_command): Add third arg since that
926 is how it is called.
927 (_initialize_demangler): Use sfunc, not cfunc, for
928 set_demangling_command, since that is how it is called.
929 Remove show_demangling_command; it has no effect.
930
5b3591ab
JK
931 * command.c (shell_escape): Report errors correctly (with error
932 message from strerror).
933
37f24dc9
ILT
934Wed Feb 2 14:35:41 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
935
936 * xcoffread.c (read_xcoff_symtab): Change CSECT_LEN to use
937 x_scnlen.l rather than x_scnlen to match corresponding change in
938 coff/internal.h.
939
61932a8e
JK
940Wed Feb 2 11:16:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
941
942 * gdbtypes.h, ch-typeprint.c, ch-valprint.c:
943 Change comments regarding TYPE_CODE_BOOL.
944 * language.c (boolean_type): Always return 1 for TYPE_CODE_BOOL,
945 regardless of the language.
946 (value_true): Just call value_logical_not regardless of language.
947 * coffread.c (coff_read_enum_type), stabsread.c (read_enum_type):
948 Remove #if 0'd code which makes some enums TYPE_CODE_BOOL.
949 * language.h: Improve comment for la_builtin_type_vector.
950 * m2-lang.c (_initialize_m2_language): Don't add any fields to
951 builtin_type_m2_bool.
952
7bec77b4
JK
953Tue Feb 1 17:13:32 1994 Kevin Buettner (kev@cujo.geg.mot.com)
954
955 * config/m88k/{tm-delta88.h,tm-delta88v4.h}, m88k-tdep.c:
956 Define IN_SIGTRAMP and backtrace correctly through signal handlers.
957
8afd05c0
JK
958Tue Feb 1 22:13:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
959
960 * procfs.c (wait_fd): Handle EINTR error return from PIOCWSTOP ioctl
961 by restarting the ioctl.
962
10b9bb56
JK
963Tue Feb 1 16:16:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
964
965 * target.h (target_wait): Add comment about calling
966 return_to_top_level.
967
bf8d9d28
ILT
968Tue Feb 1 12:21:00 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
969
970 * coffread.c (read_one_sym): bfd_coff_swap_aux_in now takes
971 additional arguments.
972 * xcoffread.c (read_xcoff_symtab, read_symbol_lineno): Likewise.
973
efe3ff3e
SG
974Mon Jan 31 16:10:41 1994 Stu Grossman (grossman at cygnus.com)
975
976 * sparc-stub.c: Remove unnecessary #include of memory.h.
977
37dea45f
JK
978Mon Jan 31 12:12:34 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
979
14d79562
JK
980 * mips-tdep.c: Remove code which sets saved_regs from
981 init_extra_frame_info and put it in new function mips_find_saved_regs.
982 (READ_FRAME_REG): Remove macro and replace uses with the expansion.
983 * mips-tdep.c, config/mips/tm-mips.h: When examining ->saved_regs,
984 check if it is NULL and call mips_find_saved_regs if so.
985
47d52968
JK
986 * remote-mips.c: Use unfiltered, not filtered, output most places.
987
37dea45f
JK
988 * blockframe.c (get_prev_frame_info): Detect and stop an infinite
989 backtrace. Revise comments.
990
0434c1a0
PS
991Mon Jan 31 09:40:33 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
992
993 * mdebugread.c (parse_procedure): Remove _sigtramp kludges for
994 alpha and irix. The _sigtramp case has to be handled properly
995 in the tdep files if we have no ecoff debugging info.
996 * alpha-tdep.c (alpha_frame_saved_pc, alpha_frame_chain),
997 mips-tdep.c (mips_frame_saved_pc): Handle signal handler frames
998 without PC_REGNUM kludge.
999 * mdebugread.c (fixup_sigtramp), mips-tdep.c (read_next_frame_reg):
1000 Clean up handling of mips sigtramp frames, improve comments.
1001
d64956fa
JL
1002Sat Jan 29 23:25:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1003
1004 * paread.c (read_unwind_info): Fix typo.
1005
1006 * paread.c (pa_symtab_read): Update the "check_strange_names"
1007 filter to match GCC's current output. Filter out section symbols
1008 (which the HP linker sometimes puts in the wrong place).
1009
9db58d3a
JK
1010Sat Jan 29 07:44:59 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
1011
3a479851
JK
1012 * serial.h (SERIAL_SET_TTY_STATE): Comment return value.
1013
a0b352c0
JK
1014 * Makefile.in (TAGS): Just echo one line, rather than the whole thing.
1015
1016 * Makefile.in: Remove all references to sparcly-nat.c.
1017
1018 * Makefile.in (HFILES_NO_SRCDIR): Include dcache.h remote-utils.h
1019 remote-sim.h directly, rather than via $(remote_utils_h). This avoids
1020 duplicating serial.h and target.h.
1021
7a78db15
JK
1022 * Makefile.in: Don't set M_INSTALL and M_UNINSTALL. These variables
1023 are not used anywhere (a 5 Oct 1993 change removed the uses).
1024
895efe6b
JK
1025 * config/m68k/monitor.mt (TDEPFILE): Add remote-es.o.
1026 * config/m68k/es1800.mt: Add comment.
3a479851 1027 * remote-es.c: Extensive changes to update to current conventions.
895efe6b 1028
9db58d3a
JK
1029 * ser-unix.c (wait_for, hardwire_readchar) [HAVE_TERMIO, HAVE_TERMIOS]:
1030 If the timeout is too big to fit in c_cc[VTIME], then do multiple reads
1031 to achieve the desired timeout.
1032 * serial.h (serial_t): Add field timeout_remaining.
1033
f28c6e38
JK
1034Fri Jan 28 08:45:02 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
1035
1036 * c-exp.y (yylex): Reenable nested type code.
1037
b09f44d2
JK
1038Fri Jan 28 15:40:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1039
7f2ffa58
JK
1040 * a29k-tdep.c (examine_tag): Add comment regarding argcount.
1041
796d1fd3
JK
1042 * remote-mips.c (mips_ops): Fix docstring.
1043
97cc0428
JK
1044 * remote-bug.c (bug_ops): Remove spurious newline from docstring.
1045
ddd0223e
JK
1046 * config/m68k/tm-monitor.h: Changes to bring this into accordance
1047 with the old tm-m68k-em.h:
1048 (GDBINIT_FILENAME, DEFAULT_PROMPT): Remove.
97cc0428 1049 (HAVE_68881): Don't undefine; HAVE_68881 is obsolete.
ddd0223e
JK
1050 (REGISTER_NAMES): Don't muck with it; what tm-m68k.h has is fine.
1051 Add FIXME regarding GET_LONGJMP_TARGET.
1052
b09f44d2 1053 * remote-udi.c (udi_close, udi_detach, udi_kill): Add comments.
97cc0428
JK
1054 * infptrace.c (kill_inferior): Add comments.
1055 * main.c (quit_command): Call target_close after we kill or
1056 detach.
1057 * remote-udi.c (udi_close): Don't error() if QUITTING.
b09f44d2 1058
0ffba029
RS
1059Fri Jan 28 11:55:52 1994 Rob Savoye (rob@darkstar.cygnus.com)
1060
1061 * configure.in: Make m68k-coff and aout add monitor support in
1062 addition to the standard serial support.
1063
bb7cb982
JK
1064Fri Jan 28 08:45:02 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
1065
1066 * mdebugread.c (psymtab_to_symtab_1): Don't complain on stLabel with
1067 index indexNil.
1068
9fdb3f7a
JK
1069Fri Jan 28 10:40:34 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1070
1071 * config/pa/tm-hppa.h: Define macro SMASH_TEXT_ADDRESS.
1072 * elfread.c (record_minimal_symbol_and_info),
1073 dwarfread.c (process_dies), paread.c (pa_symtab_read): Use it.
1074
a28d16d3
JK
1075Thu Jan 27 15:12:23 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1076
6202263d
JK
1077 * i386-stub.c: Add ".text" right before "mem_fault:".
1078
9c41f6a6
JK
1079 * main.c (baud_rate): Add FIXME comment about printing -1 value.
1080
1081 * remote-utils.c (usage): Fix message to be accurate and conform
1082 more closely to normal conventions.
1083
1084 * remote-utils.c (gr_files_info): Have the exec_bfd test control
1085 whether to show information about exec_bfd, and not control whether
1086 to show information about device and speed.
1087
1088 * remote-utils.c (gr_open): If sr_get_device returns NULL, give
1089 usage message, don't dump core.
1090
1091 * remote-bug.c (bug_write_memory): Use alloca, not GCC extension
1092 for variable size array.
1093 (bug_fetch_register, bug_store_register): Rename "value" to
1094 "fpreg_buf" because some compilers don't like variables whose
1095 names are the same as types.
1096 (bug_store_register): Use a cast when converting char * to
1097 unsigned char *.
1098
d5c551c9
JK
1099 * symmisc.c (maintenance_print_symbols): Don't refer to the name
1100 of the command in error message (the text was referring to the old
1101 name of the command).
1102
1103 * symmisc.c (dump_symtab): Fix args to fprintf_filtered.
1104
0e4ad984
JK
1105 * c-typeprint.c (c_type_print_base): Have SHOW == 0 mean to print
1106 full details on structure elements without names. This partially
1107 reverts the changes of 1 Jul 1993 and 31 Aug 1993; I think this aspect
1108 of those changes was accidental.
1109
577da8cb
JK
1110 * stack.c (parse_frame_specification): If SETUP_ARBITRARY_FRAME is
1111 defined, make it an error to specify a single argument which is not
1112 a frame number.
1113
a28d16d3
JK
1114 * Makefile.in (version.c), main.c (print_gdb_version): Use
1115 host_alias and target_alias, not host_canonical and
1116 target_canonical, to print configuration.
1117
833e0d94
JK
1118Wed Jan 26 10:57:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1119
d92f3f08
JK
1120 * parse.c (write_exp_msymbol): Use new type msymbol_addr_type instead
1121 of builtin_type_long. It is necessary to get a type which is
1122 TARGET_PTR_BIT bits in size; builtin_type_long might not be big enough.
1123
833e0d94
JK
1124 Fix many sins which will come up in 32 bit x 64 bit GDB, and
1125 various miscellaneous things discovered in the process:
1126 * printcmd.c, defs.h (print_address_numeric): New function.
1127 * c-valprint.c (c_val_print), ch-valprint.c (chill_val_print)
1128 breakpoint.c (describe_other_breakpoints, breakpoint_1, mention),
1129 cp-valprint.c (cplus_print_value), infcmd.c (jump_command),
1130 printcmd.c, stack.c, symfile.c, symmisc.c, valprint.c:
1131 Use it.
1132 * utils.c, defs.h (gdb_print_address): New function.
1133 * expprint (dump_expression), gdbtypes.h: Use it.
1134 * breakpoint.c (describe_other_breakpoints),
1135 symmisc.c (dump_symtab, print_symbol):
1136 Use filtered not unfiltered I/O.
1137 (remove_breakpoints): Remove BREAKPOINT_DEBUG code. Might as well
1138 just run gdb under a debugger for this (and it had problems with
1139 printing addresses, how to print b->shadow, etc.).
1140 * buildsym.c (make_blockvector), core.c (memory_error),
1141 exec.c (print_section_info), maint.c (print_section_table),
1142 mdebugread.c (parse_procedure), solib.c, source.c, symfile.c,
1143 symmisc.c, symtab.c, valops.c, valprint.c, xcoffexec.c:
1144 Add comments saying code is broken. Marked with "FIXME-32x64".
1145 * dbxread.c (process_one_symbol), partial-stab.h (default),
1146 remote-vx.c (vx_run_files_info):
1147 Don't cast int being passed to local_hex_string.
1148 * symmisc.c (print_symbol): Don't cast long being passed to %lx.
1149 * symtab.h (general_symbol_info): Add comment about SYMBOL_VALUE
1150 only being a long.
1151 * symmisc.c (print_symbol): Print "offset" in message for LOC_ARG
1152 and LOC_LOCAL.
1153 * printcmd.c (print_address): Remove #if 0 code with ADDR_BITS_REMOVE.
1154 * source.c: Include <sys/types.h> regardless of USG.
1155
67e9b3b3
PS
1156Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1157
1158 * valops.c (value_assign): Set `type' after coercing toval.
1159 * c-valprint.c (c_val_print), ch-valprint.c (chill_val_print):
1160 Use extract_unsigned_integer to get the address of a reference.
1161
36464897
JK
1162Tue Jan 25 11:31:53 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1163
91a0575c
JK
1164 * stabsread.c (STABS_CONTINUE, error_type), partial-stab.h:
1165 AIX can use ? instead of \ for continuation. Deal with it.
1166
36464897
JK
1167 * paread.c (read_unwind_info): Just assign to objfile->obj_private,
1168 not OBJ_UNWIND_INFO. Assigning to a cast is a GCC-ism which
1169 the HP compiler in ANSI mode doesn't like.
1170
1171 * main.c: When defaulting HAVE_SIGSETMASK based on USG, just do it
3bc45b7a
JK
1172 based on USG, rather than defining HAVE_SIGSETMASK to an
1173 expression containing defined. Having a macro used in #if expand
1174 to an expression containing "defined" is undefined according to
1175 ANSI, and the HP compiler in ANSI mode doesn't do what we wanted
1176 it to.
36464897 1177
2ba6182b
JG
1178Mon Jan 24 20:51:29 1994 John Gilmore (gnu@cygnus.com)
1179
1180 * sparc-nat.c (fetch_inferior_registers, store_inferior_registers):
1181 Clean up the changes of 11 Jan, as recommended by Peter Schauer.
1182
96b6b765
PB
1183Fri Jan 21 19:10:44 1994 Per Bothner (bothner@kalessin.cygnus.com)
1184
1185 * ch-exp.y (match_string_literal): Allow a zero-length string.
1186 * ch-lang.c (chill_printstr): Don't print zero-length string funny.
1187
dfd4c728
JK
1188Sat Jan 22 17:08:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1189
1190 * i386aix-nat.c (i386_float_info): Reverse order of registers before
1191 passing them to print_387_status.
1192 (print_387_status): Don't subtract top from 7 before using it.
1193 * i387-tdep.c: Remove comment about AIX wanting "top" subtracted
1194 from 7; the above explains it.
1195
5efd597b
PS
1196Sat Jan 22 20:25:11 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1197
1198 * mips-tdep.c (init_extra_frame_info): Use frame relative stack
67e9b3b3 1199 pointer value when fixing up the frame at the start of a function.
5efd597b 1200
e90445c9
SG
1201Sat Jan 22 12:29:13 1994 Stu Grossman (grossman at cygnus.com)
1202
1203 * lynx-nat.c (fetch_core_registers): Load the I & L regs for the
1204 Sparc from the stack.
1205
08f74b92
JK
1206Sat Jan 22 08:30:42 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
1207
864df7e6
JK
1208 * remote-mips.c (mips_initialize): Clear mips_initializing via
1209 cleanup chain, not directly.
1210
1211 * ser-unix.c (wait_for) [HAVE_TERMIO, HAVE_TERMIOS]: Make a timeout
1212 of -1 mean forever, like in the HAVE_SGTTY case. Warn if we are
1213 munging the timeout due to the limited range of c_cc[VTIME].
1214
08f74b92
JK
1215 * fork-child.c, inferior.h (fork_inferior): New argument shell_file.
1216 * procfs.c (procfs_create_inferior), inftarg.c (child_create_inferior),
1217 m3-nat.c (m3_create_inferior): Pass it.
1218 * procfs.c: Remove ptrace function. It was declared in a way which
1219 conflicted with the prototype in unistd.h on Solaris.
1220
cdcf48be
PS
1221Sat Jan 22 01:37:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1222
1223 * sparc-tdep.c (frame_saved_pc): Get the pc from the saved pc
1224 in the sigcontext if it is a signal trampoline frame.
1225 * config/sparc/tm-sun4sol2.h (IN_SIGTRAMP, SIGCONTEXT_PC_OFFSET):
1226 Define for Solaris2.
1227
8bf94f44
SG
1228Sat Jan 22 00:34:47 1994 Stu Grossman (grossman at cygnus.com)
1229
1230 * sparc-tdep.c, lynx-nat.c, config/sparc/tm-sparc.h,
1231 config/sparc/tm-sparclynx.h: Move defs of FRAME_SAVED_I0/L0 to
1232 tm-sparc.h so they can be overridden if necessary.
1233
d575ddc0
SG
1234Fri Jan 21 17:49:28 1994 Stu Grossman (grossman at cygnus.com)
1235
1236 * lynx-nat.c: Add Sparc support.
1237 * sparcly-nat.c: Remove. It's useless.
1238 * config/sparc/nm-sparclynx.h: Rewrite.
1239 * config/sparc/sparclynx.mh (NATDEPFILES): Replace sparcly-nat.o
1240 with lynx-nat.o
1241 * config/sparc/tm-sparclynx.h: Rewrite.
1242
00240279
ILT
1243Fri Jan 21 19:08:48 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1244
1245 * rs6000-pinsn.c: Use the new disassembler in the opcodes
1246 directory. Old code was discarded, since the new opcode table has
1247 a different format.
1248
a2608ea1
FF
1249Fri Jan 21 14:28:30 1994 Fred Fish (fnf@cygnus.com)
1250
1251 * Makefile.in (realclean): Remove info files per make-stds.texi.
1252
6545c6a0
JK
1253Fri Jan 21 12:47:53 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1254
1255 * dbxread.c (end_psymtab): Only patch psymtab textlow and texthigh
1256 if N_SO_ADDRESS_MAYBE_MISSING is defined.
1257 * config/sparc/tm-sun4sol2.h: Define it.
1258
cd5ee294
JK
1259Thu Jan 20 15:04:24 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1260
1261 * printcmd.c (print_address_symbolic): Unconditionally use msymbol
1262 if we did not find a symbol.
1263
918fea3e
JL
1264Fri Jan 21 08:20:18 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1265
1266 * infptrace.c (child_xfer_memory): Only use if CHILD_XFER_MEMORY
1267 is not defined.
1268
1269 * hppab-nat.c (call_ptrace): Delete redundant function.
1270 (kill_inferior, attach, detach, child_resume): Likewise.
1271 (child_xfer_memory): Likewise.
1272
1273 * hppah-nat.c (call_ptrace): Delete redundant function.
1274 (kill_inferior, attach, detach, child_resume): Likewise.
1275
1276 * config/pa/hppabsd.mh (NATDEPFILES): Add infptrace.o.
1277
1278 * config/pa/hppahpux.mh (NATDEPFILES): Add infptrace.o.
1279
1280 * config/pa/nm-hppab.h (FETCH_INFERIOR_REGISTERS): Define.
1281
1282 * config/pa/nm-hppah.h (FETCH_INFERIOR_REGISTERS): define.
1283 (CHILD_XFER_MEMORY): Define.
1284 (PT_*): Define so that generic infptrace.c code can be used.
1285
27ad511f
JK
1286Fri Jan 21 09:23:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1287
1b880e74
JK
1288 * xcoffread.c (xcoff_symfile_read): Make second parameter a
1289 struct section_offsets *, not a (nonexistent) struct section_offset *.
1290
6657a0c7
JK
1291 * xcoffread.c (read_xcoff_symtab): Make main_aux just a union
1292 internal_xcoff_symtab, not an array of one of them. Change lots of
1293 "main_aux" to "&main_aux" and so on.
1294
27ad511f
JK
1295 * coffread.c, xcoffread.c: Include <coff/internal.h>
1296 before "symfile.h".
1297
d4a0983a
JK
1298Thu Jan 20 17:30:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1299
dbb0fae2
JK
1300 * coffread.c (coff_getfilename): Make it not static.
1301
d4a0983a
JK
1302 * xcoffread.c (read_xcoff_symtab): complain() not abort().
1303
1304 * xcoffread.c (struct coff_symbol): Rename c_nsyms to c_naux (removes
1305 a completely gratuitous difference between xcoffread.c and coffread.c).
1306
d7e7e851
JK
1307Wed Jan 19 15:09:44 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1308
1309 * infrun.c (wait_for_inferior): Don't set frame for
1310 step_resume_breakpoint for IN_SIGTRAMP cases.
1311
1312 * infrun.c (wait_for_inferior), breakpoint.h (struct bpstat_what),
1313 breakpoint.c (bpstat_what): Move step_resume from its own field of
1314 the struct bpstat_what into the main_action. Make it override
1315 other breakpoints. This is a conservative change in the sense
1316 that before the step resume breakpoint was a breakpoint.c
1317 breakpoint, hitting the step resume breakpoint overrode even
1318 calling bpstat_stop_status.
1319
f1de67d3
PS
1320Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1321
1322 * infrun.c (normal_stop): Set stop_pc after popping the dummy frame
1323 in case execution was stopped in the called function.
1324 * stack.c (print_frame_info, frame_info): If backtracing through
1325 a call dummy, handle the starting source line number on a line
1326 boundary like backtracing through sigtramp.
1327 * sparc-tdep.c (sparc_frame_find_saved_regs): Get frame address
1328 for call dummy frame right. Remove old test for dummy frame,
1329 it has been unused at least since gdb-3.5.
1330 * sparc-tdep.c (sparc_push_dummy_frame): Set return address register
1331 of the dummy frame.
1332
c6e0f918
JK
1333Tue Jan 18 16:16:35 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1334
1335 * infcmd.c (signal_command): Accept 0 as legitimate signal number.
1336
db4340a6
JK
1337Tue Jan 18 14:09:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1338
1339 * infrun.c (signals_info), target.c (target_signal_from_name):
1340 Use ugly casts to avoid enumvar < enumvar or enumvar++.
1341
4d4f2d50
JK
1342Mon Jan 17 22:00:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1343
d881dd86
JK
1344 * ser-unix.c (hardwire_noflush_set_tty_state): Don't muck with ICANON.
1345 * inflow.c (terminal_ours_1): When discussing how to deal with the
1346 tty state, make note of query() as well as readline.
1347
4d4f2d50
JK
1348 * infrun.c (_initialize_infrun): Add TARGET_SIGNAL_POLL to list of
1349 signals for which stop and print are cleared by default.
1350
5c38fcee
JL
1351Mon Jan 17 20:00:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1352
c7f3b703
JL
1353 * config/pa/tm-hppa.h (unwind_table_entry): Use one of the
1354 reserved fields to hold a stub unwind entry type. Fix typo.
1355 (stub_unwind_entry): New structure for raw stub unwind entries.
1356 (stub_unwind_types): The types of stubs we may encounter.
1357 (UNWIND_ENTRY_SIZE, STUB_UNWIND_ENTRY_SIZE): New defines.
1358 * hppa-tdep.c (rp_saved): Use additional information provided
1359 by linker stub unwind descriptors.
1360 (frameless_function_invocation): Likewise.
1361 (frame_chain_valid): Likewise.
1362 * paread.c (compare_unwind_entries): New function for sorting
1363 unwind table entries.
1364 (read_unwind_info): Rewrite to remove dependency on host endianness.
1365 Read in data from the $UNWIND_END$ subspace which contains linker
1366 stub unwind descriptors. Merge that data into the basic unwind
1367 table.
1368
5c38fcee
JL
1369 * hppab-nat.c (_initialize_kernel_u_addr): Delete unwanted functions.
1370
af8b7906
JK
1371Mon Jan 17 22:00:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1372
1373 * xcoffread.c (read_xcoff_symtab, case C_FILE): Accept the name
1374 from either the symbol name or the auxent.
1375 * coffread.c, symfile.h (coff_getfilename): Renamed from getfilename,
1376 no longer static.
1377
0e7da49c
FF
1378Mon Jan 17 13:35:01 1994 Fred Fish (fnf@cygnus.com)
1379
1380 * Makefile.in (ALLPARAM): Change irix5.h to nm-irix5.h.
1381
b90811f9
PS
1382Mon Jan 17 12:35:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1383
1384 * README: Update notes for alpha port.
1385
24a11a79
JK
1386Mon Jan 17 11:15:57 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1387
1388 * i960-tdep.c (i960_fault_to_signal): Return TARGET_SIGNAL_ILL
1389 for operation fault, constraint fault, and type fault.
1390
b76dcd4b
JK
1391Sun Jan 16 12:46:01 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1392
623d7380
JK
1393 * Makefile.in (init.c): Add comment explaining formatting conventions.
1394
a39f7739
JK
1395 * c-exp.y (parse_number): Assign to temporary between the right
1396 shifts, to work around a bug in the SCO compiler.
1397
07919221
JK
1398 * Makefile.in (ALLCONFIG, ALLPARAM, ALLDEPFILES, HFILES_NO_SRCDIR):
1399 Add various files which were added to GDB recently.
1400
91cc45da
JK
1401 * xcoffread.c (process_xcoff_symbol): Only change 'V' to 'S' if not
1402 within_function.
1403
b76dcd4b
JK
1404 * Makefile.in: Add mostlyclean target.
1405
d7a5ff3c
JK
1406Sat Jan 15 10:20:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1407
1408 * Version 4.11.4.
1409
8b564df8
PB
1410Sat Jan 15 18:27:34 1994 Per Bothner (bothner@kalessin.cygnus.com)
1411
1412 * main.c (show_commands): Make return type of extern
1413 history_get be HIST_ENTRY, rather than struct _hist_entry.
1414 (The latter loses with the upcoming merged readline.)
1415
dac317dc
JK
1416Sat Jan 15 10:20:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1417
ab5f7971
JK
1418 * minsyms.c (prim_record_minimal_symbol_and_info): Make tempstring
1419 const char *, not char *.
1420
fb155ce3
JK
1421 * symtab.h (struct symbol): Make section short, not unsigned short.
1422
87041845
JK
1423 * symtab.c (lookup_symbol): Add comment about QUIT here.
1424
f29351d9
JK
1425 * utils.c (fputs_unfiltered): Call fputs, not fputs_maybe_filtered.
1426
a9b32d61
JK
1427 * c-exp.y (parse_number): Check for overflow regardless of range
1428 checking. Fix overflow check to use unsigned LONGEST, not
1429 unsigned int.
1430
1431 * c-exp.y (parse_number): Make it so that integer constants are
1432 builtin_type_long_long if builtin_type_long isn't big enough or if
1433 an "LL" suffix is used. Properly handle "UL" or "LU" suffixes.
1434
dac317dc
JK
1435 * c-typeprint.c (c_type_print_varspec_suffix, case TYPE_CODE_FUNC):
1436 Print our "()" first, then recurse for the target type.
1437
4c0b3e57
JK
1438Fri Jan 14 21:55:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1439
831a39d7
JK
1440 * remote-udi.c (udi_create_inferior): Quote empty execfile argument.
1441
4c0b3e57
JK
1442 * gdbserver/low-lynx.c: Include <sys/wait.h> not "/usr/include/wait.h".
1443
44a09a68
JK
1444Fri Jan 14 14:17:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1445
1446 * utils.c (request_quit): Re-establish signal handler regardless
1447 of USG.
1448
1449 * config/mips/xm-irix4.h: Define HAVE_TERMIOS.
1450
98506620
JK
1451Fri Jan 14 21:55:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1452
1453 * i960-tdep.c: Include target.h.
1454
658821b9
SS
1455Fri Jan 14 17:12:28 1994 Stan Shebs (shebs@andros.cygnus.com)
1456
1457 * lynx-nat.c (sys/wait.h): Don't use absolute pathname.
1458
1459Fri Jan 14 11:06:10 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
1460
1461 * lynx-nat.c (child_wait): Fix thinkos in struct target_waitstatus
1462 changes (status -> ourstatus; declare status, etc.).
1463 * config/nm-lynx.h: Fix child_wait prototype and include target.h.
1464
4e8bc56f
JK
1465Fri Jan 14 14:17:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1466
1467 * Makefile.in (ALLPARAM): Add config/nm-lynx.h.
1468
aeb145f8
ILT
1469Fri Jan 14 11:49:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1470
1471 * remote-mips.c (mips_request, mips_wait): Correct prototypes.
1472
d253eb7a
JK
1473Fri Jan 14 11:37:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1474
1475 * config/i386/xm-linux.h: Define HAVE_TERMIOS.
1476
52b3045e
PS
1477Fri Jan 14 01:04:36 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1478
1479 * config/alpha/tm-alpha.h (CALL_DUMMY): Improve comment.
1480
ae682b80
JK
1481Thu Jan 13 10:32:38 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1482
d0acb092
JK
1483 * remote-vx.c (vx_wait): Only call i960_fault_to_signal if I80960
1484 is defined. Otherwise just report TARGET_SIGNAL_UNKNOWN.
1485
1486 * mips-tdep.c (mips_push_arguments): Byteswap struct_addr before
1487 writing it.
1488
63dcc380
JK
1489 Add search to target vector (#if 0'd until after 4.12):
1490 * target.h (to_search, target_search): Add.
1491 * gdbcore.h, core.c (generic_search): Add.
1492 * remote.c (remote_search): Add.
1493 * a29k-tdep.c (init_frame_info): Use target_search to find traceback
1494 tag.
1495
d6596eee
JK
1496 * printcmd.c (print_address_symbolic): If set print fast-symbolic-addr
1497 is on, call find_pc_function rather than relying just on the minimal
1498 symbols (probably only matters for symbol readers which don't put
1499 statics in the minimal symbols, but changing this strikes me as
1500 not conservative enough).
1501 Initialize name_location in all cases.
1502 If no symbol and no msymbol, don't print anything symbolic.
1503
ae682b80
JK
1504 * a29k-tdep.c (push_dummy_frame): Add comment about saving lr0.
1505
314e6bf3
JG
1506Wed Jan 12 20:53:16 1994 John Gilmore (gnu@cygnus.com)
1507
1508 * printcmd.c (print_address_symbolic): Make it search the
1509 symtabs for variables as well as functions. Add `set print
1510 fast-symbolic-addr' and default it to fast (the old way).
1511 Print line numbers for data items as well as functions.
1512
1513 * symtab.c (find_addr_symbol): Return the symtab and the symbol
1514 address, if a symbol is found (take two more args pointing to
1515 where to store these results).
1516
1517 * symtab.h (find_addr_symbol): Add prototype.
1518
470dfa0c
JK
1519Wed Jan 12 19:32:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1520
1521 * objfiles.h: Fix comments to reflect the fact that the phrase
1522 "top of stack" always refers to where the pushing and popping takes
1523 place, regardless of whether it is at the highest or lowest address.
1524
a8c49897
PS
1525Wed Jan 12 13:23:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1526
1527 * mdebugread.c (parse_symbol): Do not set TYPE_TAG_NAME for
1528 compiler generated tag names.
1529 * mdebugread.c (parse_type): Handle cross references to qualified
1530 aggregate types.
1531 * valops.c (value_struct_elt): Improve error message if the
1532 address of a method is requested from an object instance.
1533 * valops.c (search_struct_method): Make name_matched non-static
1534 to get it initialized correctly.
1535 * config/i386/nm-i386sco.h (CANNOT_STORE_REGISTER): Define to
1536 exclude segment register which are not writable on newer SCO versions.
1537
4ad942bf
JK
1538Wed Jan 12 14:44:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1539
1540 * go32-xdep.c: Remove unused function uerror.
1541 (sigsetmask): Declare return type. Declare argument (to match the
1542 way it is called). Explicitly return 0.
1543
21578747
JG
1544Wed Jan 12 01:44:25 1994 John Gilmore (gnu@cygnus.com)
1545
1546 * symtab.h (struct symbol, general_symbol_info, minimal_symbol,
1547 partial_symbol): Shrink the storage sizes of symbols, by making
1548 enums into 1-byte bitfields when compiled __GNUC__, moving all the
1549 enums and small ints to the end of each struct to improve
1550 alignment, and switching the section number from int to unsigned
1551 short.
1552
e0ea0fbd
JG
1553Wed Jan 12 00:16:26 1994 John Gilmore (gnu@cygnus.com)
1554
1555 * symtab.c (find_addr_symbol): New routine that will find the nearest
1556 symbol associated with an address. It does so by exhaustive
1557 search of the symtabs, so it's slow but complete.
1558
011d4ed9
JG
1559Tue Jan 11 23:57:30 1994 John Gilmore (gnu@cygnus.com)
1560
1561 * coffread.c (read_coff_symtab): Set PC bounds of _globals_ symtab
1562 to [0,0] rather than [0, end of first source file]. This avoids
1563 problems with other parts of GDB looking for linetables in the
1564 _globals_ symtab. Eliminate variables num_object_files and
1565 first_object_file_end.
1566
eb5b74ca
JG
1567Tue Jan 11 00:53:46 1994 John Gilmore (gnu@cygnus.com)
1568
1569 * a29k-tdep.c (init_frame_info): Cast null arg to examine_tag.
1570 (pop_frame): Restore PC2 and LR0 from dummy frames.
1571 (push_dummy_frame): Save PC2 and LR0 into dummy frames.
1572 (setup_arbitrary_frame): Handle 3 args and set up real frames.
1573 * config/a29k/tm-a29k.h (FRAME_NUM_ARGS): Update comments.
1574 (DUMMY_FRAME_RSIZE): Add 2 longwords for PC2 and LR0.
1575 (SETUP_ARBITRARY_FRAME): Define.
1576
4d69cf57
JK
1577Tue Jan 11 06:59:10 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
1578
1579 * infrun.c, config/mips/tm-irix5.h: Remove #if 0'd AT_FUNCTION_START.
1580
6a69975f
ILT
1581Tue Jan 11 14:27:03 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
1582
1583 * remote-udi.c (udi_resume): Correct prototype.
1584
c598654a
JL
1585Tue Jan 11 11:10:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1586
1587 * config/pa/tm-hppa.h (FRAME_FIND_SAVED_REGS): Call
1588 hppa_frame_find_saved_regs.
1589 * hppa-tdep.c (dig_fp_from_stack): Delete function.
1590 (prologue_inst_adjust_sp): New function.
1591 (is_branch, inst_saves_gr, inst_saves_fr): New functions.
1592 (skip_prologue): Completely rewrite to use unwind information.
1593 (hppa_frame_find_saved_regs): Likewise.
1594
6397809b
JK
1595Tue Jan 11 06:59:10 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
1596
f3fe8934
JK
1597 * remote-mips.c (mips_wait): Use new function mips_signal_from_protocol
1598 to convert a signal number with appropriate bounds checking.
1599
6397809b
JK
1600 * remote-mips.c (mips_wait): Fix typos (0x177 -> 0177, 0x377 -> 0377).
1601
c369b6a3
JG
1602Tue Jan 11 00:53:46 1994 John Gilmore (gnu@cygnus.com)
1603
a31f4b90
JG
1604 * stack.c (frame_info): If FRAME_FIND_SAVED_REGS isn't defined,
1605 print a newline to end the display anyway.
1606
c6d8db40
JG
1607 * sparc-tdep.c (sparc_pop_frame): Pop the fsr and csr (float and
1608 coprocessor status regs) when popping a frame. This fixes
1609 float exceptions that occur after calling inferior functions.
1610
c369b6a3
JG
1611 * sparc-nat.c (fetch_inferior_registers, store_inferior_registers):
1612 Read and write the fsr (float status register) to/from the child
c6d8db40
JG
1613 process along with the float regs. Remove Peter Schauer's change
1614 of May 24 '93, which has higher overhead and doesn't solve the
1615 real problem (which was that FSR wasn't being set).
c369b6a3 1616
7b2bcbf5
JG
1617Mon Jan 10 23:16:42 1994 John Gilmore (gnu@cygnus.com)
1618
1619 * a29k-tdep.c (examine_prologue): Don't worry if the ASGEQ
1620 stack overflow check isn't right after the register stack
1621 adjustment instruction. Metaware R2.3u compiler moves other
1622 things in front of it. This fix isn't perfect but is what's
1623 running.
1624
6aaa61de
JK
1625Mon Jan 10 20:08:23 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
1626
85b8aa88
JK
1627 * c-valprint.c (c_val_print): Treat TYPE_CODE_RANGE like TYPE_CODE_INT.
1628
6aaa61de
JK
1629 * config/alpha/alpha-netware.mt: Rename to alpha-nw.mt for 14
1630 character filenames.
1631 * configure.in: Change accordingly.
1632
ef118278
TL
1633Mon Jan 10 15:48:36 1994 Tom Lord (lord@rtl.cygnus.com)
1634
1635 * m68k-stub.c, sparc-stub.c: removed spurious introduction of
1636 _filtered io routines from these two files.
1637
9d51b3c5
PS
1638Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1639
1640 * config/i386/tm-i386v.h, config/m68k/tm-m68k.h, config/mips/tm-mips.h,
1641 config/vax/tm-vax.h (CALL_DUMMY_BREAKPOINT_OFFSET): Define.
1642 * mdebugread.c (parse_symbol): Handle enum sh.type produced by
1643 DEC c89.
1644 * mdebugread.c (add_line): Handle zero linenos produced by DEC c89.
1645
11ebf939
JK
1646Fri Jan 7 12:55:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1647
17d059d4
JK
1648 * utils.c (print_sys_errmsg): Call gdb_flush (gdb_stdout) before
1649 printing to gdb_stderr.
1650
1651 * remote-udi.c (udi_kill): Don't close the connection, just set
1652 inferior_pid to zero.
1653 (udi_mourn): Call remove_breakpoints.
1654
1655 * remote-udi.c: Remove obsolete need_artificial_traps comment.
1656
11ebf939
JK
1657 * i386b-nat.c (sregmap): If sEAX, etc., not defined, use tEAX, etc.
1658
fcbc95a7
JK
1659Thu Jan 6 07:17:53 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
1660
d8a66e60
JK
1661 * symtab.c (lookup_symbol): Don't try adding .c to the name.
1662
e3a7e9d5
JK
1663 * remote-bug.c: At the start of each section, reset srec_frame
1664 back to 160.
1665
fcbc95a7
JK
1666 * target.h: Add TARGET_WAITKIND_LOADED and TARGET_WAITKIND_SPURIOUS.
1667 * target.c (store_waitstatus): Add CHILD_SPECIAL_WAITSTATUS hook.
1668 * infrun.c (wait_for_inferior): Replace SIGTRAP_STOP_AFTER_LOAD with
1669 code which looks for those two waitkinds. Use switch statement.
1670 * config/rs6000/tm-rs6000.h: Replace SIGTRAP_STOP_AFTER_LOAD with
1671 CHILD_SPECIAL_WAITSTATUS.
1672
1673 * procfs.c (procfs_wait): Fix argument name to match 4 Jan changes.
1674 * Move target_signal_from_host, target_signal_to_host, and
1675 store_waitstatus from inftarg.c to target.c. procfs needs them.
1676 * target.c: Include "wait.h" and <signal.h>.
1677 * target.h, infrun.c (proceed), proceed callers: Pass new code
1678 TARGET_SIGNAL_DEFAULT instead of -1. This avoids problems with
1679 enums being treated as unsigned and is cleaner.
1680 * infrun.c (signals_info): Don't print TARGET_SIGNAL_DEFAULT or
1681 TARGET_SIGNAL_0.
1682 * infcmd.c (signal_command), infrun.c (signals_info):
1683 Don't allow user to specify numeric equivalent of
1684 TARGET_SIGNAL_DEFAULT.
1685
7f85a716
SG
1686Tue Jan 4 15:34:36 1994 Stu Grossman (grossman@cygnus.com)
1687
1688 * config/alpha/alpha-netware.mt: New target support for Alpha
1689 running Netware.
1690 * configure.in: Add alpha-*-netware* target.
1691
5efb3899
SS
1692Tue Jan 4 14:51:35 1994 Stan Shebs (shebs@andros.cygnus.com)
1693
1694 * remote-mips.c (mips_wait): Fix ref to TARGET_WAITKIND_STOPPED.
1695
67ac9759
JK
1696Tue Jan 4 09:47:14 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1697
1698 * target.h: Add enum target_waitkind, enum target_signal, and
1699 struct target_waitstatus. Change status argument to target_wait to
1700 be struct target_waitstatus * instead of int *.
1701 * target.h, infrun.c, all targets: Change type of signal arguments
1702 to resume(), proceed(), and target_resume() from int to enum
1703 target_signal.
1704 * All targets (*_wait, *_resume): Change accordingly.
1705 * infcmd.c (program_info, signal_command), throughout infrun.c,
1706 * fork-child.c, solib.c, hppa-tdep.c, osfsolib.c: Use this stuff.
1707 * convex-xdep.c, convex-tdep.c: Add FIXME's (getting the Convex
1708 signal code stuff right with the new signals would be non-trivial).
1709 * inferior.h (stop_signal): Make it enum target_signal not int.
1710 * target.c, target.h (target_signal_to_string, target_signal_to_name,
1711 target_signal_from_name): New functions.
1712 * inftarg.c, target.h (target_signal_to_host, target_signal_from_host,
1713 store_waitstatus): New functions.
1714 * procfs.c (procfs_notice_signals): Use them.
1715 * i960-tdep.c (i960_fault_to_signal): New function, to replace
1716 print_fault.
1717 * config/i960/tm-i960.h: Don't define PRINT_RANDOM_SIGNAL.
1718
1719 * objfiles.c (build_objfile_section_table): Don't abort() if
1720 objfile->sections is already set.
1721
1722 * objfiles.c (add_to_objfile_sections): Check SEC_ALLOC not SEC_LOAD
1723 to match recent change to exec.c.
1724
1725 * Version 4.11.3.
1726
1727 * main.c (print_gdb_version): Change year to 1994.
1728
1729 * ChangeLog, ChangeLog-93: Split ChangeLog at 1994.
1730 * Makefile.in (NONSRC): Add ChangeLog-93.
1731
b35885f2
JK
1732Mon Jan 3 11:57:29 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1733
4b404661
JK
1734 * stabsread.c (read_type): Allow defining several type numbers
1735 at once (e.g. "(1,2)=(3,4)="...).
1736
eaba7fae
JK
1737 * stabsread.c (read_enum_type): Use TARGET_INT_BIT not sizeof (int).
1738
b35885f2
JK
1739 * breakpoint.c (frame_in_dummy): Check PC as well as frame.
1740
ae5c71d6
PS
1741Mon Jan 3 02:47:03 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1742
1743 * mdebugread.c (psymtab_to_symtab_1): Only pass N_STAB symbols
1744 to process_one_symbol.
1745 * symtab.c (find_pc_psymbol): Search global_psymbols as well to
1746 avoid caching a bad endaddr in find_pc_partial_function.
1747
d568b76a
JK
1748Sun Jan 2 21:41:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1749
1750 * config/m68k/tm-sun3.h: Don't define BELIEVE_PCC_PROMOTION.
1751
9ddb33a8
PS
1752Sat Jan 1 04:35:23 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1753
1754 * infrun.c (wait_for_inferior): Do not step or step resume past
1755 the end of a one-line function we just stepped into.
1756
67ac9759 1757For older changes see ChangeLog-93
bd5635a1
RP
1758\f
1759Local Variables:
1760mode: indented-text
1761left-margin: 8
1762fill-column: 74
1763version-control: never
1764End:
This page took 0.311495 seconds and 4 git commands to generate.