* aoutx.h: (translate_from_native_sym_flags): fix constructor
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
96499e96
JG
1Sat Feb 1 04:39:41 1992 John Gilmore (gnu at cygnus.com)
2
3 * dbxread.c (dbx_symfile_init): Call malloc, not xmalloc.
4
98f03b91
SG
5Sat Feb 1 04:15:41 1992 Stu Grossman (grossman at cygnus.com)
6
dafe57bc 7 * Makefile.in: Increment version to 4.4.1.
98f03b91
SG
8 * main.c (print_gdb_version): Update copyright notice.
9
10Sat Feb 1 01:43:11 1992 Per Bothner (bothner at cygnus.com)
11
12 * mipsread.c: Prepend "struct " to the names of structure
13 types, and similarly for enums and unions. (This used
14 to be done, but got lost in the re-write to "guess" the
15 difference between enum/struct/union.)
16 Also, guess that a tag is an enum if the first member
17 has type btNil.
18
3671f1fd
SG
19Fri Jan 31 21:45:51 1992 Stu Grossman (grossman at cygnus.com)
20
21 * xm-vax.h: #ifndef ultrix around #include of endian.h and
22 limits.h (sigh).
23
0c6efbcc
JG
24Fri Jan 31 00:05:01 1992 John Gilmore (gnu at cygnus.com)
25
ee7270cd
JG
26 * Projects: Patching executables is done.
27 * Makefile.in (VERSION): Roll to gdb-4.4.
75c86b57 28 * README, WHATS.NEW: Update for gdb-4.4.
ee7270cd 29
4a1dcb7f
JG
30 * symfile.c (reread_symbols): Whenever we reread one object
31 file's symbols, we must restart the scan, because the object_files
32 chain has been permuted.
33
0c6efbcc
JG
34 * exec.c (exec_files_info): Split out into print_section_info.
35 Print BFD filename of each section if it's not the default one.
36 * core.c (core_files_info): Call print_section_info.
37
38 * xm-vax.h: Include a few system header files whose definitions
39 must precede defs.h.
40 * language.c, language.h: Make some things const.
41 * expression.h, main.c: const spreads like ooze.
42
43 * mem-break.c (break_insn, break_insn_size): Use unsigned chars,
44 since BREAKPOINT values can be >0x80.
45
d58ea996
SG
46Thu Jan 30 17:21:14 1992 Stu Grossman (grossman at cygnus.com)
47
48 * infrun.c, xm-i386sco.h: SCO needs to use setpgid().
49
0c6efbcc
JG
50Thu Jan 30 01:04:23 1992 John Gilmore (gnu at cygnus.com)
51
52 * sparc-pinsn.c: Remove kludge for preferring architectures.
53 Remove #ifdef's for SORT_NEEDED. We need to sort the table, now
54 and forever. Add `add' instruction to the set that get checked
55 for a preceding `sethi' in order to print an absolute address.
56 Corresponding changes in ../include/opcode/sparc.h needed
57 to eliminate garbage instructions.
58
d4ea2aba
PB
59Wed Jan 29 19:24:34 1992 Per Bothner (bothner at cygnus.com)
60
61 * mipsread.c (parse_partial_symbols): Make sure partial
62 symbols are created for external symbols (as used to be
63 the case). This is a bit of a pain with the mips-coff.
64 It uses a table which points to all of the external
65 symbols belonging to a particular FDR or psymtab.
66 Once we've generated this table, we might as well save
67 it, and then use it in psymtab_to_symtab_1 to find
68 the symbols to pass to parse_external().
69 * symfile.c, symfile.c: New function start_psymtab_common
70 to share the common parts of allocating a new psymtab
71 for dbxread, mipsread (and later dwarfread). Its code
72 was pulled out from start_psymtab in dbxread.c.
73 * dbxread.c (start_psymtab): Use start_psymtab_common().
74
75 * valprint.c (val_print): If there is an error when trying
76 to print a string, check to see if there really is a problem
77 by reading just one character. If that works, assume
78 things are ok.
79
05151637
SG
80Wed Jan 29 18:58:43 1992 Stu Grossman (grossman at cygnus.com)
81
82 * sparc-pinsn.c (compare_opcodes): Make it prefer v6, v7,
83 cypress, v8 mnemonics in that order.
84
4a074bea
PB
85Tue Jan 28 17:32:13 1992 Per Bothner (bothner at cygnus.com)
86
87 * sparc-pinsn.c: Put the qsort() back in.
88
c55e6167 89Mon Jan 27 18:51:03 1992 John Gilmore (gnu at cygnus.com)
1aa560b2 90
eae1a261
JG
91 * findvar.c (read_register, write_register): Handle machines
92 where REGISTER_TYPE is not the same size as "int".
93
c55e6167 94 Handle debug symbols in dynamically loaded (relocated) code:
3c03b5de 95
c55e6167
JG
96 * dbxread.c (read_ofile_symtab): Fix up N_CATCH better. Pass
97 offset to process_one_symbol.
98 (process_one_symbol): Take new offset parameter. Add it into
99 appropriate symbol types to relocate symbols to loaded addresses.
100 Handle all possible symbol types, and complain() about types that
101 we don't expect to see.
102 * mipsread.c (psymtab_to_symtab_1): Pass offset of zero to
103 process_one_symbol (FIXME, should pass real offset).
1aa560b2 104
c55e6167
JG
105 Misc bugfixes:
106
107 * breakpoint.c (resolve_sal_pc): Split out code to resolve a
108 sal's PC value.
109 (set_breakpoint, break_command_1, until_break_command,
110 catch_command_1, breakpoint_re_set_one): Use it.
c55e6167
JG
111 * symtab.h (resolve_sal_pc): Declare.
112 * infcmd.c (jump_command): Use resolve_sal_pc.
113
4cc9f7e2 114 * source.c (list_command): Shorten "FILE, line N" to "FILE:N".
c55e6167
JG
115
116 * putenv.c (putenv): Avoid unportably casting pointers to unsigneds.
3818ed33 117
5a4e7215
JG
118 * c-exp.y (yylex): `this' and `template' are only tokens in C++.
119
3818ed33
JG
120 * xm-convex.h, xm-hp300bsd.h, xm-isi.h, xm-merlin.h, xm-news.h,
121 xm-np1.h, xm-pn.h, xm-pyr.h, xm-rtbsd.h, xm-symmetry.h, xm-umax.h:
122 Remove MISSING_VPRINTF declaration, and superfluous "kgdb" defines.
123
c55e6167
JG
124Mon Jan 27 15:46:21 1992 Stu Grossman (grossman at cygnus.com)
125
126 * dbxread.c (process_one_symbol): Make a first cut at handling
127 symbol tables generated by Sun's acc. (#ifdef'd out, FIXME.)
128
129 * symtab.c (find_pc_line): Fix stepping into and out of #included
130 files.
131
71f49876
SG
132Mon Jan 27 13:00:55 1992 Stu Grossman (grossman at cygnus.com)
133
134 * Makefile.in (OPCODES): Remove OPCODES defs and refs. There is
135 no longer any need to copy ../include/opcode/* into gdb.
136
fd8db897
JG
137Mon Jan 27 12:30:38 1992 John Gilmore (gnu at cygnus.com)
138
139 * ChangeLog, ChangeLog-9091: Split ChangeLog at 1992.
140
24b2fbdc
PB
141Sun Jan 26 19:05:40 1992 Per Bothner (bothner at cygnus.com)
142
143 * valprint.c (type_print_base, type_print_method_args):
144 Print C++ constructor methods without bogus "return type."
145
cdb90e99
FF
146Sat Jan 25 15:57:59 1992 Fred Fish (fnf at cygnus.com)
147
148 * infptrace.c (child_xfer_memory): Parameter "target" should
149 be a pointer to a structure, not the entire structure.
150
1b07e406
FF
151Fri Jan 24 01:30:27 1992 Fred Fish (fnf at cygnus.com)
152
153 * depend: Convert the couple of references to ansidecl.h that
154 used the local gdb version to use the ../include version.
155
9a1ae235
FF
156Thu Jan 23 22:24:43 1992 Fred Fish (fnf at cygnus.com)
157
f66f459f
FF
158 * procfs.c
159 (child_xfer_memory): Takes pointer to a struct, not entire struct.
160 (inferior_proc_init): Fix non-ANSI version of args.
161 (attach): Call print_sys_errmsg with correct number of args.
162 (mappingflags): Make static, does not need to be global.
163
fc1f8646
FF
164 * i386-tdep.c (i386_frame_num_args): Takes a pointer to a struct
165 not the entire struct itself.
166
1b7a420e
FF
167 * valops.c (value_assign): Cast some args to modify_field() and
168 {read,write}_register_bytes() correctly.
169
9a1ae235
FF
170 * ansidecl.h: Removed, is duplicate of ../include/ansidecl.h
171
99140c31
FF
172 * Makefile.in (MALLOCSRC): Removed reference to removed local
173 copy of ansidecl.h.
174
175 * dwarfread.c (list_in_scope): Needs an initial value, use file
176 scope.
177
9a1ae235
FF
178Mon Jan 20 19:06:28 1992 Stu Grossman (grossman at cygnus.com)
179
180 * main.c (main): Make option_index local to keep new getopt happy.
181 main.c, solib.c, Makefile.in: Update copyright notices.
182
0eb0a820
MT
183Mon Jan 20 08:54:00 1992 Michael Tiemann (tiemann at cygnus.com)
184
185 * cplus-dem.c (cplus_demangle): Correctly demangle destructors.
186
313085cb
SG
187Sat Jan 18 17:17:45 1992 Stu Grossman (grossman at cygnus.com)
188
189 * Makefile.in (HFILES): Add partial-stab.h.
190
be9a2362
FF
191Sat Jan 18 16:45:01 1992 Fred Fish (fnf at cygnus.com)
192
24e7d5ba
JG
193 * config/mh-stratus, config/mt-stratus, tm-stratus.h, xm-stratus.h:
194 New files for stratus. Not complete enough to actually build
195 on the Stratus machine; that awaits copyright assignment for
196 i860 changes.
be9a2362
FF
197
198 * Makefile.in (USER_CFLAGS): Add macro specifically reserved
199 for getting custom flags into CFLAGS when doing makes.
200
201 * configure.in: Add config information for stratus.
202
cdce29ee
FF
203Thu Jan 16 00:51:46 1992 Fred Fish (fnf at cygnus.com)
204
205 * dbxread.c (process_one_symbol): Pass address of structure
206 to complain(), rather than the whole structure.
207
7f435241
FF
208Wed Jan 15 09:56:16 1992 Fred Fish (fnf at cygnus.com)
209
210 * solib.c (solib_add_common_symbols): Only compile in when not
211 using SVR4 style shared libraries.
212
a5bd5ba6
FF
213Tue Jan 14 22:34:00 1992 Fred Fish (fnf at cygnus.com)
214
215 * dwarfread.c (locval): Add offreg flag to indicate location
216 values that are computed off a base register.
217
218 * dwarfread.c (new_symbol): Rework TAG_global_variable and
219 TAG_local_variable cases to account for static variables
220 within function scopes.
221
7e97eb28
SG
222Tue Jan 14 12:28:52 1992 Stu Grossman (grossman at cygnus.com)
223
8c3d2a53
SG
224 * inflow.c: remove #include <sys/dir.h>. Not necessary, and
225 doesn't exist on some systems.
226
5e746644
SG
227 * infrun.c (wait_for_inferior!!!!): Prevent gdb from hanging when
228 nexting over recursive function calls.
229
d261ece7
SG
230 * target.c (target_read_string): Create this routine to read null
231 terminated strings from the target. It deals with running off the
232 end of memory elegantly as well. solib.c (find_solib): Use
233 target_read_string() to avoid problems with running off the end of
234 memory.
235
7e97eb28
SG
236 * inflow.c (child_terminal_info): #ifdef TIOCPGRP around lines
237 that reference pgrp_inferior.
238
0cf9329b
PB
239Mon Jan 13 14:57:11 1992 Per Bothner (bothner at cygnus.com)
240
241 * tm-mips.h: Removed BLOCK_ADDRESS_ABSOLUTE, now that
242 mips-tfile has been hacked to act more "traditionally."
243 * dbxread.c: Fixed typo in comment.
244
488d2691
PB
245Sun Jan 12 13:08:36 1992 Per Bothner (bothner at cygnus.com)
246
247 * mips-tdep.c (mips_skip_prologue): Add some number of
248 'sw' instructions before 'addiu' adjusts the stack.
249
4d315a07
FF
250Fri Jan 10 13:47:06 1992 Fred Fish (fnf at cygnus.com)
251
252 * dwarfread.c (start_symtab, end_symtab, scopecount, openscope,
253 freescope, buildblock closescope, record_line, add_symbol_to_list,
254 gatherblocks, make_blockvector): Extensive changes to switch
255 to generic symbol table building code in buildsym.c. Remove
256 scope tree structures and functions, symbol table building
257 functions, and lots of other small changes.
258
259 * dwarfread.c: Add new macros GCC_PRODUCER and STREQN. Remove
260 GCC_COMPILED_FLAG_SYMBOL and GCC2_COMPILED_FLAG_SYMBOL.
261
262Tue Jan 7 13:09:57 1992 Stu Grossman (grossman at cygnus.com)
263
264 * buildsym.c (cleanup_undefined_types): Add support for enums.
265 This fixes the 'GDB internal error. cleanup_undefined_types with
266 bad type' problem.
267
268Sun Jan 5 09:47:50 1992 Stu Grossman (grossman at cygnus.com)
269
270 * dbxread.c: detect gcc2 compilations.
271
1a4d253c
JG
272Thu Jan 2 15:07:41 1992 John Gilmore (gnu at cygnus.com)
273
274 * sparc-pinsn.c: Rename bitfields that overlap with macro names
275 in ../include/opcode/sparc.h.
276
1d4c28c5
FF
277Wed Jan 1 04:29:00 1992 Fred Fish (fnf at cygnus.com)
278
279 * Makefile.in: Change tm-svr4.h to tm-sysv4.h. Change xm-svr4.h
280 to xm-sysv4.h. Split OPCODE_DIR into OPCODE_DIR1 and OPCODE_DIR2
281 to reflect actual locations of opcode files, so TAGS target will
282 be buildable.
283
284 * i386-tdep.c: Change an erroneous 'm68k' reference to 'i386'.
285
286 * i386-tdep.c (supply_fpregset, fill_fpregset): Remove m68k
287 code.
288
289 * m68k-tdep.c (supply_fpregset, fill_fpregset): Fix array
290 dereferencing to access the correct elements.
291
292 * valops.c (value_addr): Declare return type of external func
293 value_copy().
294
295 * xcoffread.c: Undefine next_symbol_text before redefining it.
296
fd8db897 297For older changes see ChangeLog-9091
bd5635a1
RP
298\f
299Local Variables:
300mode: indented-text
301left-margin: 8
302fill-column: 74
303version-control: never
304End:
This page took 0.104966 seconds and 4 git commands to generate.