version = 4.4.86
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
239e7ee9
SG
1Fri Apr 3 01:37:26 1992 Stu Grossman (grossman at cygnus.com)
2
3 * Makefile.in (SFILES_MAINDIR): add mipsread.c
4
e10a3052
JG
5Thu Apr 2 20:20:54 1992 John Gilmore (gnu at cygnus.com)
6
7 * Makefile.in (OBS): Compile mipsread.c for all targets now.
8 (VERSION): Bump to 4.4.85.
9 * mipsread.c: Update for new include files. Lint.
10 * tm-irix3.h, tm-mips.h: Use new include files for ECOFF symtab.
11 * config/{bigmips.mt, littlemips.mt, irix3.mt, decstation.mt}:
12 Don't need to bring in mipsread.o specially any more.
13
4ad1963e
SG
14Thu Apr 2 19:38:31 1992 Stu Grossman (grossman at cygnus.com)
15
16 * mipsread.c (fixup_sigtramp): Also look for _sigtramp as a real
17 routine (for Irix-4.x). Make many funcs static and void.
18 * mips-tdep.c (mips-frame-chain): Clean up, simplify.
19 * (init_extra_frame_info): Don't trash cached value of frame
20 pointer register. This fixes backtracing through routines that use
21 alloca(). Generally clean up declarations of functions, and use
22 typedefs and macros to reference data structures as appropriate.
23 * tm-irix3.h, tm-mips.h (EXTRA_FRAME_INFO): use proper type for
24 proc_desc element.
25
5c1c5e67
FF
26Thu Apr 2 09:47:11 1992 Fred Fish (fnf@cygnus.com)
27
28 * values.c (unpack_long): Fix unpacking error for signed chars
29 on hosts where the default character type is unsigned.
30 * procfs.c (pr_flag_table, pr_why_table): Add some entries
31 for newer SVR4 variants.
32 * procfs.c (proc_set_exec_trap): Reorder tests for ioctl's that
33 turn off trace inherit-on-fork flag to favor latest SVR4 method.
34 * procfs.c (mappingflags): Add support for MA_PHYS
35
ac88ca20
JG
36Thu Apr 2 00:55:56 1992 John Gilmore (gnu at cygnus.com)
37
03c93c66
JG
38 * buildsym.c (read_struct_type): Avoid coredump when C++
39 abbreviated type name is messed up. Reported by Joe Buck.
40 FIXME, we need to determine whether GDB or GCC needs to be
41 smarter to correctly locate this type name.
42
ac88ca20
JG
43 * c-exp.y, coffread.c, command.c, command.h, copying.awk,
44 dbxread.c, gdbtypes.c, infcmd.c, inferior.h, infrun.c,
45 m2-exp.y, printcmd.c, remote.c, solib.c, source.c, stack.c,
46 symtab.c, tm-sun4os4.h, tm-sun4os5.h, values.c: Lint.
47 * symfile.c (add_symbol_file_command): Initialize mapped/readnow.
48
cc221e76
FF
49Wed Apr 1 11:39:52 1992 Fred Fish (fnf@cygnus.com)
50
51 * breakpoint.h (bpdisp, bptype): Remove trailing comma.
52 * symtab.h (current_source_symtab): Make extern
53 * symtab.h (current_source_line): Make extern
54 * inferior.h: Move all procfs.c prototypes to one place, add
55 prototype for proc_signal_handling_change. Add prototypes for
56 signal_stop_state, signal_print_state, and signal_pass_state.
57 * inferior.h (stop_soon_quietly): Make extern
58 * inferior.h (attach_flag): Make extern
59 * infrun.c (NOTICE_SIGNAL_HANDLING_CHANGE): Default is null.
60 * infrun.c (signal_stop_state, signal_print_state,
61 signal_pass_state): New functions to query specific signal
62 handling flags.
63 * infrun.c (handle_command): Minor error message change, add
64 NOTICE_SIGNAL_HANDLING_CHANGE.
65 * procfs.c (open_proc_file): Remove iris specific reset of
66 inherit-on-fork flag, moved to proc_set_exec_trap().
67 * procfs.c (proc_set_exec_trap): Add SVR4 and iris code
68 to reset inherit-on-fork flag, bash comment to GNU form.
69 * procfs.c (proc_base_address, set_proc_siginfo,
70 fetch_core_registers): Conform to code style.
71 * procfs.c (signame.h): Include.
72 * procfs.c (MAX_SYSCALLS, syscall_table[], init_syscalltable(),
73 syscallname(), info_proc_syscalls()): New macros, tables, and
74 functions to organize and report system call information.
75 * procfs.c (saved_fltset, saved_trace, saved_sighold,
76 saved_exitset, saved_entryset): Add to procinfo struct.
77 * procfs.c (struct trans): Add.
78 * procfs.c (pr_flag_table, pr_why_table, faults_table,
79 siginfo_table, errno_table): Tables to translate numeric values
80 to symbolic names and short descriptions.
81 * procfs.c (signalname, info_proc_signals): Add function and
82 prototype.
83 * procfs.c (proc_info): Now info_proc.
84 * procfs.c (proc_info_address_map): Now info_proc_mappings.
85 * procfs.c (info_proc_flags, info_proc_stop, info_proc_siginfo,
86 info_proc_faults, lookupname, lookupdesc, sigcodename,
87 sigcodedesc): New functions.
88 * procfs.c (proc_signal_handling_change): New function to set
89 the trace flags based on the state of gdb's signal handling flags.
90 * procfs.c (inferior_proc_init): Call proc_signal_handling_change
91 and remove code to do PIOCSTRACE ioctl.
92 * procfs.c (attach, detach): Preserve and restore process flags
93 using saved_* fields in procinfo struct.
94 * procfs.c (attach): Call proc_signal_handling_change.
95 * procfs.c (info_proc): Major rework to expand "info proc" cmd.
96 * procfs.c (proc_desc): Update for latest changes.
97 * xm-irix4.h (CREATE_INFERIOR_HOOK): Protect by USE_PROC_FS.
98 * xm-irix4.h (NOTICE_SIGNAL_HANDLING_CHANGE): Add definition.
99 * xm-sysv4.h (NOTICE_SIGNAL_HANDLING_CHANGE): Add definition.
100
101Tue Mar 31 18:38:28 1992 Fred Fish (fnf@cygnus.com)
102
103 * procfs.c (set_proc_siginfo): Add prototype and new function.
104 * procfs.c (detach, child_resume): Call set_proc_siginfo to set
105 up inferior siginfo struct.
106 * elfread.c (elf_symfile_read): Compute the relocation amount
107 by subtracting off the address of the ".text" section.
108 * solib.c: Add pointer to ".text" section to so_list struct.
109 * solib.c (solib_map_sections): Initialize pointer to ".text"
110 section in so_list struct.
111 * solib.c (symbol_add_stub): Pass base address of ".text"
112 section to symbol_file_add, rather than the load address of
113 the shared library. On SunOS they are the same. On SVR4 they
114 are not.
115
3bec9cdd
SG
116Tue Mar 31 17:48:15 1992 Stu Grossman (grossman at cygnus.com)
117
118 * mipsread.c (parse_procedure): PDR.isym should get pointer to
119 function name, not .gdbinfo. symbol.
120
e360572c
JG
121Tue Mar 31 17:05:04 1992 John Gilmore (gnu at cygnus.com)
122
123 * breakpoint.c (breakpoint_1): Fix prototype, this time for sure!
124
fad3fc94
SG
125Tue Mar 31 11:01:06 1992 Stu Grossman (grossman at cygnus.com)
126
e360572c 127 * Makefile.in (VERSION): 4.4.8
5e8fdb82 128
fad3fc94
SG
129 * procfs.c (open_proc_file): Disable inherit-on-fork flag so that
130 commands in .cshrc/.profile won't get traced.
131
3b0b9220
JG
132Tue Mar 31 08:11:58 1992 John Gilmore (gnu at cygnus.com)
133
134 * elfread.c (elf_symtab_read): Use xmalloc, not bfd_xmalloc.
135 * exec.c (build_section_table): Don't abort if no sections.
136 * sparc-tdep.c (single_step): Lint.
137 * utils.c (mrealloc): Handle realloc (0, size) case here.
138
d1bb1d41
SG
139Mon Mar 30 16:50:43 1992 Stu Grossman (grossman at cygnus.com)
140
f8b4aa8e
SG
141 * Makefile.in (alldeps.mak): Config files are now *.m[ht] as
142 opposed to m[ht]-*!
143
9d4c62df
SG
144 * config/irix4.mh: Don't use coredep.o. It doesn't work with procfs.
145
d1bb1d41
SG
146 * mipsread.c (parse_symbol, parse_procedure): Re-do the way that
147 .gdbinfo. symbols are created. Move creation from parse_procedure
148 to parse_symbol, where it is fairly easy to grow the symtab. This
149 also fixes a symtab trashing bug on all mips-based systems.
150 * (got_numargs, lookup_numargs, free_numargs): Delete. Not
151 needed anymore.
152 * tm-mips.h, tm-iris3.h, mips-tdep.c, mipsread.c: Re-do struct
153 mips_extra_func_info, and all the PROC_xxx macros that look at it.
154
d26b50b7
PB
155Mon Mar 30 14:17:53 1992 Per Bothner (bothner@cygnus.com)
156
157 * c-exp.y: Add missing return type to yyparse() prototype.
158
be772100
JG
159Sat Mar 28 22:22:06 1992 John Gilmore (gnu at cygnus.com)
160
161 Create and use macros for iterating on symtabs, psymtabs, msymbols.
162
163 * minsyms.c (iterate_over_msymbols): Remove; clunky and slow.
164 * symfile.h, symtab.h (iterate_over_msymbols): Remove prototype
165 * coffread.c (coff_symfile_read): iterate_over_symtabs => ALL_SYMTABS.
166 (patch_opaque_types): Avoid dummy args and result.
167 * objfiles.c (have_partial_symbols, have_full_symbols,
168 have_minimal_symbols): explicit iteration => ALL_OBJFILES; simplify.
169 (iterate_over_objfiles, iterate_over_symtabs,
170 iterate_over_psymtabs): Remove, clunky and slow.
171 * objfiles.h: Replace iterate_over_* prototypes with ALL_SYMTABS,
172 ALL_PSYMTABS, and ALL_MSYMBOLS macros.
173 * symmisc.c (dump_symtab, dump_psymtab, dump_msymbols,
174 dump_objfile): Remove dummy args and results. Move filename
175 comparisons to callers.
176 (printsyms_command, printpsyms_command, printmsyms_command,
177 printobjfiles_command): iterate_over_* => ALL_*. Compare filenames.
178 * symtab.c (lookup_symtab_1, lookup_symtab, lookup_partial_symtab,
179 lookup_symbol, find_main_psymtab, find_pc_symtab, sources_info,
180 list_symbols, make_symbol_completion_list): Replace explicit
181 iteration with ALL_SYMTABS, ALL_PSYMTABS, or ALL_MSYMBOLS.
182 Eliminate Dijkstra flag crap, break out of loops with gotos.
183 (lookup_symtab_1): Protect '/' tests from short filenames.
184 (cplus_mangled_symbol): Move inline into lookup_symbol.
185 * xcoffexec.c (relocate_objfile_msymbols): Remove poor hack.
186 (relocate_minimal_symbol): Move inline to vmap_symtab.
187 (vmap_symtab): Replace iteration with ALL_OBJFILES,
188 iterate_over_msymbols with ALL_MSYMBOLS.
189
190 Misc cleanup prior to release.
191
192 * Makefile.in (VERSION): Roll to 4.4.7.
193 (HFILES): Add call-cmds.h.
194 * call-cmds.h: New header for command fns called by other files.
195 * breakpoint.c (watchpoints_info): Remove, same as breakpoints_info.
196 (breakpoint_1): Remove unused type arg. Change callers.
197
198 * dwarfread.c (dwarf_build_psymtabs): Remove mainline test.
199 * mipsread.c (compare_symtabs, compare_psymtabs): Remove, unused.
200 * mipsread.c: Add prototypes for all static functions.
201
202 * symmisc.c (dump_symtab_lines, dump_symtabs, dump_last_symtab,
203 dump_blockvector, dump_block, dump_addrchass, dump_namespace,
204 dump_symbol, dump_type, dump_linetable, dump_strtbl): Remove, unused.
205 * xcoffread.c (dump_symtab_lines, dump_symtabs, dump_last_symtab,
206 dump_blockvector, dump_block, dump_addrchass, dump_namespace,
207 dump_symbol, dump_type, dump_linetable, dump_strtbl): Remove 2nd
208 unused copy!
209
210 * buildsym.c (define_symbol): Handle global register variables
211 (from Pierre Willard). Complain if register numbers are too large.
212 * target.c (nomemory): Now that higher levels examine errno, give EIO.
213 * tm-sparc.h: Don't #include <sun4/reg.h>.
214 * sparc-tdep.c (sparc_frame_chain, frame_saved_pc): Remove
215 dependency on <sun4/reg.h>. Start to handle cross-byte-order.
216
217 * language.h: Avoid forward enum declaration.
218 * configure.in, tm-sun4os5.h, xm-sun4os5.h, config/sun4os5.mh,
219 config/sun4os5.mt: New host and target.
220 * defs.h (errno): #include <errno.h> rather than assuming int.
221 From Pierre Willard.
222
223 * breakpoint.c, breakpoint.h, buildsym.c, coffread.c, cplus-dem.c,
224 dbxread.c, dwarfread.c, elfread.c, infcmd.c, infrun.c, inftarg.c,
225 language.c, main.c, mem-break.c, mips-tdep.c, mipsread.c,
226 partial-stab.h, remote.c, saber.suppress, symfile.c, symtab.c,
227 valops.c, valprint.c, xcoffread.c, c-exp.y, m2-exp.y, blockframe.c,
228 command.c, core.c, exec.c, gdbtypes.h, parse.c, printcmd.c, solib.c,
229 sparc-xdep.c, utils.c, value.h, values.c: Lint.
230
231Sat Mar 28 02:43:26 1992 John Gilmore (gnu at cygnus.com)
232
233 * buildsym.c (read_range_type): Avoid int overflow by using unsigned.
234 * dbxread.c (dbx_symfile_init): Remove bogus `lvalue cast'.
235 * language.h (enum exp_opcode): Avoid forward enum def.
236 * main.c (define_command, user_defined_command): Lint.
237 * mem-break.c, xcoffread.c: Lint.
238 * solib.c: Only #include <a.out.h> on SunOS, not SVR4.
239
1eeba686
PB
240Sun Mar 29 14:16:22 1992 Per Bothner (bothner@cygnus.com)
241
242 * Merged in latest RS6000 diffs from Metin G. Ozisik.
243 * xcoffsolib.c, xcoffsolib.h: New files, from Metin.
244 * Various files: Changed #ifdef IBM6000 to IBM6000_HOST
245 or IBM6000_TARGET as (approximately) appropriate.
246
bf349b77
FF
247Sat Mar 28 13:00:10 1992 Fred Fish (fnf@cygnus.com)
248
249 * objfiles.h (OBJF_SYMS): Define flag bit for objfile flags.
250 * symfile.c (symbol_file_add): Use OBJF_SYMS to decide whether
251 or not to try reading symbols from a mapped objfile. Plugs memory
252 leak due to shared libraries generating no psymtabs or symtabs.
253
c2e4669f
JG
254Fri Mar 27 15:44:55 1992 John Gilmore (gnu at cygnus.com)
255
256 * buildsym.c (MAX_OF_C_TYPE, MIN_OF_C_TYPE): Unused, remove.
257 * copying.awk: Lint. Make stronger warning at top of copying.c.
258 * elfread.c (elf_symtab_read): Eliminate check of mainline.
259 * gdbtypes.c (smash_to_*): Remove FIXME comments.
260 (lookup_pointer_type): Add FIXME comment.
261 * main.c (set_history_size_command): Disallow negative size.
262 * partial-stab.h: Update copyright.
263 * rs6000-tdep.c (skip_trampoline_code): Better comments.
264
265Wed Mar 25 10:45:38 1992 John Gilmore (gnu at cygnus.com)
266
267 * main.c (set_history_size_command): Negative size is error.
268 (Reported by Peggy Fieland.)
269
3624c875
FF
270Thu Mar 26 17:01:18 1992 Fred Fish (fnf@cygnus.com)
271
272 * coffread.c (coff_symfile_init): Update comment.
273 * dbxread.c (DBX_SYMFILE_INFO, DBX_TEXT_SECT, DBX_SYMCOUNT,
274 DBX_STRINGTAB, DBX_STRINGTAB_SIZE, DBX_SYMTAB_OFFSET): Define
275 macros to access the dbx specific objfile information.
276 * dbxread.c (symfile_string_table, symfile_string_table_size):
277 Remove these local variables.
278 * dbxread.c (read_ofile_symtab, psymtab_to_symtab_1,
279 read_dbx_symtab): Remove the stringtab and stringtab_size params
280 from the function prototypes, the function definition, and the
281 function calls. These are now available via DBX_STRINGTAB and
282 DBX_STRINGTAB_SIZE using the objfile pointer.
283 * dbxread.c (dbx_symfile_read): Relocate addr before using as
284 an arg to read_dbx_symtab.
285 * dbxread.c (dbx_symfile_read): Remove code that free'd the
286 stringtab and the dbx specific per-objfile private info.
287 * dbxread.c (init_psymbol_list): Remove symbol count from passed
288 args in prototype, function definition, and function calls. It is
289 now available via the DBX_SYMCOUNT macro using the objfile
290 pointer.
291 * dbxread.c (dbx_symfile_read, dbx_symfile_init): Remove the
292 local instance of struct dbx_symfile_info and replace with DBX_*
293 macros.
294 * dbxread.c (dbx_symfile_read): Remove init's of now deleted
295 symfile_string_table and symfile_string_table_size.
296 * dbxread.c (dbx_symfile_finish): Remove now obsolete free of
297 symfile_string_table.
298 * dbxread.c (init_psymbol_list): Use DBX_SYMCOUNT.
299 * dbxread.c (dbx_psymtab_to_symtab): Remove local stringtab and
300 stringtab size variables. Remove all code that used to reread
301 the stringtab.
302 * objfiles.c (allocate_objfile): Move calls to init_malloc()
303 to prior to any calls to mmalloc for the objfile specific heap.
304 * utils.c (init_malloc): Document the requirement that for each
305 heap for which corruption checking is desired, that init_mmalloc
306 must be called prior to any mmalloc calls on the heap.
307
308Thu Mar 26 13:20:06 1992 Per Bothner (bothner@cygnus.com)
309
310 * rs6000-pinsn.c: Make dis-assembly output more like
311 other targets: Don't print instruction in hex before
312 the assembly; use print_address to print out jump
313 destinations.
314
04f27ddc
PB
315Wed Mar 25 16:52:35 1992 Per Bothner (bothner@cygnus.com)
316
317 * c-exp.y, gdbtypes.h: Add builtin_type_signed_char.
318 * cplus-dem.c: Support "Sc" meaning "signed char".
319
88f36033
SG
320Wed Mar 25 15:21:44 1992 Stu Grossman (grossman at cygnus.com)
321
322 * configure.in: fix iris/iris3.
323
5c71cf23
PB
324Wed Mar 25 14:55:48 1992 Per Bothner (bothner@cygnus.com)
325
326 * command.c, main.c (various places): Use ctype.h macros
327 (such as isupper(x)), instead of hard-wiring in ASCII-isms
328 (such as (x >= 'A' && x <= 'Z')).
329 (There are still more of these in other files.)
330 * main.c (defined_command): Lower-case the user's
331 new command before entering it. Needed because
332 command lookup is case-insensitive (and also lower-cases).
333 (Based on Metin's earlier patch.)
334
fd2329d7
RP
335Tue Mar 24 23:27:01 1992 K. Richard Pixley (rich@cygnus.com)
336
337 * config/irix4.mh: new file.
338
4f301966
SG
339Tue Mar 24 14:17:48 1992 Stu Grossman (grossman@cygnus.com)
340
0a22f63e
SG
341 * infcmd.c (step_1): Call disable_longjmp_breakpoint at the right
342 time.
343
344 * xm-mips.h: Declare strdup for ultrix.
9d53db1a 345
4f301966
SG
346 * mipsread.c (fixup_sigtramp): Make sure that current_objfile is setup
347 when calling new_symbol.
348 * mips-tdep.c (mips_frame_chain): Use symfile_objfile instead of
349 current_objfile.
350
5c8d3927
PB
351Tue Mar 24 13:26:25 1992 Per Bothner (bothner@rtl.cygnus.com)
352
353 * config/rs6000.mh: Update (for Fred's new mmalloc)
354 flags to disable use of GNU malloc/mmalloc.
355 * munch: Change SYSV rule to allow .text before the label,
356 as well as after, to work for AIX.
357 * gdbtypes.h: Minor clarifiction.
358
be1384b0
MT
359Tue Mar 24 07:26:19 1992 Michael Tiemann (tiemann@cygnus.com)
360
361 * buildsym.c (read_struct_type): Handle cretinous dbx symbol name
362 continuation in yet another place (between method declarations).
363
62a469e1
SG
364Mon Mar 23 23:01:41 1992 Stu Grossman (grossman at cygnus.com)
365
366 * mips-tdep.c: include symfile.h and objfiles.h to fix
367 compilation errors.
368
b3024b21
PB
369Mon Mar 23 15:49:14 1992 Per Bothner (bothner@cygnus.com)
370
371 * valops.c (value_struct_elt_for_reference): Added 'offset'
372 parameter to handle multiple inheritance.
373 * eval.c, value.h: Update accordingly.
374
5e2e79f8
FF
375Fri Mar 20 17:43:27 1992 Fred Fish (fnf@cygnus.com)
376
377 * objfiles.h: New file
378 * Makefile.in (HFILES): Add objfiles.h
379 * blockframe.c: Remove entry_scope_lowpc, entry_scope_highpc,
380 main_scope_lowpc, main_scope_highpc.
381 * blockframe.c, buildsym.c, coffread.c, dbxread.c, dwarfread.c,
382 elfread.c, gdbtypes.h, minsyms.c, mipsread.c, objfiles.c, solib.c,
383 source.c, symfile.c, symmisc.c, symtab.c, target.c, xcoffexec.c,
384 xcoffread.c, : Include objfiles.h.
385 * tm-29k.h, tm-i386v.h, tm-merlin.h, tm-rs6000.h, tm-sun386.h,
386 tm-symmetry.h, tm-tahoe.h, tm-umax.h, tm-vax.h, m88k-tdep.c,
387 mips-tdep.c (FRAME_CHAIN): Renamed outside_startup_file to
388 inside_entry_file() and logic changed appropriately.
389 * blockframe.c (outside_startup_file): Renamed to
390 inside_entry_file() and logic changed appropriately.
391 * blockframe.c (inside_main_scope): Renamed to inside_main_func()
392 and logic changed to use per-objfile specific fields.
393 * blockframe.c (inside_entry_scope): Renamed to
394 inside_entry_func() and logic changed to use per-objfile specific
395 fields.
396 * blockframe.c, buildsym.h, coffread.c, dwarfread.c, mipsread.c,
397 symfile.c, mips-tdep.c (startup_file_start, startup_file_end):
398 Remove extern decls.
399 * symfile.c, symfile.h (entry_point): Remove extern decl.
400 * coffread.c (coff_symfile_init): Common entry point init code
401 moved to symfiles.c, call init_entry_point_info().
402 * coffread.c (complete_symtab): Use new per-objfile entry info.
403 * mip-tdep.c (mips_frame_chain): Use new per-objfile entry info.
404 * mipsread.c (parse_partial_symbols): Use new per-objfile entry
405 info.
406 * dbxread.c (read_dbx_symtab): Use new per-objfile entry info.
407 * defs.h (inside_entry_scope, outside_startup_file,
408 inside_main_scope): Prototypes changed for renames to
409 inside_entry_func, inside_entry_file, inside_main_func,
410 respectively.
411 * symfile.c (syms_from_objfile): Common entry point init code
412 moved to init_entry_point_info() and call init_entry_point_info().
413 * symfile.h (init_entry_point_info): Include prototype.
414 * xcoffread.c (aixcoff_symfile_init): Common entry point init code
415 moved to symfiles.c and call init_entry_point_info().
416 * dwarfread.c (entry_scope_lowpc, entry_scope_highpc,
417 main_scope_lowpc, main_scope_highpc): Remove extern decls.
418 * dwarfread.c (read_func_scope, read_file_scope): Use new per-
419 objfile entry info.
420 * frame.h (FRAME_CHAIN_VALID): Provide default definition that
421 works for the majority of targets.
422 * tm-68k.h, tm-convex.h, tm-h8300.h, tm-i386v.h, tm-irix3.h,
423 tm-merlin.h, tm-mips.h, tm-pyr.h, tm-rs6000.h, tm-sparc.h,
424 tm-sun386.h, tm-tahoe.h, tm-umax.h, tm-vax.h (FRAME_CHAIN_VALID):
425 Use default definition in frame.h.
426 * frame.h (selected_frame_level): Make decl extern.
427 * objfiles.c, symfile.c (current_objfile): Moved to objfiles.c
428 * objfiles.c, symfile.c (symfile_objfile): Moved to objfiles.c
429 * partial-stab.h: Use new per-objfile entry info.
430 * symfile.h (struct objfile): Removed, moved to objfiles.h.
431 * symfile.h, objfiles.h (allocate_objfile, free_objfile,
432 free_all_objfiles, iterate_over_objfiles, iterate_over_symtabs,
433 iterate_over_psymtabs, have_partial_symbols, have_full_symbols,
434 have_minimal_symbols): Prototypes moved to objfiles.h.
435 * symfile.h, objfiles.h (ALL_OBJFILES, ALL_OBJFILES_SAFE):
436 Macros moved to objfiles.h.
437 * tm-h8300.h, tm-i386v4.h (FRAME_CHAIN_VALID_ALTERNATE): Define.
438
01be6913
PB
439Thu Mar 19 18:49:45 1992 Per Bothner (bothner@cygnus.com)
440
441 More C++ improvements (pointers to members, qualified names).
442 * c-exp.y: Support exp.type::name and exp->type::name
443 syntaxes. (Unfortunately, doesn't work for static members.)
444 * c-exp.y, eval.c: Make type::~type work better.
445 * eval.c (evaluate_subexp: OP_SCOPE): Replace use of
446 value_static_field by value_struct_elt_for_reference.
447 * eval.c (evaluate_subexp): Merge code for STRUCTOP_MEMBER
448 and STRUCTOP_MPTR; cast arg1 to domain-type of arg2.
449 * eval.c (evaluate_subexp): Remove special case for UNOP_ADDR
450 for OP_SCOPE operand; no point in it now that we use lazy
451 reading of values, and use "reference to member" objects.
452 * gdbtypes.h: Clarify comment.
453 * valops.c: Change value_struct_elt_for_address to return
454 a reference (or variable), rather than a pointer. Change
455 the name to value_struct_elt_for_reference to reflect this.
456 Returning a reference instead of a address provides a
457 generalization, since we can use the routine for both
458 class::name as well as &class::name.
459 Also, recurse to handle multiple inheritance properly.
460 * valprint.c: Moved code to print pointer-to-members
461 to new function point_class_member. This allows a
462 "reference-to-member" to be printed using the same code.
463 * valprint.c (type_print_varspec_prefix): Avoid printing
464 "struct " for domains of class-member types.
465 * valops.c (search_struct_field): Inline code for simplified
466 version of value_static_field (which can then be deleted).
467 * value.h: Rename value_struct_elt_for_address to
468 value_struct_elt_for_reference. Delete value_static_field.
469 * values.c: Remove no longer used function value_static_field.
470
80d68b1d
FF
471Thu Mar 19 13:54:11 1992 Fred Fish (fnf@cygnus.com)
472
473 * coffread.c, mipsread.c, xcoffread.c, coffread.c, dbxread.c,
474 elfread.c (coff_symfile_finish): Add function, prototype, and
475 add to the xxxx_sym_fns struct for each file type. Also reformat
476 the xxxx_sym_fns vector to a standard format and add comments.
477 * coffread.c, mipsread.c, xcoffread.c, coffread.c, dbxread.c,
478 elfread.c (xxx_symfile_new_init, xxx_symfile_init, xxx_symfile_read):
479 Pass pointer to struct objfile rather than pointer to sym_fns.
480 Change references inside each function accordingly. Allocate any
481 symbol file specific info in the per-objfile memory region.
482 * dbxread.c (free_and_init_header_files): Break function into
483 free_header_files(), called from dbx_symfile_finish(), and
484 init_header_files(), called from dbx_new_init().
485 * dbxread.c (dbx_new_init): Move deallocation things to new
486 dbx_symfile_finish function.
487 * elfread.c (elf_new_init): Call buildsym_new_init().
488 * objfiles.c (free_objfile): Call the appropriate symfile_finish()
489 routine for the objfile before deallocating other stuff.
490 * sparc-tdep.c (get_longjmp_target): Cast target_read_memory arg.
491 * symfile.h: Move struct sym_fns to before struct objfile def.
492 Add sym_finish function pointer and change prototypes of other
493 function pointers to reflect passing struct objfile pointer rather
494 than struct sym_fns pointer.
495 * symfile.c: Remove now obsolete symtab_fns pointer.
496 * symfile.c (symfile_init): Renamed to find_sym_fns, and now only
497 locates the correct sym_fns struct for the given objfile.
498 * symfile.c (syms_from_objfile, symbol_file_add): Restructured
499 for better support of mapped symbol tables.
500 * symfile.c (symbol_file_command): Remove obsolete code using
501 symfile_fns.
502 * symfile.h: Remove duplicate declarations for symfile_objfile,
503 entry_point, and object_files.
504 * target.c (target_info): Compare symfile_objfile to NULL.
505 * xcoffread.c (aixcoff_new_init): Move deallocation stuff to
506 aixcoff_symfile_finish().
507
dc52fc71
FF
508Wed Mar 18 18:22:46 1992 Fred Fish (fnf@cygnus.com)
509
510 * infrun.c (IN_SOLIB_TRAMPOLINE): Add default definition.
511 * infrun.c (wait_for_inferior): Use IN_SOLIB_TRAMPOLINE.
512 * tm-sysv4.h (IN_SOLIB_TRAMPOLINE): Add SVR4 definition.
513
2cd99985
PB
514Wed Mar 18 15:51:15 1992 Per Bothner (bothner@cygnus.com)
515
516 Some improvements to g++ debugging.
517 * symtab.c (list_symbols): demangle before pattern matching.
518 * symtab.c: Other fixes to improve handing of operators.
519 * valprint.c (type_print_base): Fix test for constructor.
520 * values.c (value_static_field): Allow evaluation of
521 CLASS::METHOD, returning a function pointer.
522
b0246b3b
FF
523Wed Mar 18 08:39:52 1992 Fred Fish (fnf@cygnus.com)
524
525 * Makefile.in (VERSION): Roll 4.4.6.
526 * exec.c (exec_file_command): Add code to ignore optional args
527 passed in by file_command() for use in symbol_file_command().
528 * main.c (main): Document -mapped and -readnow in help summary.
529 * objfiles.c (open_mapped_file): Cosmetic change, arg renamed.
530 * objfiles.c (allocate_objfile): Filename arg removed. Changes
531 to get filename from bfd with bfd_get_filename(). Test mapto
532 against 0, not NULL. Use mstrsave() to make copy of filename.
533 * remote-mm.c (mm_load): Symbol_file_add() takes an additional
534 arg.
535 * remote-vx.c (vx_load_command, add_symbol_stub):
536 Symbol_file_add() takes an additional arg.
537 * solib.c (symbol_add_stub): Symbol_file_add() takes an
538 additional arg.
539 * symfile.c (symfile_open): Renamed to symfile_bfd_open and
540 changed to return a bfd not an objfile pointer.
541 * symfile.c (syms_from_objfile): Eliminate local copy of bfd.
542 * symfile.c (symbol_file_add): Takes an additional arg (readnow).
543 Change to eliminate local bfd and use symfile_bfd_open() plus
544 allocate_objfile(). Add code to implement readnow option.
545 * symfile.c (symbol_file_command): Changes to option handling,
546 readnow functionality moved to symbol_file_add().
547 * symfile.c (symfile_init): Eliminate local copy of bfd.
548 * symfile.c (add_symbol_file_command): Changes to parse mapped
549 and readnow options.
550 * symfile.h (allocate_objfile): Arg removed from prototype.
551 * symtab.h (symbol_file_add): Arg added to prototype.
552 * xcoffexec.c (map_vmap): Allocate_objfile() takes an additional
553 arg.
554
318bf84f
FF
555Sat Mar 14 16:38:47 1992 Fred Fish (fnf@cygnus.com)
556
557 * gmalloc.c, gmalloc.h mcheck.c mmap-alloc.c mmap-sbrk.c mtrace.c,
5a4470de 558 mtrace.awk, state.c, state.h: Removed.
318bf84f
FF
559 * .gdbinit: Add ../malloc, ../libiberty, and ../bfd to list of
560 directories searched for source files.
561 * Makefile.in (GNU_MALLOC, MALLOC_CFLAGS, MALLOCSRC): Removed
562 * Makefile.in (MMALLOC_DIR, MMALLOC_DEP, MMALLOC_LIB,
563 MMALLOC_DISABLE, MMALLOC_CHECK, MMALLOC_CFLAGS): Add
564 * Makefile.in (CFLAGS): Replace MALLOC_CFLAGS with MMALLOC_CFLAGS.
565 * Makefile.in (CLIBS, CDEPS): Add MMALLOC_LIB
566 * Makefile.in (ADD_FILES, ADD_DEPS): Remove GNU_MALLOC.
567 * Makefile.in (SFILES_MAINDIR): Remove stat.c mmap-alloc.c, mmap-
568 sbrk.c
569 * Makefile.in (HFILES): Remove state.h
570 * Makefile.in (POSSLIBS_MAINDIR): Remove MALLOCSRC.
571 * Makefile.in (OBS): Remove state.o mmap-alloc.o mmap-sbrk.o
572 * Makefile.in (saber_gdb): Remove mcheck, mtrace. Add MMALLOC_DIR.
573 * Makefile.in (clean): Remove all object files.
574 * c-exp.y: Define malloc to xmalloc and realloc to xrealloc.
575 * cplus-dem.c: Remove prototypes definitions that are now done in
576 def.h.
577 * dbxread.c (throughout): Change from using per-objfile
578 xmalloc/xrealloc/free functions to xmmalloc/xmrealloc/mfree.
579 * defs.h: Remove prototypes for mmap_* functions. Add prototypes
580 for xmmalloc, xmrealloc, mfree, mmcheck, mmtrace, mmalloc_attach,
581 mmalloc_detach, mmalloc_setkey, msavestring, and mstrsave, nomem.
582 * depend: Remove dependencies for state.o, state.h.
583 * dwarfread.c: Add declaration for warning_pre_print.
584 * dwarfread.c (dwarfwarn): Use warning_pre_print.
585 * dwarfread.c (throughout): Change from using per-objfile
586 xmalloc/xrealloc/free functions to xmmalloc/xmrealloc/mfree.
587 * gdbtypes.c (lookup_fundamental_type): Fix init_type calls to
588 use supplied objfile.
589 * i386-xdep.c (print_387_status): Change to use warning() rather
590 than printfs.
591 * i387-tdep.c (print_387_control_word): Change to use warning()
592 rather than printfs.
593 * infrun.c (wait_for_inferior): Remove unreachable abort() call
594 that some compilers grumble about.
595 * language.c (throughout): Add declaration for warning_pre_print
596 and using warning() instead of printfs.
597 * m2-exp.y: Define malloc to xmalloc and realloc to xrealloc.
598 * main.c (main): Add declaration for warning_pre_print and set it
599 similarly to error_pre_print. Add declarations for
600 mapped_symbol_files and readnow_symbol_files. Add appropriate
601 definitions to long_options[].
602 * minsyms.c: Trivial fix to comment.
603 * objfiles.c (allocate_objfile): Substantially rewritten for
604 using mapped symbol files.
605 * objfiles.c (throughout): Change from using per-objfile
606 xmalloc/xrealloc/free functions to xmmalloc/xmrealloc/mfree.
607 * objfiles.c (open_mapped_file, mapped_to_address): Add functions.
608 * source.c (throughout): Change from using per-objfile
609 xmalloc/xrealloc/free functions to xmmalloc/xmrealloc/mfree.
610 * source.c (open_source_file): Use mstrsave to save file name in
611 mapped symbol region for objfile.
612 * symfile.c: Remove include for state.h.
613 include to local form.
614 * symfile.c (symbol_file_add_digested): Remove.
615 * symfile.c (symbol_file_add): Substantially rewritten for mapped
616 symbol files.
617 * symfile.h: Remove malloc/xrealloc/xmalloc/xrealloc/free members
618 from objfile structure. Add malloc descriptor pointer (md).
619 * symfile.h (OBJF_DUMPABLE): Changed name to OBJF_MAPPED.
620 * symm-xdep.c (print_fpu_status): Use warning() rather than
621 printfs.
622 * symmisc.c (free_symtab_block): Now takes and uses current
623 objfile pointer.
624 * symmisc.c (throughout): Change from using per-objfile
625 xmalloc/xrealloc/free functions to xmmalloc/xmrealloc/mfree.
626 * symtab.c (cplus_mangled_symbol): Cast return value to avoid
627 Sun compiler grumblings when PTR is char *.
628 * symtab.c (lookup_symbol): Cast return value of iterate_over_
629 msymbols() to correct pointer type.
630 * utils.c (warning_pre_print): Initialize to "\nwarning: ".
631 * utils.c (fatal, fatal_dump_core): Ensure that the fatal
632 error always starts on a line of it's own.
633 * utils.c (init_malloc, malloc_botch, xmalloc, xrealloc):
634 Rewrite for new mapped malloc package use.
635 * utils.c (mmalloc, mrealloc, mfree): Stubs for configurations
636 that don't want to use the mapped malloc package; pass arguments
637 on to traditional malloc package functions.
638 * utils.c (nomem): Add for fatal virtual memory exhausted aborts.
639 * utils.c (xmmalloc, xmrealloc, xmalloc, xrealloc): Like mmalloc,
640 mrealloc, malloc, and realloc but get fatal error if runs out
641 of memory.
642 * utils.c (msavestring, mstrsave): Save a string in a specific
643 mapped malloc region.
644 * utils.c (print_spaces): Use xmalloc to get the buffer.
645 * xm-amix.h, xm-i386v4.h, xm-sun3os4.h, xm-sun4os4.h: Add defines
646 for MMAP_BASE_ADDRESS and MMAP_INCREMENT.
647 * config/i386v4.mh: Insignificant reorganization.
648
0750528a
FF
649Sat Mar 14 11:44:47 1992 Fred Fish (fnf@cygnus.com)
650
651 * xcoffread.c: Only enable compilation of debugging functions
652 if IBM6000 is defined. Fails to compile otherwise.
653
4db3902a
RP
654Fri Mar 13 15:51:11 1992 K. Richard Pixley (rich@cygnus.com)
655
656 * Makefile.in: pass MAKEINFO down on info.
657
bec9fad9
JG
658Fri Mar 13 12:56:36 1992 John Gilmore (gnu at cygnus.com)
659
660 * mipsread.c (mipscoff_symfile_read): Eliminate a lot of
661 useless code, including an lseek to an uninitialized variable.
662 Reported by Jim Williams <jimbo@wrs.com>.
663
6730b139
PB
664Thu Mar 12 11:56:46 1992 Per Bothner (bothner@cygnus.com)
665
4db3902a
RP
666 Merged in patches from metin@ibmpa.awdpa.ibm.com (Metin G.
667 Ozisik) (dated Fri, 6 Mar 92 17:51) for the rs6000.
668 * minsyms.c, symfile.c: Changes that may be generally
669 applicable, but are #ifdef IBM6000 for now.
670 * rs6000-xdep.c: Fixed typo in comment.
671 * rs6000-tdep.c: Non-substatial changes.
672 * xoffread.c: The main change here is addition of some
673 debugging functions.
674 * xoffexec.c: More changes.
675
676 * xcoffread.c: Fixed two too-few-parameters bugs.
677
6730b139
PB
678 * solib.h, infrun.c, tm-rs6000.h: Add a PID parameter
679 to SOLIB_CREATE_INFERIOR_HOOK macro.
680
a846ac55
FF
681Sun Mar 8 21:17:48 1992 Fred Fish (fnf@cygnus.com)
682
683 * symfile.h: Add prototype for iterate_over_msymbols().
684 * symtab.c (cplus_mangled_symbol): Add function.
685 * symtab.c (lookup_symbol): Call cplus_mangled_symbol via
686 iterate_over_msymbols to find demangled C++ symbol.
687 * xcoffexec.c (relocate_minimal_symbol): Return meaningful
688 value to iterate_over_msymbols().
689 * xcoffexec.c (vmap_symtab): Ignore return from iterate_over_
690 msymbols().
691
692Fri Mar 6 21:59:34 1992 K. Richard Pixley (rich@cygnus.com)
693
694 * Makefile.in: added check target.
695
a1106a1e
JG
696Thu Mar 5 23:56:01 1992 John Gilmore (gnu at cygnus.com)
697
698 * ecoff.c: Move to ../bfd/coff-msym.c.
699 * config/mt-*mips: Remove ecoff.o from the configuration.
53ccaf5f
JG
700 * remote.c (): Add newline to initial +.
701 (remote_resume): Mention how to cope with signals.
702 (remote_interrupt): Add debug msg.
703 (remote-wait): Implement new 'T' reply, which includes
704 status, PC, and FP all in a single short message.
705 (putpkt): Add further debugging of packet acks.
706 * mipsread.c (fixup_symtab): Also swap RFD's.
707 (parse_partial_symbols): Avoid bug on unknown symbol types.
b67cb9d5 708 * Makefile.in (VERSION): Roll to 4.4.5.
a846ac55
FF
709 * mips-tdep.c (heuristic_proc_start): Avoid long delays
710 for remote MIPS by limiting heuristic to 200 byte search.
711 (heuristic_proc_desc): Byte-swapping.
712 (mips_print_register): Cope with failure of
713 read_relative_register_raw_bytes. Byte-swap integers for
714 printing.
715 * mips-pinsn.c (print_insn): Byte-swap instruction.
a1106a1e 716
1170a046
SG
717Thu Mar 5 12:32:09 1992 Stu Grossman (grossman at cygnus.com)
718
719 * config.sub configure.in config/.Sanitize config/mh-irix4
720 gdb/.Sanitize gdb/configure.in gdb/mips-tdep.c gdb/mipsread.c
721 gdb/procfs.c gdb/signame.h gdb/tm-irix3.h gdb/tm-mips.h
722 gdb/xm-irix4.h gdb/config/.Sanitize gdb/config/mt-irix3
723 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
724
d7eddc51
FF
725Wed Mar 4 11:56:42 1992 Fred Fish (fnf@cygnus.com)
726
727 * defs.h, utils.c: xrealloc takes PTR as first arg.
728 * defs.h: Reword confusing comment about ANSI prototypes.
729 * defs.h: Some minor whitespace changes.
730 * infrun.c (wait_for_inferior): Compare int tmp to int 0,
731 not NULL, which can be (void *).
732 * tm-amix.h, tm-i386v4.h: Add defines for setjmp/longjmp handling.
733 * tm-i386v.h (SP_ARG0): Define
734 * xm-sysv4.h: Back out of change for missing prototypes.
735 * i386-tdep.c (get_longjmp_target): Add function.
736
a846ac55
FF
737Wed Mar 4 05:46:11 1992 K. Richard Pixley (rich@rtl.cygnus.com)
738
739 * Makefile.in: install man page too.
740
d747e0af
MT
741Tue Mar 3 15:11:52 1992 Michael Tiemann (tiemann@cygnus.com)
742
743 * All GDB files that #include defs.h: Removed stdio.h.
744 (defs.h): #include stdio.h.
745
96743d3c
SC
746Mon Mar 2 23:00:12 1992 Steve Chamberlain (sac@thepub.cygnus.com)
747
748 * gdbtypes.c (lookup_pointer_type): initialize the TYPE_LENGTH of
749 a ptype to reflect the setting of TARGET_PTR_BIT. Set the
750 TYPE_FLAGS of a ptype to TYPE_FLAG_UNSIGNED.
751 * tm-h8300.h, h8300-tdep.c, remote-hms.c: personal checkpoint
752 * printcmd.c (print_address): if ADDR_BITS_REMOVE is defined, use
753 it before printing out the hex shape of an address.
754
6c6afbb9
PB
755Sun Mar 1 17:41:09 1992 Per Bothner (bothner@cygnus.com)
756
bff1c97a
FF
757 * rs6000-xdep.c (frame_initial_stack_address): Move
758 code to set frame->cache_fsr into new separate function
759 frame_get_cacahe_fsr. This allows fixing a fatal error.
760 * xcoffexec.c: Turn previously suppressed error
761 message back on, after cleaning up BFD.
762
6c6afbb9
PB
763 * breakpoint.c (breakpoint_re_set): Removed (at least for now)
764 printing of blank line, since it cases printing of an
765 extra blank line. Is this intended? It does mess up
766 gdb test suite.
767 * defs.h: Put back declarations of malloc and realloc,
768 but protected by #ifndef MALLOC_INCOMPATIBLE.
769 * objfiles.c: Undo previous change: Use malloc/realloc
770 for objfile malloc/realloc fields (but add a cast).
771 * xcoffexec.c: Suppress an error message (for now).
772
773Sat Feb 29 14:43:02 1992 Per Bothner (bothner@cygnus.com)
774
775 Changes from metin@ibmpa.awdpa.ibm.com (Metin G. Ozisik)
776 [Mail dated Fri, 21 Feb 92 13:14:54 -0800]
777 * buildsym.c: Use smash_to_pointer_type() to handle forward type
778 references.
779 * xcoffread.c: Modifications to C_DECL storage class handling, and
780 introduction of an old smash_to_pointer_type() routine.
781
782 Changes from metin@ibmpa.awdpa.ibm.com (Metin G. Ozisik)
783 [Mail dated Thu, 20 Feb 92 13:57:16 -0800]
784 * rs6000-xdep.c, rs6000-tdep.c, tm-rs6000.h: function_frame_info()
785 parameters have been modified.
786
787 Changes from metin@ibmpa.awdpa.ibm.com (Metin G. Ozisik)
788 [Mail dated Thu, 20 Feb 92 10:10:05 -0800]
789 * rs6000-tdep.c: Before Feb 5 92, register_valid[] array was not used,
790 and fetch_inferior_registers() always fetched all the registers
791 resulting valid register values at hand all the time. Pushing a dummy
792 frame did not require validating all register values first. After
793 putting the above mechanism into action, we didn't have valid registers
794 values always ready. Thus, all registers need to be fetched before
795 pushing a dummy frame now.
796
797 Changes from metin@ibmpa.awdpa.ibm.com (Metin G. Ozisik)
798 [Mail dated Thu, 13 Feb 92 16:22:44 -0800]
799 * rs6000-xdep.c: frame_initial_stack_address() function to calculate
800 the starting address (actual frame address) of a frame.
801 * rs6000-tdep.c: modifications to function_frame_info() to see if
802 function reserves a frame pointer register (alloca register)
803 * tm-rs6000.h: EXTRA_FRAME_INFO, FRAME_ARGS_ADDRESS and
804 FRAME_LOCALS_ADDRESS has been updated to support debugging of
805 functions with alloca() calls.
806
4b8333de
FF
807Sun Mar 1 13:13:39 1992 Fred Fish (fnf@cygnus.com)
808
809 * xm-sysv4.h: Provide definitions/prototypes for host environment
810 functions for which no definitions or prototypes are provided in
811 any currently included gdb or host environment header files.
812 For SVR4, this currently includes malloc and realloc, which cannot
813 be portably prototyped in any gdb include file.
814
815Sat Feb 29 14:43:02 1992 Per Bothner (bothner@cygnus.com)
816
817 * buildsym.h: Remove obsolete variable file_stabs.
818
819 * Makefile.in: Move place where configure merges in host-
820 and target-dependent fragments later, so the latter
821 can override (say) GNU_MALLOC.
822 * config/mh-rs6000: Use system malloc. Otherwise, I
823 ended up with *two* incompatible versions of malloc
824 (functions in libc would call the malloc in libc).
825 I assume this is a shared library problem.
826
827 * remote.c: Fix (presumed) typo.
828 * objfiles.c: Use xmalloc/xrealloc instead of
829 malloc/realloc (since the latter are no longer declared).
830
831 Changes from metin@ibmpa.awdpa.ibm.com (Metin G. Ozisik)
832 [Mail dated Thu, 6 Feb 1992 10:22:02 -0800]
833 * rs6000-xdep.c: Improvements to fetch_inferior_registers() to
834 handle individual registers.
835 * tm-rs6000.h: Fix SAVED_PC_AFTER_CALL macro to handle pc value
836 correctly in case it wasn't cached yet. (A problem showed up
837 after fetching individual registers.)
838 * buildsym.c: Disable type_synonym_name's type name overwriting
839 in cases it is unnecesary. rs6000 portation doesn't use
840 type_synonym_name, and it used to nullify type names
841 * xcoffread.c: to handle g++'s typename abbreviation, fill in a
842 type's name as soon as space for that type is allocated.
843 * xcoffread.c: ignore a section's lineno information if it is
844 not `.text'. (In rs6000 bfd portation integration, skipping over
845 `.pad' sections are ignored since it was in machine independent
846 part of the code. Thus, a problem of fake sections with invalid
847 lineno information arised.)
848
849 Changes from metin@ibmpa.awdpa.ibm.com (Metin G. Ozisik)
850 [Mail dated Thu, 6 Feb 1992 13:26:22 -0800]
851 * rs6000-tdep.c: make function_frame_info() work whether or not
852 reading from a core file.
853 * tm-rs6000.h: Implementation of FRAME_FIND_SAVED_REGS macro.
854
855 * infrun.c. main.c, printcmd.c. symtab.c:
856 More changes from IBM for rs6000.
857
858
818de002
PB
859Thu Feb 27 22:57:19 1992 Per Bothner (bothner@cygnus.com)
860
861 * rs6k-opcode.h, tm-rs6000.h, xm-rs6000.h, rs6000-tdep.c,
862 rs6000-xdep.c, xcoffexec.c, xcoffread.c:
863 Merge in changes (mostly from IBM) for RS6000.
864 * breakpoint.c, buildsym.c, infptrace.c, stack.c, symtab.c:
865 More changes from IBM for RS6000. These are in machine-
866 independent code, and probably could do with some cleaning
867 up. The most questionable of these are #ifdef IBM6000.
868 * infrun.c, sparc-tdep.c: Pass a parameter (signal number)
869 to single_step() (for consistency with rs6000 and i860).
870 * utils.c: Allow the 1st arg to xrealloc to be NULL
871 (in which case do malloc). This removes the need for
872 some tests in xcoff code (and perhaps other places?).
873 * coffread.c: Removed variables last_source_file,
874 type_vector, and type_vector_length as these are now
875 defined by buildsym.[ch].
876 * defs.h: Remove prototypes for malloc and realloc, since
877 these should only be used to implement xmalloc and xrealloc,
878 and they conflict with <stdlib.h> in AIX - where they
879 return void* even when __STDC__ isn't defined. Sigh.
880 * munch: Recognize *initialize* in data as well as text
881 (AIX uses data). Also, incorporate a patch from Garrett
882 Wollman <wollman@uvm-gen.uvm.edu> to make the sed script
883 much more sensible, by only trying to match the name of
884 the initialize_foo function, and not the junk before it.
885
8537ba60
SG
886Thu Feb 27 20:07:43 1992 Stu Grossman (grossman at cygnus.com)
887
888 * breakpoint.c (breakpoint_re_set_one): Don't reset breakpoint
889 unless symbol table indicates that something has changed.
890
069bc454
JG
891Thu Feb 27 11:48:47 1992 John Gilmore (gnu at cygnus.com)
892
b543979c
JG
893 * remote.c: Make it work for embedded MIPS. Increase buffer
894 size, and use throughout. Round buffer size up if too many regs.
895 Support baud rate setting and try for an 8-bit path. If
896 interrupted while waiting for target, send a ^C down the wire.
897 Avoid single-byte reads.
898 * tm-mips.h: Add more embedded-system registers to REGISTER_NAMES
899 and NUM_REGS.
900 * mips-xdep.h: Avoid the embedded regs when on Unix.
901
d141f3e3
JG
902 * mipsread.c: Byte-swap the symbol table structures, using
903 routines from ecoff.c, to read a symbol table written in any
904 of the four possible byte orders.
069bc454
JG
905 * configure.in (mips-big-* target): Same as Sony News.
906 * config/mt-bigmips, config/mt-littlemips: Add ecoff.o.
907 * ecoff.c: New file for symbol swapping routines.
908
80ba48f5
SG
909Thu Feb 27 09:26:38 1992 Stu Grossman (grossman at cygnus.com)
910
911 * breakpoint.c (all_breakpoints_info, breakpoint_1): Add 'info
912 all-breakpoints' command.
913 * (get_number): Allow users to enter negative breakpoint numbers.
914 * (breakpoint_1): Reformat display of 'info break' to show new
915 fields.
916 * (create_longjmp_breakpoint, breakpoint_re_set,
917 breakpoint_re_set_one, enable/disable_longjmp_breakpoint),
918 symfile.c (syms_from_objfile): Re-do
919 insertion of longjmp breakpoints. Move all code into
920 breakpoint_re_set, and call that instead of
921 create_longjmp_breakpoint in symfile.c.
922
cba0d141
JG
923Thu Feb 27 06:11:05 1992 John Gilmore (gnu at cygnus.com)
924
925 * breakpoint.h (ALL_BREAKPOINTS_SAFE): Add.
926 * breakpoint.c (breakpoint_re_set): Use ALL_BREAKPOINTS_SAFE.
927 * symtab.c (find_pc_symtab): Handle having no objfiles.
928 * infcmd.c: Fix comment.
929 * objfiles.c (free_all_objfiles): Add.
930 * symfile.h (ALL_OBJFILES, ALL_OBJFILES_SAFE): Add.
931 * symfile.c (symbol_file_command): free all objfiles when
932 specifying a new symbol file.
933 (reread_symbols): Stat the file name, don't fstat the descriptor.
934
a846ac55
FF
935Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
936
937 * Makefile.in, configure.in: removed traces of namesubdir,
938 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
939 copyrights to '92, changed some from Cygnus to FSF.
940
cba0d141
JG
941Tue Feb 25 19:31:19 1992 Stu Grossman (grossman at cygnus.com)
942
943 * dbxread.c (end_psymtab): Delete empty psymtabs.
944 * symfile.c (allocate_psymtab): Recycle empty psymtabs.
945 * symfile.h (struct objfile): Add free_psymtabs.
946
35318110
JG
947Sat Feb 22 02:00:32 1992 John Gilmore (gnu at cygnus.com)
948
47890ed7
JG
949 * Makefile.in (VERSION): Roll to gdb-4.4.4.
950
35318110
JG
951 * symfile.c (symbol_file_command): strcmp => !strcmp.
952 * breakpoint.h: Move prototypes to follow enum definition they need.
953 * breakpoint.c, infrun.c: Lint.
954 * printcmd.c: Use `enum enable' rather than `enum
955 display_status'.
956 * mipsread.c: First pass at making it compile with the new
957 objfile changes. Probably seriously broken still, but it
958 compiles. FIXME.
959
30875e1c
SG
960Sat Feb 22 00:56:39 1992 Stu Grossman (grossman at cygnus.com)
961
962 * infrun.c, infcmd.c, breakpoint.c, main.c, symfile.c,
963 breakpoint.h, tm-sun4os4.h, tm-sparc.h, sparc-tdep.c, tm-mips.h,
964 mips-tdep.h, tm-sun3.h, tm-68k.h, m68k-tdep.h: Add support for
965 stepping (and nexting) through longjmp(). Also, cleanup
966 breakpoint handling quite a bit by creating explicit breakpoint
967 types instead of using magic breakpoint numbers.
968 Makefile.in: Update version to 4.4.3
969
021959e2
JG
970Sat Feb 22 00:08:50 1992 John Gilmore (gnu at cygnus.com)
971
93fe4e33
JG
972 * buildsym.c, dwarfread.c, gdbtypes.c, inflow.c, main.c,
973 minsyms.c, printcmd.c, remote.c, saber.suppress: Saberlint.
974 * symmisc.c, xcoffread.c: Move debug functions to symmisc.c.
975
021959e2
JG
976 * xm-sun3os4.h, xm-sun4os4.h: Enable HAVE_MMAP.
977
978 * minsyms.c (install_minimal_symbols): Add bunches to any
979 existing minsyms in the objfile. Avoid extra mallocation
980 by working directly in the obstack. Remove ignored `mainline' parm.
981 * coffread.c, dbxread.c, elfread.c, mipsread.c, solib.c, symtab.h,
982 xcoffread.c: Change all callers.
983 * FIXME: We should be able to eliminate MAINLINE from all the
984 symbol readers now, with a small bit of work.
985
986 * valops.c, value.h: Lint.
987 * remote-vx.c: Add missing break; statement. Bugfix by
988 Michael Sclafani, <sclafani@src.dec.com>.
989
bff1c97a
FF
990Fri Feb 21 17:29:54 1992 Fred Fish (fnf at cygnus.com)
991
992 * Makefile.in (VERSION): Update version to 4.4.2
993 * Makefile.in (SFILES_MAINDIR): Add gdbtypes.c, state.c, objfiles.c,
994 minsyms.c, mmap-alloc.c, mmap-sbrk.c
995 * Makefile.in (HFILES): Add gdbtypes.h, state.h, solib.h
996 * Makefile.in (OBS): Add gdbtypes.o, state.o, objfiles.o, minsyms.o,
997 mmap-alloc.o, mmap-sbrk.o
998
999 * altos-xdep.c: Minor whitespace change.
1000 * am29k-tdep.c (examine_prologue): Convert from misc function vector
1001 use to new minimal symbol table use.
1002 * arm-xdep.c (fetch_inferior_registers): Document unused argument.
1003 * arm-xdep.c (store_inferior_registers): Returns void.
1004 * blockframe.c (get_pc_function_start, find_pc_partial_function):
1005 Convert from misc function vector use to new minimal symbol table use.
1006 Remove find_pc_misc_function(). Ifdef out block_innermost_frame().
1007 * breakpoint.c: Add prototypes for local functions.
1008 * breakpoint.c (catch_command_1): Change to static and remove unused
1009 local "pc".
1010 * breakpoint.c (map_breakpoint_numbers): Prototype arg "function".
1011 * breakpoint.h: Change function decls to prototype form.
1012 * buildsym.c: Add prototypes for local functions.
1013 * buildsym.c: Moved hashname() function here from dbxread.c.
1014 * buildsym.c (dbx_lookup_type): Cast args to xrealloc().
1015 * buildsym.c: Remove dbx_create_type(), uses changed to alloc_type().
1016 * buildsym.c (dbx_alloc_type): Change to static.
1017 * buildsym.c (finish_block): Add objfile parameter.
1018 * buildsym.c (misc): Change symbol_obstack to objfile version.
1019 * buildsym.c (make_blockvector): Change to static.
1020 * buildsym.c (start_subfile): Use strdup instead of obsavestring.
1021 * buildsym.c (compare_line_numbers): Change to static, args are const,
1022 cast args when used.
1023 * buildsym.c (start_symtab): Inline new_object_header_files() call.
1024 * buildsym.c (patch_block_stabs): Moved to this file from xcoffread
1025 and made static. Add objfile parameter.
1026 * buildsym.c (end_symtab): Simplify code using line table size.
1027 Realloc the linetable on the objfile symbol_obstack and copy there.
1028 * buildsym.c (scan_file_globals): Convert from misc function vector
1029 use to new minimal symbol use.
1030 * buildsym.c (define_symbol): Add objfile parameter. Make sure
1031 strings get allocated in objfile's symbol_obstack. Convert references
1032 to builtin types to lookup_fundamental_type().
1033 * buildsym.c (read_type): Make static, add objfile parameter, convert
1034 references to buildin types to lookup_fundamental_type().
1035 * buildsym.c (read_struct_type): Add objfile parameter.
1036 * buildsym.c (read_array_type): Make static, add objfile parameter.
1037 * buildsym.c (read_enum_type): Make static, add objfile parameter.
1038 * buildsym.c (read_huge_number): Make static.
1039 * buildsym.c (read_range_type): Make static, add objfile parameter,
1040 convert references to buildin types to lookup_fundamental_type ().
1041 * buildsym.c (read_args): Make static, add objfile parameter.
1042 * buildsym.h: Convert function decl's to prototype form.
1043 * c-exp.y: Add prototypes for local functions, convert uses of misc
1044 function vector to minimal symbol table. Reformat all builtin type
1045 initializations and pass a NULL objfile to init_type() for them.
1046 * coffread.c: Change context_stack ref's to coff_context_stack,
1047 add local function prototypes. Cast uses of xrealloc arg 1.
1048 * coffread.c (coff_alloc_type): Call alloc_type instead of hand-
1049 crafting a new type.
1050 * coffread.c (add_symbol_to_list): Change to coff_add_symbol_to_list.
1051 * coffread.c (finish_block): Change name to coff_finish_block.
1052 * coffread.c (make_blockvector): Add and use objfile parameter.
1053 * coffread.c (record_line): Change name to coff_record_line.
1054 * coffread.c (start_symtab): Change name to coff_start_symtab.
1055 * coffread.c (end_symtab): Change name to coff_end_symtab.
1056 * coffread.c (record_misc_function): Change name to record_minimal_
1057 symbol and change to minimal symbol table use from misc func tbl.
1058 * coffread.c (coff_symfile_read): Convert from misc function vector
1059 use to minimal symbol table use.
1060 * coffread.c (hashname): Remove; use common version in buildsym.c.
1061 * coffread.c (decode_base_type): Change references to builtin types
1062 to calls to lookup_fundamental_type().
1063 * coffread.c (read_struct_type): Change name to coff_read_struct_type.
1064 * coffread.c (read_enum_type): Change name to coff_read_enum_type.
1065 * command.c: Add prototypes for local functions.
1066 * command.c (add_cmd): Prototype the 'fun' parameter and use the
1067 appropriate member of the function union for that type.
1068 * command.c (add_abbrev_cmd): Prototype the 'fun' parameter and
1069 ifdef out the function since it isn't currently used.
1070 * command.c (add_alias_cmd): Pass correct function type to add_cmd.
1071 * command.c (add_prefix_cmd): Prototype the 'fun' parameter.
1072 * command.c (add_abbrev_prefix_cmd): Prototype the 'fun' parameter.
1073 * command.c (help_cmd): Compare function pointer to NULL.
1074 * command.c (help_cmd_list): Compare function pointer to NULL.
1075 * command.c (lookup_cmd_1): Use correct member of function union.
1076 * command.c (undef_cmd_error): Make static.
1077 * command.c (complete_on_cmdlist): Use correct member of func union.
1078 * command.c (do_setshow_command): Use correct member of func union.
1079 * command.c (shell_escape): Convert rindex use to strrchr.
1080 * command.h (COMMAND_H): Define if already included.
1081 * command.h (cmd_list_element struct): Change 'function' to a union
1082 and prototype args. Prototype completer function.
1083 * command.h: Convert decl's to prototype form.
1084 * convex-xdep.c (store_inferior_registers): Returns void.
1085 * copying.c: Prototype local functions.
1086 * coredep.c: Minor whitespace change.
1087 * cplus-dem.c: Remove hack to use BSD equivalents of mem* and str*.
1088 * cplus-dem.c: Prototype local functions.
1089 * dbxread.c (hashname): Remove; moved to buildsym.c.
1090 * dbxread.c (free_and_init_header_files): Make static.
1091 * dbxread.c: Add prototypes for local functions.
1092 * dbxread.c (new_object_header_files): Remove; inlined usages.
1093 * dbxread.c (xrealloc usages): Cast args.
1094 * dbxread.c (record_misc_function): Change to record_minimal_symbol
1095 and change usages accordingly.
1096 * dbxread.c (static_psymbols usages): Change to use per-objfile copy.
1097 * dbxread.c (xmalloc usages): Use per-objfile copy when appropriate.
1098 * dbxread.c (dbx_next_symbol_text): Make static.
1099 * dbxread.c (init_psymbol_list): Convert to use per-objfile data.
1100 * dbxread.c (init_bincl_list): Add and use objfile parameter.
1101 * dbxread.c (free_bincl_list): Add and use objfile parameter.
1102 * dbxread.c (compare_psymbols): Remove; use common symfile.c version.
1103 * dbxread.c (end_psymtab): Convert to use per-objfile data.
1104 * dwarfread.c (DEFUN/EXFUN): Remove all usages. Use PARAMS for
1105 prototypes.
1106 * dwarfread.c (record_misc_function): Change name to record_minimal_
1107 symbol and use minimal symbol table throughout.
1108 * dwarfread.c (compare_psymbols): Remove; use common symtab.c version.
1109 * dwarfread.c: Convert all references to builtin types to use the new
1110 lookup_fundamental_type function.
1111 * dwarfread.c (read_enumeration): Add and use objfile parameter.
1112 * elfread.c (DEFUN/EXFUN): Remove all usages. Use PARAMS for proto-
1113 types.
1114 * elfread.c (record_misc_function): Convert to use record_minimal_
1115 symbol.
1116 * elfread.c (elf_symtab_read): Add objfile parameter.
1117 * eval.c: Add prototypes for local functions and move some decls
1118 around to accomodate prototypes.
1119 * expprint.c: Add prototypes for local functions. Change references
1120 to misc function vector to minimal symbol table.
1121 * findvar.c (read_memory usages): Cast args.
1122 * gdbtypes.h: New file, type info from symfile.h and symtab.h.
1123 * gmalloc.c: Use NOARGS where prototypes used hardwired void.
1124 * gmalloc.c (BLOCKSIZE): Constant to be shifted is unsigned.
1125 * gmalloc.h: Use NOARGS where prototypes used hardwired void.
1126 * gould-xdep.c: Minor whitespace change.
1127 * hp300ux-xdep.c (fetch_inferior_registers): Remove unused regno var.
1128 * hp300ux-xdep.c (store_inferior_registers): Returns void.
1129 * hp300ux-xdep.c (fetch_core_registers): Takes unused arg reg_addr.
1130 * i386-stub.c: Add prototypes, change "volatile" to NORETURN.
1131 * i386-tdep.c: Add prototypes for local functions.
1132 * i386-tdep.c (codestream_fill, codestream_seek, codestream_read,
1133 i386_get_frame_setup, i386_skip_prologue): Explicitly declare params
1134 that defaulted to int.
1135 * i386-tdep.c (i386_follow_jump, i386_frame_find_saved_regs,
1136 i386_push_dummy_frame): Returns void.
1137 * i386-xdep.c (i386_register_u_addr): Declare params that default to
1138 int and explicitly declare return type as int.
1139 * i387-tdep.c: Minor formatting changes.
1140 * i960-tdep.c (leafproc_return): Convert from misc function vector
1141 use to minimal symbol table use.
1142 * infcmd.c: Add prototypes for local functions.
1143 * infcmd.c (continue_command, until_next_command, until_command,
1144 path_info, path_command): Make static.
1145 * infcmd.c (step_1, until_next_command): Convert from misc func
1146 vector to minimal symbol table use.
1147 * inflow.c: Add prototypes for local functions.
1148 * infptrace.c (store_inferior_registers): Returns void, not int.
1149 * language.c (_initialize_language): Use proper member of function
1150 union.
1151 * m2-exp.y: Add prototypes for local functions, convert misc function
1152 vector uses to minimal symbol table uses.
1153 * m2-exp.y (make_qualname, yyerror): Make static.
1154 * m2-exp.y (_initialize_m2_exp): Call init_types with NULL objfile.
1155 * m68k-pinsn.c: Add prototypes for local functions.
1156 * m68k-pinsn.c (print_insn): Cast args to read_memory.
1157 * m68k-pinsn.c (fetch_arg): Make parameter 'code' and int.
1158 * m68k-stub.c: Add prototypes.
1159 * m88k-pinsn.c (sprint_address): Convert from misc function vector
1160 use to minimal symbol table use.
1161 * m88k-xdep.c (fetch_inferior_registers): Takes an unused parameter.
1162 * m88k-xdep.c (store_inferior_registers): Returns void.
1163 * mach386-xdep.c (fetch_inferior_registers): Takes an unused param.
1164 * mach386-xdep.c (store_inferior_registers): Returns void.
1165 * mach386-xdep.c (fetch_core_registers): Takes an unused parameter.
1166 * main.c: Add prototypes for local functions.
1167 * main.c (return_to_top_level): Is type NORETURN (volatile). Cast
1168 longjmp() result to (NORETURN void).
1169 * main.c (catch_errors): Prototype the 'func' parameter.
1170 * main.c (disconnect, stop_sig, do_nothin, float_handler):
1171 Takes an unused arg.
1172 * main.c (execute_command): Call the right member of the func union.
1173 * main.c (command_loop_marker, symbol_completion_function,
1174 command_loop): Make static.
1175 * main.c (command_line_input): Make linelength unsigned, cast arg
1176 to command_line_input().
1177 * main.c (add_info, add_com): Prototype the 'fun' parameter.
1178 * main.c (initialize_main): Call right member of function union.
1179 * mcheck.c (NOARGS): Change hardwired void in prototypes to NOARGS.
1180 * mem-break.c: Include symtab.h
1181 * mips-xdep.c (fetch_inferior_registers): Takes unused param.
1182 * mips-xdep.c (store_inferior_registers): Returns void.
1183 * mipsread.c (mipscoff_symfile_read): Change from misc function vector
1184 use to minimal symbol table use.
1185 * mipsread.c (symbol_obstack usages): Convert all to use per-objfile
1186 version.
1187 * mipsread.c (make_type): Remove, convert usages to init_type.
1188 * mipsread.c (_initialize_mipsread): Call init_type with NULL objfile.
1189 * nindy-tdep.c (nindy_frame_chain_valid): Convert from misc function
1190 vector use to minimal symbol table use.
1191 * parse.c: Add prototypes for local functions.
1192 * parse.c (xrealloc usages): Cast args.
1193 * parse.c (prefixify_expression, length_of_subexp): Make static.
1194 * parser-defs.h (PARSER_DEFS_H): Define when first included.
1195 * parser-defs.h: Convert function decls to prototype form.
1196 * partial-stab.h: Convert from misc function vector use to new minimal
1197 symbol table use.
1198 * partial-stab.h (global_psymbols, static_psymbols usages): Reference
1199 the per-objfile copies.
1200 * printcmd.c: Add prototypes for local functions. Move some struct
1201 definitions around to accomodate prototypes.
1202 * printcmd.c (decode_format): Make static, change args oformat and
1203 osize to int from char.
1204 * printcmd.c (print_formatted): Change 'format' and 'size' to int.
1205 * printcmd.c (print_scalar_formatted): Change arg 'format' to int.
1206 * printcmd.c (print_address_symbolic): Convert from misc function
1207 vector use to minimal symbol table use.
1208 * printcmd.c (address_info): Convert from misc function vector use
1209 to minimal symbol table use.
1210 * printcmd.c (delete_display, enable_display, disable_display_command):
1211 Make static.
1212 * procfs.c (EXFUN/DEFUN): Remove all usages, convert to PARAM.
1213 * procfs.c (fetch_core_registers): Add unused param reg_addr.
1214 * pyr-xdep.c (fetch_inferior_registers): Add unused param regno.
1215 * pyr-xdep.c (store_inferior_registers): Returns void.
1216 * remote-mm.c (mm_load): symbol_file_add return value unused.
1217 * remote-nindy.c: Minor format change.
1218 * remote-vx.c (vx_load_command): symbol_file_add result unused.
1219 * rs6000-xdep.c (fetch_inferior_registers): Add unused param regno.
1220 * rs6000-xdep.c (store_inferior_registers): Returns void.
1221 * rs6000-xdep.c (fetch_core_registers): add unused param reg_addr
1222 * rs6000-xdep.c (aixcoff_relocate_symtab): Convert from misc function
1223 vector use to minimal symbol table use.
1224 * solib.c: Add prototypes for local functions.
1225 * solib.c (solib_add_common_symbols, locate_base): Convert from misc
1226 function vector use to minimal symbol table use.
1227 * solib.c (EXFUN/DEFUN): Remove all usages, convert to PARAM.
1228 * solib.c (find_solib, shared_library_command): Make static
1229 * solib.c (read_memory, write_memory usages): Cast args.
1230 * solib.c (special_symbol_handling): Add function
1231 * source.c: Add prototypes for local functions.
1232 * source.c (select_source_symtab): Convert to scan objfiles.
1233 * source.c (open_source_file): Make static.
1234 * source.c (xrealloc usages): Cast args.
1235 * source.c (source_line_charpos): ifdef out, unused.
1236 * source.c (get_filename_and_charpos): Make static.
1237 * stack.c: Add prototypes for local functions.
1238 * stack.c (print_frame_info, frame_info): Convert from misc function
1239 vector use to minimal symbol table use.
1240 * symfile.c: Add prototypes for local functions.
1241 * symfile.c (compare_symbols): Make args const PTR's.
1242 * symfile.c (compare_psymbols, sort_pst_symbols) add.
1243 * symfile.c (sort_all_symtab_syms): Scan objfile list.
1244 * symfile.c (obsavestring): Add objfile parameter.
1245 * symfile.c (init_misc_bunches, prim_record_misc_function,
1246 compare_misc_functions, discard_misc_bunches, condense_misc_bunches,
1247 sort_misc_function_vector, compact_misc_function_vector): Remove
1248 * symfile.c (symbol_file_add_digested): Add function.
1249 * symfile.c (symbol_file_add): Returns struct objfile *.
1250 * symfile.c (symbol_file_command): Modify for state file use.
1251 * symfile.c (symfile_open): Add parameter "dumpable".
1252 * symfile.c (allocate_objfile, free_objfile): Moved to objfiles.c
1253 * symfile.c (load_command, add_symbol_file_command): Make static.
1254 * symfile.c (fill_in_vptr_fieldno): Moved to gdbtypes.c
1255 * symfile.c (rindex usages): Converted to strrchr.
1256 * symfile.c (allocate_psymtab): New
1257 * symfile.c (free_named_symtabs): Ifdef out code that needs to be
1258 converted to minimal symbol table usage, but no obvious conversion.
1259 * symfile.c (free_all_symtabs): Remove.
1260 * symfile.c (_initialize_symfile): Use per-objfile info.
1261 * symfile.h: Rework the objfile structure to add per-objfile data
1262 objects (psymbol_obstack, symbol_obstack, type_obstack,
1263 global_psymbols, static_psymbols, msymbols, minimal_symbol_count,
1264 fundamental_types, malloc, realloc, free, xmalloc, xrealloc, etc).
1265 Add prototypes to function declarations.
1266 * symm-tdep.c (symmetry_extract_return_value): Convert from misc
1267 function vector usage to minimal symbol table usage.
1268 * symmisc.c (DEV_TTY): Define if not defined.
1269 * symmisc.c: Add local function prototypes.
1270 * symmisc.c (dump_objfile, dump_msymbols, dump-symtab, print_syms,
1271 printpsyms_command, print_objfiles, print_objfiles_command):
1272 Rework to use iterate_over_*
1273 * symtab.c: Add prototypes for local functions.
1274 * symtab.c (lookup_symtab_1): Convert to look through objfiles.
1275 * symtab.c (lookup_partial_symtab): Scan through objfiles.
1276 * symtab.c (lookup_primitive_typename, lookup_typename, lookup_
1277 unsigned_typename, lookup_struct, lookup_union, lookup_enum,
1278 lookup_template_type, lookup_struct_elt_type, lookup_pointer_type,
1279 lookup_reference_type, lookup_member_type, allocate_stub_method,
1280 check_stub_method, create_array_type, smash_to_member_type,):
1281 Moved to gdbtypes.c
1282 * symtab.c (lookup_symbol): Some args are const.
1283 * symtab.h: All type related defs and structs moved to gdbtypes.h
1284 * symtab.h: Convert decls to prototypes.
1285 * target.c (noprocess): Make static.
1286 * target.h: Change decl's to prototypes.
1287 * tm-sunos.h: (CLEAR_SOLIB, SOLIB_ADD, SOLIB_CREATE_INFERIOR_HOOK,
1288 DISABLE_UNSETTABLE_BREAK) Moved to solib.h.
1289 * utils.c (_initialize_utils): Use correct member of function union.
1290 * valarith.c: include gdbtypes.h
1291 * valops.c: include gdbtypes.h, add prototypes for local functions.
1292 * valops.c (value_push, value_arg_push, find_function_addr):
1293 Make static.
1294 * valops.c (value_string): Convert from misc function vector use
1295 to minimal symbol table use.
1296 * valops.c (check_field_in): Make arg const.
1297 * valprint.c: Add prototypes for local functions.
1298 * valprint.c (print_string): Make static
1299 * valprint.c (value_print, val_print_fields, val_print): Make arg int.
1300 * values.c: Add prototypes for local functions.
1301 * values.c (value_headof): Convert from misc function vector to
1302 minimal symbol table.
1303 * xcoffexec.c: Add prototypes for local functions.
1304 * xcoffexec.c (exec_close, file_command, add_to_section_table):
1305 Make static.
1306 * xcoffexec.c (relocate_minimal_symbol): Add.
1307 * xcoffread.c (patch_block_stabs): Moved to buildsyms.c.
1308 * xcoffread.c: Add prototypes for local functions.
1309 * xcoffread.c (sort_syms): Convert to scan objfiles.
1310 * xcoffread.c (read_xcoff_symtab): Make static.
1311 * xcoffread.c (various): Replace references to builtin types with
1312 calls to lookup_fundamental_type. Replace references to symbol_obstack
1313 and psymbol_obstack with pointers to the per-objfile copies.
1314 * xcoffread.c (dump_linetable, dump_type, dump_symbol, dump_namespace,
1315 dump_block, dump_blockvector, dump_last_symtab, dump_symtabs):
1316 Make static.
1317 * xcoffread.c (init_stringtab): Add objfile parameter.
1318 * gdbtypes.c: New file
1319 * minsyms.c: New file
1320 * mmap-alloc.c: New file
1321 * mmap-sbrk.c: New file
1322 * objfiles.c: New file
1323 * state.c: New file
1324 * state.h: New file
1325
021959e2
JG
1326Fri Feb 21 17:29:54 1992 John Gilmore (gnu at cygnus.com)
1327
1328 * Check in Fred Fish's changes in these modules. Fred
93fe4e33
JG
1329 will make ChangeLog entries for all of them. Update VERSION
1330 to 4.4.2.
021959e2 1331
7919c3ed
JG
1332Thu Feb 20 18:10:17 1992 Fred Fish (fnf at cygnus.com)
1333
1334 * tm-sparc.h, tm-sysv4.h, solib.h: Move shared lib definitions
1335 into solib.h.
1336 * sparc-pinsn.c, sparc-tdep.c, standalonec, sun3-xdep.c,
1337 sun386-xdep.c, symm-xdep.c, target.c, ultra3-xdep.c, utils.c,
1338 value.h: Prototypes for static functions; lint.
1339 * gdbtypes.h: Empty file to ease transition.
1340
75af490b
JG
1341Thu Feb 20 16:43:13 1992 Fred Fish (fnf at cygnus.com)
1342
1343 * environ.h, expression.h, frame.h, gdbcmd.h, gdbcore.h,
1344 inferior.h, language.h, signame.h, target.h, terminal.h,
1345 tm-68k.h, tm-i386v.h, tm-sparc.h, tm-sun386.h, tm-symmetry.h,
1346 xm-i386v.h, xm-sparc.h: Prototypes for all external functions.
1347 Lint.
1348 * core.c, exec.c, infrun.c, inftarg.c, language.c, remote.c,
1349 signame.c, sparc-xdep.c: Prototypes for all static functions.
1350 Lint.
1351 * core.c, eval.c, exec.c, inftarg.c, remote-adapt.c, remote-eb.c,
1352 remote-hms.c, remote-mm.c, remote-nindy.c, remote-vx.c, remote.c,
1353 target.c, target.h, valarith.c, valops.c, value.h, xcoffexec.c:
1354 Remove to_call_function and target_call_function, since it
1355 always calls the same thing (call_function_by_hand).
1356 * core.c, exec.c, solib.c: Rename target_ops sections =>
1357 to_sections, etc.
1358 * infcmd.c, inflow.c, infptrace.c, infrun.c, main.c, target.c,
1359 target.h: target_kill takes no args.
1360 * language.c (language_info): Scaffolding to allow briefer
1361 messages when the current language changes. FIXME.
1362 * xm-amix.h, xm-i386v4.h, xm-stratus.h: Define NORETURN to avoid
1363 complaints about volatile functions.
1364 * xm-sysv4.h (HAVE_MMAP): Define.
1365
1366Thu Feb 20 09:04:18 1992 Fred Fish (fnf at cygnus.com)
088c3a0b
JG
1367
1368 * defs.h: Include ansidecl.h and PARAMS macro. Use PARAMS
1369 to make prototypes for all functions declared here.
1370 * cplus-dem.c: Avoid declaring xmalloc and xrealloc.
1371 * c-exp.y: Rename SIGNED, OR, and AND to avoid conflict.
1372 * environ.c: Include <stdio.h> before defs.h. Minor cleanup.
1373 * ieee-float.h: Use PARAMS for prototypes; make some params const.
1374 * ieee-float.c, valarith.c: Include <stdio.h>. Lint. b*=>mem*.
1375 * m2-exp.y: Remove unused CONST; Rename OR and AND.
1376 * utils.c: Avoid declaring malloc and realloc. Lint.
1377 (request_quit): Accept signal-number parameter.
1378
af213624
FF
1379Mon Feb 17 07:13:27 1992 Fred Fish (fnf at cygnus.com)
1380
9e4c1921
FF
1381 * dwarfread.c (process_dies): Add case to handle TAG_pointer_type
1382 DIE's. Add new function read_tag_pointer_type() to read them.
1383
af213624
FF
1384 * dwarfread.c (dwarf_read_array_type, read_subroutine_type):
1385 When creating a new user defined type, check to see if a partial
1386 type already exists, and if so, bash it to fit.
1387
be8303da
JG
1388Fri Feb 14 19:00:17 1992 John Gilmore (gnu at cygnus.com)
1389
1390 * coffread.c (decode_base_type): Pass long, not union.
1391 Fix by Eric Valette, ev@chorus.fr.
1392
d35bf52d
FF
1393Thu Feb 13 17:14:28 1992 Fred Fish (fnf at cygnus.com)
1394
1395 * elfread.c (elf_symtab_read): Fix code to correctly track
1396 changes in bfd for absolute symbols.
1397
5b620e75
SG
1398Thu Feb 13 12:43:29 1992 Stu Grossman (grossman at cygnus.com)
1399
1400 * xm-vaxbsd.h: Close off comment.
1401
0a663e9e
FF
1402Thu Feb 13 07:45:19 1992 Fred Fish (fnf at cygnus.com)
1403
1404 * xm-sysv4.h: Define NEED_POSIX_SETPGID.
1405
1406Fri Feb 7 11:51:12 1992 Per Bothner (bothner at cygnus.com)
1407
1408 * mips-tdep.c (mips_print_registers): Print correct register
1409 number for double pseudo-registers.
1410
ef9b1bc9
JG
1411Fri Feb 7 07:56:05 1992 John Gilmore (gnu at cygnus.com)
1412
256269fc
JG
1413 * buildsym.c (read_struct_type): Avoid double-bump of parse ptr
1414 in the op$::OPERATOR. case. From Steven McCanne,
1415 <mccanne@horse.ee.lbl.gov>.
1416
ef9b1bc9
JG
1417 * exec.c (set_section_name): Pass arg to exec_files_info;
1418 only call it if interactive. From Francis Kauth <fk@tv.tv.tek.com>.
1419
195853fc
JG
1420Thu Feb 6 17:41:32 1992 John Gilmore (gnu at cygnus.com)
1421
1422 * main.c (print_gdb_version): Copyright msg: only this year.
1423 (cd_command): Avoid changing current_directory on error.
1424
ee17fd34
PB
1425Thu Feb 6 15:14:01 1992 Per Bothner (bothner at cygnus.com)
1426
1427 * mipsread.c (parse_partial_symbols): Handle dependencies
1428 between partial symbol tables (when not doing stabs-in-ecoff).
1429 (This used to be handled by parse_fdr, but parse_fdr was
1430 incompatible with handling stabs-in-ecoff, so the code
1431 was re-written to not use parse_fdr. Unfortunately,
1432 the logic to handle dependencies was overlooked.)
1433
1f46923f
SC
1434Thu Feb 6 11:51:39 1992 Steve Chamberlain (sac at rtl.cygnus.com)
1435
1436 * coffread.c (read_enum_type): Use the size of a target int when
1437 describing enum.
1438 * defs.h: added new #define for TARGET_PTR_BIT, defaults to size
1439 of target int.
1440 * h8300-tdep.c, remote-hms.c, tm-h8300.h: too many changes to count
1441 * symtab.c (lookup_reference_type, lookup_ptr_type): use
1442 TARGET_PTR_BIT to determine size of a pointer
1443 * values.c (unpack_long): when unpacking a REF or a PTR don't
1444 assume the size of the type.
1445
778c358d
JG
1446Wed Feb 5 22:29:59 1992 John Gilmore (gnu at cygnus.com)
1447
1448 * mipsread.c (parse_symbol): Avoid clobbering enum pointer when
1449 looking at its members. Improve guess between struct and union,
1450 only assuming union if multiple members have offsets of zero.
1451
bd49ef36
PB
1452Tue Feb 4 18:05:44 1992 Per Bothner (bothner at cygnus.com)
1453
1454 * mipsread.c: Use (FP0_REGNUM-32) instead of magic number 6.
1455 (This is just for clarity - and one day permitting us to
1456 change FP0_REGNUM from 38 to 32, which would make more sense.)
1457 * tm-mips.h: Added STAB_REG_TO_REGNUM macro, so that
1458 register numbers in stabs-in-ecoff get handled correctly.
1459
1460Sat Feb 1 04:45:10 1992 Stu Grossman (grossman at cygnus.com)
1461
1462 * xm-vax.h, xm-vaxult.h, xm-vaxbsd.h, config/mh-vaxult,
1463 config/mh-vaxbsd, configure.in: Split up config stuff for Vaxen
1464 into BSD and Ultrix.
1465
96499e96
JG
1466Sat Feb 1 04:39:41 1992 John Gilmore (gnu at cygnus.com)
1467
1468 * dbxread.c (dbx_symfile_init): Call malloc, not xmalloc.
1469
98f03b91
SG
1470Sat Feb 1 04:15:41 1992 Stu Grossman (grossman at cygnus.com)
1471
dafe57bc 1472 * Makefile.in: Increment version to 4.4.1.
98f03b91
SG
1473 * main.c (print_gdb_version): Update copyright notice.
1474
1475Sat Feb 1 01:43:11 1992 Per Bothner (bothner at cygnus.com)
1476
1477 * mipsread.c: Prepend "struct " to the names of structure
1478 types, and similarly for enums and unions. (This used
1479 to be done, but got lost in the re-write to "guess" the
1480 difference between enum/struct/union.)
1481 Also, guess that a tag is an enum if the first member
1482 has type btNil.
1483
3671f1fd
SG
1484Fri Jan 31 21:45:51 1992 Stu Grossman (grossman at cygnus.com)
1485
1486 * xm-vax.h: #ifndef ultrix around #include of endian.h and
1487 limits.h (sigh).
1488
0c6efbcc
JG
1489Fri Jan 31 00:05:01 1992 John Gilmore (gnu at cygnus.com)
1490
ee7270cd
JG
1491 * Projects: Patching executables is done.
1492 * Makefile.in (VERSION): Roll to gdb-4.4.
75c86b57 1493 * README, WHATS.NEW: Update for gdb-4.4.
ee7270cd 1494
4a1dcb7f
JG
1495 * symfile.c (reread_symbols): Whenever we reread one object
1496 file's symbols, we must restart the scan, because the object_files
1497 chain has been permuted.
1498
0c6efbcc
JG
1499 * exec.c (exec_files_info): Split out into print_section_info.
1500 Print BFD filename of each section if it's not the default one.
1501 * core.c (core_files_info): Call print_section_info.
1502
1503 * xm-vax.h: Include a few system header files whose definitions
1504 must precede defs.h.
1505 * language.c, language.h: Make some things const.
1506 * expression.h, main.c: const spreads like ooze.
1507
1508 * mem-break.c (break_insn, break_insn_size): Use unsigned chars,
1509 since BREAKPOINT values can be >0x80.
1510
d58ea996
SG
1511Thu Jan 30 17:21:14 1992 Stu Grossman (grossman at cygnus.com)
1512
1513 * infrun.c, xm-i386sco.h: SCO needs to use setpgid().
1514
0c6efbcc
JG
1515Thu Jan 30 01:04:23 1992 John Gilmore (gnu at cygnus.com)
1516
1517 * sparc-pinsn.c: Remove kludge for preferring architectures.
1518 Remove #ifdef's for SORT_NEEDED. We need to sort the table, now
1519 and forever. Add `add' instruction to the set that get checked
1520 for a preceding `sethi' in order to print an absolute address.
1521 Corresponding changes in ../include/opcode/sparc.h needed
1522 to eliminate garbage instructions.
1523
d4ea2aba
PB
1524Wed Jan 29 19:24:34 1992 Per Bothner (bothner at cygnus.com)
1525
1526 * mipsread.c (parse_partial_symbols): Make sure partial
1527 symbols are created for external symbols (as used to be
1528 the case). This is a bit of a pain with the mips-coff.
1529 It uses a table which points to all of the external
1530 symbols belonging to a particular FDR or psymtab.
1531 Once we've generated this table, we might as well save
1532 it, and then use it in psymtab_to_symtab_1 to find
1533 the symbols to pass to parse_external().
1534 * symfile.c, symfile.c: New function start_psymtab_common
1535 to share the common parts of allocating a new psymtab
1536 for dbxread, mipsread (and later dwarfread). Its code
1537 was pulled out from start_psymtab in dbxread.c.
1538 * dbxread.c (start_psymtab): Use start_psymtab_common().
1539
1540 * valprint.c (val_print): If there is an error when trying
1541 to print a string, check to see if there really is a problem
1542 by reading just one character. If that works, assume
1543 things are ok.
1544
05151637
SG
1545Wed Jan 29 18:58:43 1992 Stu Grossman (grossman at cygnus.com)
1546
1547 * sparc-pinsn.c (compare_opcodes): Make it prefer v6, v7,
1548 cypress, v8 mnemonics in that order.
1549
4a074bea
PB
1550Tue Jan 28 17:32:13 1992 Per Bothner (bothner at cygnus.com)
1551
1552 * sparc-pinsn.c: Put the qsort() back in.
1553
c55e6167 1554Mon Jan 27 18:51:03 1992 John Gilmore (gnu at cygnus.com)
1aa560b2 1555
eae1a261
JG
1556 * findvar.c (read_register, write_register): Handle machines
1557 where REGISTER_TYPE is not the same size as "int".
1558
c55e6167 1559 Handle debug symbols in dynamically loaded (relocated) code:
3c03b5de 1560
c55e6167
JG
1561 * dbxread.c (read_ofile_symtab): Fix up N_CATCH better. Pass
1562 offset to process_one_symbol.
1563 (process_one_symbol): Take new offset parameter. Add it into
1564 appropriate symbol types to relocate symbols to loaded addresses.
1565 Handle all possible symbol types, and complain() about types that
1566 we don't expect to see.
1567 * mipsread.c (psymtab_to_symtab_1): Pass offset of zero to
1568 process_one_symbol (FIXME, should pass real offset).
1aa560b2 1569
c55e6167
JG
1570 Misc bugfixes:
1571
1572 * breakpoint.c (resolve_sal_pc): Split out code to resolve a
1573 sal's PC value.
1574 (set_breakpoint, break_command_1, until_break_command,
1575 catch_command_1, breakpoint_re_set_one): Use it.
c55e6167
JG
1576 * symtab.h (resolve_sal_pc): Declare.
1577 * infcmd.c (jump_command): Use resolve_sal_pc.
1578
4cc9f7e2 1579 * source.c (list_command): Shorten "FILE, line N" to "FILE:N".
c55e6167
JG
1580
1581 * putenv.c (putenv): Avoid unportably casting pointers to unsigneds.
3818ed33 1582
5a4e7215
JG
1583 * c-exp.y (yylex): `this' and `template' are only tokens in C++.
1584
3818ed33
JG
1585 * xm-convex.h, xm-hp300bsd.h, xm-isi.h, xm-merlin.h, xm-news.h,
1586 xm-np1.h, xm-pn.h, xm-pyr.h, xm-rtbsd.h, xm-symmetry.h, xm-umax.h:
1587 Remove MISSING_VPRINTF declaration, and superfluous "kgdb" defines.
1588
c55e6167
JG
1589Mon Jan 27 15:46:21 1992 Stu Grossman (grossman at cygnus.com)
1590
1591 * dbxread.c (process_one_symbol): Make a first cut at handling
1592 symbol tables generated by Sun's acc. (#ifdef'd out, FIXME.)
1593
1594 * symtab.c (find_pc_line): Fix stepping into and out of #included
1595 files.
1596
71f49876
SG
1597Mon Jan 27 13:00:55 1992 Stu Grossman (grossman at cygnus.com)
1598
1599 * Makefile.in (OPCODES): Remove OPCODES defs and refs. There is
1600 no longer any need to copy ../include/opcode/* into gdb.
1601
fd8db897
JG
1602Mon Jan 27 12:30:38 1992 John Gilmore (gnu at cygnus.com)
1603
1604 * ChangeLog, ChangeLog-9091: Split ChangeLog at 1992.
1605
24b2fbdc
PB
1606Sun Jan 26 19:05:40 1992 Per Bothner (bothner at cygnus.com)
1607
1608 * valprint.c (type_print_base, type_print_method_args):
1609 Print C++ constructor methods without bogus "return type."
1610
cdb90e99
FF
1611Sat Jan 25 15:57:59 1992 Fred Fish (fnf at cygnus.com)
1612
1613 * infptrace.c (child_xfer_memory): Parameter "target" should
1614 be a pointer to a structure, not the entire structure.
1615
1b07e406
FF
1616Fri Jan 24 01:30:27 1992 Fred Fish (fnf at cygnus.com)
1617
1618 * depend: Convert the couple of references to ansidecl.h that
1619 used the local gdb version to use the ../include version.
1620
9a1ae235
FF
1621Thu Jan 23 22:24:43 1992 Fred Fish (fnf at cygnus.com)
1622
f66f459f
FF
1623 * procfs.c
1624 (child_xfer_memory): Takes pointer to a struct, not entire struct.
1625 (inferior_proc_init): Fix non-ANSI version of args.
1626 (attach): Call print_sys_errmsg with correct number of args.
1627 (mappingflags): Make static, does not need to be global.
1628
fc1f8646
FF
1629 * i386-tdep.c (i386_frame_num_args): Takes a pointer to a struct
1630 not the entire struct itself.
1631
1b7a420e
FF
1632 * valops.c (value_assign): Cast some args to modify_field() and
1633 {read,write}_register_bytes() correctly.
1634
9a1ae235
FF
1635 * ansidecl.h: Removed, is duplicate of ../include/ansidecl.h
1636
99140c31
FF
1637 * Makefile.in (MALLOCSRC): Removed reference to removed local
1638 copy of ansidecl.h.
1639
1640 * dwarfread.c (list_in_scope): Needs an initial value, use file
1641 scope.
1642
9a1ae235
FF
1643Mon Jan 20 19:06:28 1992 Stu Grossman (grossman at cygnus.com)
1644
1645 * main.c (main): Make option_index local to keep new getopt happy.
1646 main.c, solib.c, Makefile.in: Update copyright notices.
1647
0eb0a820
MT
1648Mon Jan 20 08:54:00 1992 Michael Tiemann (tiemann at cygnus.com)
1649
1650 * cplus-dem.c (cplus_demangle): Correctly demangle destructors.
1651
313085cb
SG
1652Sat Jan 18 17:17:45 1992 Stu Grossman (grossman at cygnus.com)
1653
1654 * Makefile.in (HFILES): Add partial-stab.h.
1655
be9a2362
FF
1656Sat Jan 18 16:45:01 1992 Fred Fish (fnf at cygnus.com)
1657
24e7d5ba
JG
1658 * config/mh-stratus, config/mt-stratus, tm-stratus.h, xm-stratus.h:
1659 New files for stratus. Not complete enough to actually build
1660 on the Stratus machine; that awaits copyright assignment for
1661 i860 changes.
be9a2362
FF
1662
1663 * Makefile.in (USER_CFLAGS): Add macro specifically reserved
1664 for getting custom flags into CFLAGS when doing makes.
1665
1666 * configure.in: Add config information for stratus.
1667
cdce29ee
FF
1668Thu Jan 16 00:51:46 1992 Fred Fish (fnf at cygnus.com)
1669
1670 * dbxread.c (process_one_symbol): Pass address of structure
1671 to complain(), rather than the whole structure.
1672
7f435241
FF
1673Wed Jan 15 09:56:16 1992 Fred Fish (fnf at cygnus.com)
1674
1675 * solib.c (solib_add_common_symbols): Only compile in when not
1676 using SVR4 style shared libraries.
1677
a5bd5ba6
FF
1678Tue Jan 14 22:34:00 1992 Fred Fish (fnf at cygnus.com)
1679
1680 * dwarfread.c (locval): Add offreg flag to indicate location
1681 values that are computed off a base register.
1682
1683 * dwarfread.c (new_symbol): Rework TAG_global_variable and
1684 TAG_local_variable cases to account for static variables
1685 within function scopes.
1686
7e97eb28
SG
1687Tue Jan 14 12:28:52 1992 Stu Grossman (grossman at cygnus.com)
1688
8c3d2a53
SG
1689 * inflow.c: remove #include <sys/dir.h>. Not necessary, and
1690 doesn't exist on some systems.
1691
5e746644
SG
1692 * infrun.c (wait_for_inferior!!!!): Prevent gdb from hanging when
1693 nexting over recursive function calls.
1694
d261ece7
SG
1695 * target.c (target_read_string): Create this routine to read null
1696 terminated strings from the target. It deals with running off the
1697 end of memory elegantly as well. solib.c (find_solib): Use
1698 target_read_string() to avoid problems with running off the end of
1699 memory.
1700
7e97eb28
SG
1701 * inflow.c (child_terminal_info): #ifdef TIOCPGRP around lines
1702 that reference pgrp_inferior.
1703
0cf9329b
PB
1704Mon Jan 13 14:57:11 1992 Per Bothner (bothner at cygnus.com)
1705
1706 * tm-mips.h: Removed BLOCK_ADDRESS_ABSOLUTE, now that
1707 mips-tfile has been hacked to act more "traditionally."
1708 * dbxread.c: Fixed typo in comment.
1709
488d2691
PB
1710Sun Jan 12 13:08:36 1992 Per Bothner (bothner at cygnus.com)
1711
1712 * mips-tdep.c (mips_skip_prologue): Add some number of
1713 'sw' instructions before 'addiu' adjusts the stack.
1714
4d315a07
FF
1715Fri Jan 10 13:47:06 1992 Fred Fish (fnf at cygnus.com)
1716
1717 * dwarfread.c (start_symtab, end_symtab, scopecount, openscope,
1718 freescope, buildblock closescope, record_line, add_symbol_to_list,
1719 gatherblocks, make_blockvector): Extensive changes to switch
1720 to generic symbol table building code in buildsym.c. Remove
1721 scope tree structures and functions, symbol table building
1722 functions, and lots of other small changes.
1723
1724 * dwarfread.c: Add new macros GCC_PRODUCER and STREQN. Remove
1725 GCC_COMPILED_FLAG_SYMBOL and GCC2_COMPILED_FLAG_SYMBOL.
1726
1727Tue Jan 7 13:09:57 1992 Stu Grossman (grossman at cygnus.com)
1728
1729 * buildsym.c (cleanup_undefined_types): Add support for enums.
1730 This fixes the 'GDB internal error. cleanup_undefined_types with
1731 bad type' problem.
1732
1733Sun Jan 5 09:47:50 1992 Stu Grossman (grossman at cygnus.com)
1734
1735 * dbxread.c: detect gcc2 compilations.
1736
1a4d253c
JG
1737Thu Jan 2 15:07:41 1992 John Gilmore (gnu at cygnus.com)
1738
1739 * sparc-pinsn.c: Rename bitfields that overlap with macro names
1740 in ../include/opcode/sparc.h.
1741
1d4c28c5
FF
1742Wed Jan 1 04:29:00 1992 Fred Fish (fnf at cygnus.com)
1743
1744 * Makefile.in: Change tm-svr4.h to tm-sysv4.h. Change xm-svr4.h
1745 to xm-sysv4.h. Split OPCODE_DIR into OPCODE_DIR1 and OPCODE_DIR2
1746 to reflect actual locations of opcode files, so TAGS target will
1747 be buildable.
1748
1749 * i386-tdep.c: Change an erroneous 'm68k' reference to 'i386'.
1750
1751 * i386-tdep.c (supply_fpregset, fill_fpregset): Remove m68k
1752 code.
1753
1754 * m68k-tdep.c (supply_fpregset, fill_fpregset): Fix array
1755 dereferencing to access the correct elements.
1756
1757 * valops.c (value_addr): Declare return type of external func
1758 value_copy().
1759
1760 * xcoffread.c: Undefine next_symbol_text before redefining it.
1761
fd8db897 1762For older changes see ChangeLog-9091
bd5635a1
RP
1763\f
1764Local Variables:
1765mode: indented-text
1766left-margin: 8
1767fill-column: 74
1768version-control: never
1769End:
This page took 0.149466 seconds and 4 git commands to generate.