]>
Commit | Line | Data |
---|---|---|
b8f3d4c6 SS |
1 | start-sanitize-gdbtk |
2 | Wed May 15 16:04:09 1996 Stan Shebs <[email protected]> | |
3 | ||
4 | * gdbtk.tcl (create_command_window): If command window's buffer | |
5 | is disabled, don't execute any of the key bindings. | |
6 | end-sanitize-gdbtk | |
7 | ||
6bafbdfb JL |
8 | Wed May 15 08:25:12 1996 Jeffrey A Law ([email protected]) |
9 | ||
ecebd693 JL |
10 | * top.c (read_next_line): Fix thinkos. From Don Seeley. |
11 | ||
6bafbdfb JL |
12 | * coffread.c (coff_symtab_read): Handle C_LABEL symbols like |
13 | C_STAT symbols. | |
14 | * h8300-tdep.c (h8300_pop_frame): Reset $sp and $pc correctly. | |
15 | Flush cached frames just before exiting. | |
16 | * remote-sim.c (gdbsim_resume): Complain if the program isn't | |
17 | being run. | |
18 | * config/h8300/tm-h8300.h (BELIEVE_PCC_PROMOTION): Define. | |
19 | ||
9b33e492 SG |
20 | Tue May 14 18:05:16 1996 Stu Grossman ([email protected]) |
21 | ||
22 | * procfs.c (procfs_thread_alive procfs_stop): Make static. | |
23 | * (procfs_pid_to_str): New routine to print out thread id's in an | |
24 | intelligible manner. | |
25 | * sol-thread.c (sol_thread_fetch_registers): Re-order manner in | |
b8f3d4c6 | 26 | which supply_register is called to fix bug with writing |
9b33e492 SG |
27 | individual regs. |
28 | * config/sparc/tm-sun4sol2.h: Define default for | |
29 | target_pid_to_str in case host lacks libthread_db. | |
30 | ||
47ef0da5 SG |
31 | Mon May 13 23:53:30 1996 Stu Grossman ([email protected]) |
32 | ||
33 | * Makefile.in config.in configure configure.in | |
34 | config/sparc/nm-sun4sol2.h config/sparc/sun4sol2.mh | |
35 | config/sparc/tm-sun4sol2.h: Use autoconf to config Solaris thread | |
36 | and pthread support, since pre-2.5 systems don't come with | |
37 | libthread_db.so.1. | |
38 | ||
39 | * procfs.c (info_proc): Use int instead of id_t. Old versions of | |
40 | Irix don't see to define this. | |
41 | ||
572977a5 FF |
42 | start-sanitize-gdbtk |
43 | Mon May 13 13:43:25 1996 Fred Fish <[email protected]> | |
44 | ||
45 | * gdbtk.c (tk_command): Catch case where no argument is given | |
46 | since this will cause the tcl interpreter to dump core. | |
47 | end-sanitize-gdbtk | |
48 | ||
24ecc17a JL |
49 | Mon May 13 17:40:58 1996 Jeffrey A Law ([email protected]) |
50 | ||
51 | * top.c (execute_control_command, case while_control): Allow | |
52 | a while command to be interrupted. | |
53 | ||
a50cedad SG |
54 | Mon May 13 16:17:36 1996 Stu Grossman ([email protected]) |
55 | ||
56 | * sol-thread.c: More cleanup, add comments. | |
b8f3d4c6 | 57 | (sol_thread_resume): Prevent people from trying to step |
a50cedad | 58 | inactive threads. |
b8f3d4c6 | 59 | (sol_thread_wait sol_thread_fetch_registers |
a50cedad SG |
60 | sol_thread_store_registers): Remove unnecessary check for |
61 | sol_thread_active. These routines won't get called unless threads | |
62 | are active. | |
63 | ||
05535e79 SS |
64 | Mon May 13 11:29:37 1996 Stan Shebs <[email protected]> |
65 | ||
66 | SH3-E support from Allan Tajii <[email protected]>: | |
67 | * sh-tdep.c (sh_reg_names, sh3_reg_names): Add empty names for | |
68 | float registers. | |
69 | (sh3e_reg_names): New register name array. | |
70 | (sh_processor_type_table): Add sh3e processor type. | |
71 | * config/sh/tm-sh.h (REGISTER_VIRTUAL_TYPE): Fix test. | |
72 | (REGISTER_NAMES, NUM_REGS, NUM_REALREGS, etc): Adjust for | |
73 | full set of registers. | |
74 | * remote-e7000.c (want_sh3, want_sh3_nopc): New globals. | |
75 | (e7000_fetch_registers, e7000_wait): Use them. | |
76 | * sh3-rom.c (sh3_regnames): Add float registers. | |
77 | (sh3e_cmds, sh3e_ops): New globals. | |
78 | (sh3e_open): New function. | |
79 | (_initialize_sh3_rom): Rename from _initialize_sh3, set up | |
80 | sh3e target vector. | |
81 | ||
934741a1 SG |
82 | Fri May 10 15:53:38 1996 Stu Grossman ([email protected]) |
83 | ||
84 | * sol-thread.c: Cleanup. gcc -Wall fixes. Add prototypes. | |
85 | Print out messages instead of codes for thread_db errors. Make | |
86 | access macros for thread and lwp manipulation. Make cleanups to | |
87 | fixup inferior_pid in case of errors. | |
88 | ||
31ed312c FF |
89 | Thu May 9 19:06:02 1996 Fred Fish <[email protected]> |
90 | ||
91 | * aclocal.m4: Remove unused definition of AC_C_CROSS. | |
92 | * configure.in: Add powerpcle-*-solaris* host and target config | |
93 | so April 30th change does not get lost next time configure is | |
94 | rebuilt. | |
95 | ||
fdfa3315 SG |
96 | Thu May 9 14:13:08 1996 Stu Grossman ([email protected]) |
97 | ||
98 | * Makefile.in, breakpoint.c, corelow.c, fork-child.c, inflow.c, | |
99 | infrun.c, mac-nat.c, procfs.c, remote.c, sol-thread.c, thread.c, | |
100 | win32-nat.c, config/nm-lynx.h: Rename thread.h to gdbthread.h to | |
101 | avoid conflict with Solaris /usr/include/thread.h. | |
102 | ||
7574859f RS |
103 | Thu May 9 12:33:32 1996 Rob Savoye <[email protected]> |
104 | ||
105 | * abug-rom.c: Config file for the older style ABug monitor that | |
106 | runs on the mvme13x boards. | |
107 | * config/m68k/monitor.mt: Add abug support for m68k cross | |
108 | debugging. | |
109 | ||
2ae2f078 | 110 | Wed May 8 20:33:24 1996 Fred Fish <[email protected]> |
3f37b696 | 111 | |
2ae2f078 FF |
112 | * infcmd.c (do_registers_info): Always print the raw floating |
113 | point value's bytes in big endian order, so the the leftmost bit | |
114 | is the most significant. | |
3f37b696 FF |
115 | * breakpoint.c (clear_momentary_breakpoints): Remove dead code |
116 | that is referenced nowhere else. | |
117 | (set_breakpoint): Ditto. | |
118 | (do_enable_breakpoint): Created from enable_once_breakpoint | |
119 | with a couple of changes. | |
120 | (enable_breakpoint): Call do_enable_breakpoint with an appropriate | |
121 | bpdisp enum value to set disposition of breakpoint. | |
122 | (enable_once_breakpoint): Ditto. | |
123 | (enable_delete_breakpoint): Ditto. | |
124 | * breakpoint.h (clear_momentary_breakpoints): Remove prototype. | |
125 | * symtab.c (find_pc_line): Improve comments. | |
572977a5 | 126 | start-sanitize-gdbtk |
3f37b696 | 127 | * gdbtk.c: Fix a couple of misspellings. |
572977a5 | 128 | end-sanitize-gdbtk |
3f37b696 FF |
129 | * xcoffread.c: Ditto. |
130 | ||
37316b52 SS |
131 | Tue May 7 18:37:06 1996 Stan Shebs <[email protected]> |
132 | ||
133 | * target.c (debug_to_xfer_memory): Insert line breaks when | |
134 | dumping the memory block. | |
135 | ||
8fc2b417 SG |
136 | Mon May 6 13:52:52 1996 Stu Grossman ([email protected]) |
137 | ||
138 | * fork-child.c (fork_inferior), inferior.h: init_trace_fun now | |
139 | returns a possibly modified pid. | |
140 | * inftarg.c (ptrace_him): Now returns pid; | |
141 | * m3-nat.c (m3_trace_him): Now returns pid; | |
142 | * infcmd.c (run_command): Minor cleanup. | |
143 | * infrun.c (wait_for_inferior): Add another check for one_stepped | |
144 | near where we read the pc to avoid erroneously setting | |
145 | random_signal for multi-threaded support. | |
146 | * procfs.c: Add support for Solaris LWPs. Remove def of | |
147 | LOSING_POLL. Many cleanups... Several workarounds for Solaris | |
148 | lossage. System call entry and exit are now handled by | |
149 | dynamically registered handlers. | |
150 | * (syscallname): Don't barf when handed an unknown syscall | |
151 | number. | |
152 | * (info_proc_syscalls): Ditto. | |
153 | * sol-thread.c: New file. Implements Solaris thread support. | |
154 | * symfile.c (symbol_file_add): Add call to target_new_objfile to | |
155 | notify target-dependent code about new symbol tables. | |
156 | * (clear_symtab_users): Call target_new_objfile to notify it of | |
157 | the removal of all symbol tables. | |
158 | * target.c (push_target): Make sure that to_close is non-zero | |
159 | before calling it. | |
160 | * target.h (target_new_objfile): Provide default. | |
161 | * config/alpha/nm-osf2.h: Define LOSING_POLL because this version | |
162 | of OSF can't hack using poll with /proc. | |
163 | * config/sparc/nm-sun4sol2.h (target_new_objfile): Define to be | |
164 | sol-thread-new-objfile. | |
165 | * config/sparc/sun4sol2.mh: Add sol-thread.o to NATDEFFILES, and | |
166 | add libthread_db.so.1 to NAT_CLIBS. | |
167 | * config/sparc/tm-sun4sol2.h: Define PIDGET, TIDGET, and | |
168 | target_pid_to_str. | |
169 | ||
170 | Sat May 4 02:13:34 1996 N Srin Kumar <[email protected]> | |
171 | ||
172 | * procfs.c (remove_fd): Fix copy of fds to fill hole left after | |
173 | removal of the requested fd. | |
174 | ||
8678180e MM |
175 | Mon May 6 07:52:48 1996 Michael Meissner <[email protected]> |
176 | ||
177 | * rs6000-tdep.c (_initialize_rs6000_tdep): Don't do XCOFF specific | |
178 | hooks under ELF. | |
179 | ||
180 | * config/powerpc/tm-ppc-eabi.h: Define ELF_OBJECT_FORMAT. | |
181 | ||
9e9cf822 SS |
182 | start-sanitize-gdbtk |
183 | Thu May 2 19:17:49 1996 Stan Shebs <[email protected]> | |
184 | ||
185 | * gdbtk.tcl (debug_interface): New global, use to aid debugging. | |
186 | (insert_breakpoint_tag, delete_breakpoint_tag): Fix range. | |
187 | (file_popup_menu): Delete, never used. | |
188 | (listing_window_popup): Rename from listing_window_button_1, | |
189 | remove breakpoint toggling code. | |
190 | (toggle_breakpoint): New procedure. | |
191 | (create_file_win): Bind popup menu to button 2, toggle breakpoints | |
192 | with button 1 in breakpoint area, add display of tagged areas if | |
193 | debugging on. | |
194 | end-sanitize-gdbtk | |
195 | ||
e51481f9 JL |
196 | Thu May 2 12:46:14 1996 Jeffrey A Law ([email protected]) |
197 | ||
9e9cf822 | 198 | From Peter Schauer: |
e51481f9 JL |
199 | * breakpoint.h (enum bpdisp): Add del_at_next_stop. |
200 | * breakpoint.c (insert_breakpoints, watchpoint_check, | |
201 | bpstat_stop_status): Avoid bad references to memory freed via | |
202 | delete_breakpoint on watchpoints going out of scope. | |
203 | Do not delete these watchpoints, disable them and change their | |
204 | disposition to del_at_next_stop instead. | |
205 | (breakpoint_auto_delete): Delete all breakpoints whose disposition | |
206 | is del_at_next_stop. | |
207 | (breakpoint_init_inferior): Use switch to avoid reference to | |
208 | already deleted breakpoint. | |
209 | ||
062cb0d3 FF |
210 | Wed May 1 17:29:18 1996 Fred Fish <[email protected]> |
211 | ||
9e9cf822 | 212 | * Makefile.in (rs6000-nat.o): Depend on xcoffsolib.h. |
062cb0d3 | 213 | * config/rs6000/rs6000.mh (NATDEPFILES): Move xcoffread.o ... |
9e9cf822 | 214 | * config/rs6000/rs6000.mt (TDEPFILES): ... to here. |
062cb0d3 FF |
215 | * xcoffsolib.c (xcoff_relocate_symtab_hook): Define and initialize. |
216 | (solib_info): Call xcoff_relocate_symtab via the hook. | |
217 | (sharedlibrary_command): Ditto. | |
218 | * xcoffread.c: Remove all FAKING_RS6000 comments and defines. | |
219 | (xcoff_add_toc_to_loadinfo_hook): Define and initialize here. | |
220 | (xcoff_init_loadinfo_hook): Define and initialize here. | |
221 | (scan_xcoff_symtab): Call xcoff_add_toc_to_loadinfo via the hook. | |
222 | (xcoff_initial_scan): Call xcoff_init_loadinfo via the hook. | |
223 | * xcoffsolib.h (xcoff_relocate_symtab_hook): Declare extern func. | |
224 | * rs6000-tdep.c (_initialize_rs6000_tdep): Add initializations | |
225 | of xcoff_add_toc_to_loadinfo_hook and xcoff_init_loadinfo_hook. | |
226 | * rs6000-nat.c (_initialize_core_rs6000): Add initialization | |
227 | of xcoff_relocate_symtab_hook. | |
228 | ||
fe8d28cf MM |
229 | Tue Apr 30 13:22:02 1996 Michael Meissner <[email protected]> |
230 | ||
231 | * configure (powerpcle-*-solaris*): Add Solaris support. | |
232 | ||
233 | * config/powerpc/{solaris.m[ht],tm-solaris.h}: New files for | |
234 | Solaris support. | |
aad09779 DP |
235 | |
236 | Mon Apr 29 16:17:31 1996 Dawn Perchik <[email protected]> | |
9e9cf822 | 237 | |
aad09779 DP |
238 | * c-valprint.c (c_val_print): Fix printing for arrays defined |
239 | with 0 length. | |
240 | ||
5a2934b4 SS |
241 | Sun Apr 28 15:08:05 1996 Stan Shebs <[email protected]> |
242 | ||
fea17b55 SS |
243 | Support for bi-endian remote breakpoints. |
244 | * remote.c (big_break_insn, little_break_insn): New globals. | |
245 | (break_insn): Remove. | |
246 | (remote_insert_breakpoint, remote_remove_breakpoint): Use own | |
247 | code if REMOTE_BREAKPOINT defined, otherwise call memory | |
248 | breakpoint functions. | |
249 | * config/sh/tm-sh.h (REMOTE_BREAKPOINT): Remove. | |
250 | (BIG_REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT): Define. | |
251 | ||
5a2934b4 SS |
252 | * mon960-rom.c (mon960_cmds): Remove forward decl. |
253 | (mon960_load): Use current_monitor instead of mon960_cmds. | |
254 | (mon960_regnames): Remove backslashes from line ends. | |
255 | (_initialize_mon960): Fix documentation string. | |
256 | ||
d2c17d4f FF |
257 | Sun Apr 28 12:10:35 1996 Fred Fish <[email protected]> |
258 | ||
259 | * symfile.h (psymbol_allocation_list): Expand comments which | |
260 | describe the psymbol allocation list and how each field is | |
261 | used. | |
262 | ||
39ce6829 PS |
263 | Sun Apr 28 03:44:30 1996 Peter Schauer ([email protected]) |
264 | ||
265 | * breakpoint.c (delete_breakpoint): Fix bpt->val, bpt->exp | |
266 | storage leaks. | |
267 | (breakpoint_re_set_one): Fix b->exp, b->val, b->cond storage leaks. | |
268 | ||
269 | * infcmd.c (run_command), solib.c (locate_base): Check for | |
270 | target_has_execution in addition to inferior_pid, a core file | |
271 | from a threaded program is yielding a non-zero inferior_pid. | |
272 | ||
273 | * sparc-tdep.c (get_saved_register): Handle window registers | |
274 | in a dummy frame correctly. | |
275 | ||
6c0643e3 FF |
276 | Sat Apr 27 20:38:32 1996 Fred Fish <[email protected]> |
277 | ||
278 | * Makefile.in (CLIBS): Move $(MMALLOC) past all other libs, | |
279 | so that anything that wants an allocation function not yet pulled | |
280 | in, will get it from mmalloc rather than a system library. | |
281 | * Makefile.in (INSTALLED_LIBS): Reorder to match order of CLIBS, | |
282 | to avoid surprising results when used. | |
283 | ||
00d93b6d DP |
284 | Sat Apr 27 00:12:05 1996 Dawn Perchik ([email protected]) |
285 | ||
286 | * stabsread.c: Changes and bug fixes for cfront support. | |
287 | Fix bug for class data members. | |
288 | Fix parsing bug when no base classes exist. | |
289 | Fix memory bug - allocate space for cplusplus specific info. | |
290 | Add support for static data. | |
291 | Add prototypes for static functions. | |
292 | Enhance comments to show what each function expects to parse. | |
293 | Cleanup code. | |
294 | * stabsread.c(resolve_cont),dbxread.c(resolve_cont): Rename | |
295 | function to resolve_cfront_continuation. | |
296 | ||
7dbb5eed JL |
297 | Fri Apr 26 23:58:26 1996 Jeffrey A Law ([email protected]) |
298 | ||
299 | * infrun.c (wait_for_inferior): Call registers_changed when | |
6cc17fd5 | 300 | restarting the inferior to get over a nullified instruction. |
7dbb5eed | 301 | |
73e75264 | 302 | Tue Apr 24 12:12:55 1996 Dawn Perchik ([email protected]) |
7dbb5eed | 303 | |
73e75264 DP |
304 | * dbxread.c,stabsread.c,gdbtypes.c,partial-stab.h,valops.c: |
305 | Add new support for parsing cfront stabs. | |
306 | ||
894d8e69 JL |
307 | Wed Apr 24 00:32:55 1996 Jeffrey A Law ([email protected]) |
308 | ||
309 | * infrun.c (wait_for_inferior): Move "have_waited" label | |
310 | outside of #ifdef conditionals. Don't trash the wait status | |
311 | if we get a signal and the current instruction is nullified. | |
312 | ||
313 | Mon Apr 22 20:17:01 1996 Fred Fish <[email protected]> | |
314 | ||
9e9cf822 | 315 | * Makefile.in (VERSION): Bump version number to 4.16.1. |
894d8e69 JL |
316 | * NEWS: Update for 4.16 release. |
317 | ||
178ed338 SS |
318 | Mon Apr 22 16:32:29 1996 Stan Shebs <[email protected]> |
319 | ||
320 | * monitor.h: Clean up comment formatting. | |
321 | (current_monitor): Remove decl. | |
322 | (LOADTYPES, LOADPROTOS, INIT_CMD, etc): Remove definitions. | |
323 | (push_monitor, SREC_SIZE): Remove. | |
324 | * monitor.c: Expand old macro into current_monitor derefs | |
325 | everywhere. | |
326 | * remote-os9k.c (current_monitor): Remove definition. | |
327 | ||
f9fedc48 MA |
328 | Mon Apr 22 14:54:45 1996 Mark Alexander <[email protected]> |
329 | ||
330 | * corefile.c (specify_exec_file_hook): Allow arbitrary number of | |
331 | hooks. | |
332 | (call_extra_exec_file_hooks): New function. | |
333 | * h8300-tdep.c: Lint; add .h files to provide missing declarations, | |
334 | remove unused variables. | |
335 | (set_machine_hook): New function. | |
336 | (_initialize_h8300m): Initialize it. | |
337 | ||
102f473b ILT |
338 | Fri Apr 19 15:03:49 1996 Ian Lance Taylor <[email protected]> |
339 | ||
340 | * remote-mips.c (encoding): Don't specify size, to avoid bug in | |
341 | SunOS native compiler. | |
342 | ||
69159fad SS |
343 | Thu Apr 18 18:46:57 1996 Stan Shebs <[email protected]> |
344 | ||
345 | * monitor.c: Use int rather than LONGEST for values, since | |
346 | the formatting strings are not prepared to accept long longs. | |
347 | ||
e1b4f287 DE |
348 | Wed Apr 17 20:17:27 1996 Doug Evans <[email protected]> |
349 | ||
350 | * arm-tdep.c (initialize_arm_tdep): Make apcs32 a `zinteger'. | |
351 | ||
8eff3c7f SG |
352 | Tue Apr 16 17:38:23 1996 Stu Grossman ([email protected]) |
353 | ||
354 | * corelow.c (add_to_thread_list): Make sure reg_sect is non-null | |
355 | before de-referencing it. Prevents deref of NULL pointer if core | |
356 | file lacks .reg section. | |
357 | * defs.h: Rename floatformat_{to from}_long_double to | |
358 | floatformat_{to from}_doublest. Get rid of FLOATFORMAT_{TO | |
359 | FROM}... macros. | |
360 | * findvar.c (extract_floating store_floating): Change all refs to | |
361 | FLOATFORMAT_{FROM TO}... to floatformat_{from to}_doublest. | |
362 | * utils.c: Change floatformat_{to from}_long_double to | |
363 | floatformat_{to from}_doublest cuz the new routines will use | |
364 | whatever size (double or long double) is appropriate. | |
365 | * config/i960/tm-i960.h (REGISTER_CONVERT_TO_VIRTUAL | |
366 | REGISTER_CONVERT_TO_RAW): Change FLOATFORMAT... macros to | |
367 | floatformat... routine calls. | |
368 | ||
15b03b57 PB |
369 | Mon Apr 15 16:34:11 1996 Per Bothner <[email protected]> |
370 | ||
371 | * stabsread.c (read_type): Move handling of '@' from type | |
372 | number handling to handling of types proper (as emitted by gcc!). | |
373 | For typedefs, allocate the typedef type before reading its | |
374 | definition, to properly handling recursive types. | |
375 | ||
c5ee9d00 JL |
376 | Mon Apr 15 11:19:26 1996 Jeffrey A Law ([email protected]) |
377 | ||
378 | * ch-exp.c (calculate_array_length): Fix prototype. | |
379 | ||
449abd89 SG |
380 | Sat Apr 13 14:21:16 1996 Stu Grossman ([email protected]) |
381 | ||
382 | * remote-nindy.c (nindy_open): Acquire more target state so that | |
383 | user can attach to a previously running program. | |
384 | * (nindy_fetch_registers nindy_store_registers): Get rid of fp | |
385 | conversion code. That's all handled in {extract store}_floating | |
386 | now. | |
387 | * utils.c (floatformat_to_double): Don't bias exponent when | |
388 | handling zero's, denorms or NaNs. | |
389 | * config/i960/tm-i960.h (REGISTER_CONVERT_TO_VIRTUAL | |
390 | REGISTER_CONVERT_TO_RAW): Change to using DOUBLST and | |
391 | FLOATFORMAT_TO/FROM_DOUBLEST macros. | |
392 | * config/i960/tm-nindy960.h: Undefine | |
393 | REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW, and | |
394 | REGISTER_CONVERTIBLE. These are no longer necessary now that all | |
395 | the magic happens in extract/store_floating. | |
396 | ||
9898b3b7 PS |
397 | Sat Apr 13 02:58:02 1996 Peter Schauer ([email protected]) |
398 | ||
399 | * eval.c (evaluate_subexp_standard): Report error when attempting to | |
400 | evaluate subscripts for types which cannot be subscripted. | |
401 | ||
402 | * valarith.c (value_x_binop, value_x_unop): Add noside parameter. | |
403 | Return a zero value with the return type of the member function | |
404 | if noside is EVAL_AVOID_SIDE_EFFECTS instead of calling the member | |
405 | function. | |
406 | * values.h (value_x_binop, value_x_unop): Update prototypes | |
407 | accordingly. | |
408 | * eval.c (evaluate_subexp_standard): Update all callers of | |
409 | value_x_binop, value_x_unop accordingly. | |
410 | ||
411 | * valarith.c (value_neg, value_complement): Perform ANSI C/C++ | |
412 | integral promotion on operands. | |
413 | ||
38d715a4 FF |
414 | Fri Apr 12 13:19:27 1996 Fred Fish <[email protected]> |
415 | ||
416 | * README: Update for 4.16 release. | |
417 | * configure.in (AC_CHECK_FUNCS): Also check for sbrk. | |
418 | * configure: Regenerate with autoconf. | |
419 | * config.in: Regenerate with autoheader. | |
420 | * main.c (main): Only use sbrk() when HAVE_SBRK is defined. | |
421 | * top.c (command_loop): Ditto. | |
422 | ||
c6fbd98b SG |
423 | Fri Apr 12 09:45:29 1996 Stu Grossman ([email protected]) |
424 | ||
425 | * defs.h: Define TARGET_{FLOAT DOUBLE LONG_DOUBLE}_FORMAT | |
426 | defaults for bi-endian targets. Replace function pointers for | |
427 | floatformat routines with macros. No need for these to be runtime | |
428 | selectable. | |
429 | * findvar.c: Get rid of floatformat function pointers. Use | |
430 | macros in extract_floating and store_floating. | |
431 | * remote-nindy.c (nindy_fetch_registers nindy_store_registers): | |
432 | Use floatformat macros. | |
433 | ||
d8efbc66 FF |
434 | Thu Apr 11 21:28:02 1996 Fred Fish <[email protected]> |
435 | ||
436 | From: Miles Bader <[email protected]> | |
437 | * configure.in (AC_CHECK_HEADERS): check for endian.h. | |
438 | Use AC_CHECK_TOOL to find AR & RANLIB. Add AC_PROG_AWK. | |
439 | Add host & target cases for i[345]86-*-gnu*. | |
440 | * config.in: Regenerate with autoheader. | |
441 | * configure: Regenerate with autoconf. | |
442 | * Makefile.in (AR, AWK): Set from corresponding autoconf substs. | |
443 | (init.c): Don't scan mig-generated files. | |
444 | * defs.h (endian.h): Include if HAVE_ENDIAN_H defined. | |
445 | * config/nm-m3.h (ATTACH_NO_WAIT): Define. | |
446 | * infcmd.c (attach_command): Use "#ifndef ATTACH_NO_WAIT" | |
447 | rather than "#ifndef MACH". | |
448 | ||
4eaf7c0a SS |
449 | Thu Apr 11 18:49:42 1996 Stan Shebs <[email protected]> |
450 | ||
451 | * remote.c (remotewritesize): New GDB variable, controls size | |
452 | of memory packets sent to the target. | |
453 | ||
a243a22f SG |
454 | Thu Apr 11 13:47:52 1996 Stu Grossman ([email protected]) |
455 | ||
456 | * dcache.c: Add prototypes. Make many functions static. | |
457 | * (dcache_peek dcache_fetch dcache_poke): Make dcache_fetch and | |
458 | dcache_poke call dcache_xfer_memory directly in order to fix | |
459 | problems with turning off dcache. dcache_peek is now unnecessary, | |
460 | so it goes away. | |
461 | ||
462 | * defs.h: Define new macros HOST_{FLOAT DOUBLE LONG_DOUBLE}_FORMAT | |
463 | and TARGET_{FLOAT DOUBLE LONG_DOUBLE}_FORMAT to specify a pointer | |
464 | to a struct floatformat. This allows for better handling of | |
465 | targets whose floating point formats differ from the host by more | |
466 | than just byte order. | |
467 | * (floatformat_to_long_double floatformat_from_long_double): | |
468 | Prototypes for new functions in utils.c. | |
469 | * (floatformat_to_doublest floatformat_from_doublest): Prototypes | |
470 | for pointers to floating point conversion functions. The actual | |
471 | function uses either double or long double if the host supports it. | |
472 | * findvar.c (floatformat_to_doublest floatformat_from_doublest): | |
473 | Initialize to point at correct function depending on HAVE_LONG_DOUBLE. | |
474 | * (extract_floating store_floating): Rewrite. Now, if host fp | |
475 | format is the same as the target, we just do a copy. Otherwise, | |
476 | we call floatformat_{to from}_doublest. | |
477 | * remote-nindy.c (nindy_xfer_inferior_memory): Change param | |
478 | `write' to `should_write'. | |
479 | * utils.c (floatformat_to_long_double | |
480 | floatformat_from_long_double): New routines that implement long | |
481 | double versions of functions in libiberty/floatformat.c. | |
482 | * config/i960/tm-i960.h (TARGET_LONG_DOUBLE_FORMAT): Define this for | |
483 | i960 extended real (80 bit) numbers. | |
484 | * nindy-share/nindy.c (ninMemGet ninMemPut): Return number of bytes | |
485 | actually read or written. | |
486 | ||
f046f4c8 WM |
487 | Wed Apr 10 02:56:06 1996 Wilfried Moser (Alcatel) <[email protected]> |
488 | ||
489 | * ch-valprint.c (chill_val_print): Remove call to calculate_array_length. | |
490 | (calculate_array_length): Move function from here ... | |
491 | ||
492 | * ch-exp.c (calculate_array_length): ... to here. | |
493 | (parse_primval): If we have a symbol with an array type | |
494 | and the length is 0, call calculate_array_length. | |
495 | ||
a539f6d8 WM |
496 | Tue Apr 9 01:23:05 1996 Wilfried Moser (Alcatel) <[email protected]> |
497 | ||
498 | * eval.c (evaluate_subexp_standard): In case of TYPE_CODE_SET: | |
499 | Add some checks for powerset compatibility. | |
500 | ||
501 | * valops.c (value_slice): Use lowbound instead of lowerbound for | |
502 | call to slice_range_type to get correct bounds. | |
503 | ||
d8efbc66 | 504 | Mon Apr 8 12:53:56 1996 Fred Fish <[email protected]> |
5579919f FF |
505 | |
506 | * Makefile.in (scm-exp.o, scm-lang.o, scm-valprint.o): Add targets and | |
507 | dependencies. | |
508 | * scm-lang.c (gdb_string.h): Include. | |
509 | * objfiles.c (add_to_objfile_sections): Cast second arg of obstack_grow | |
510 | call to correct type (char *). | |
511 | * cp-valprint.c (cp_print_static_field): Ditto. | |
512 | * somsolib.c (som_solib_create_inferior_hook): Add a declaration | |
513 | for external find_unwind_entry function (from hppa-tdep.c). | |
514 | * remote-pa.c (remote_write_bytes, remote_read_bytes): Change | |
515 | type of second arg to "char *" to be type compatible with | |
516 | dcache. | |
517 | (remote_wait): Cast second arg to strtol to correct type. | |
518 | * hppa-tdep.c (compare_unwind_entries): Change argument types to | |
519 | "const void *" to be type compatible with qsort, and then | |
520 | assign to local args prior to use. | |
521 | ||
75eb5231 JL |
522 | Mon Apr 8 15:35:52 1996 Jeffrey A Law ([email protected]) |
523 | ||
524 | * infptrace.c (kill_inferior): Remove call to "kill"; update | |
525 | comments. | |
526 | ||
7782ee45 GN |
527 | Mon Apr 8 14:05:07 1996 Geoffrey Noer <[email protected]> |
528 | ||
529 | * remote-e7000.c: don't append :23 to target port if __WIN32__ | |
530 | is defined (it's WinGDB). | |
531 | ||
ce0787ef FF |
532 | Sun Apr 7 22:34:29 1996 Fred Fish <[email protected]> |
533 | ||
534 | From: Miles Bader <[email protected]> | |
535 | * gnu-nat.c, gnu-nat.h, msg.defs, exc_request.defs, i386gnu-nat.c, | |
536 | msg_reply.defs, notify.defs, process_reply.defs, reply_mig_hack.awk, | |
537 | config/nm-gnu.h, config/i386/{i386gnu.mh, i386gnu.mt, nm-gnu.h, | |
538 | m-i386gnu.h, xm-i386gnu.h}: New files for GNU hurd. | |
539 | ||
540 | Sun Apr 7 13:32:41 1996 Fred Fish <[email protected]> | |
125c17af FF |
541 | |
542 | * configure.in (case host): Add i386sco5 host. | |
543 | * configure: Regenerate. | |
544 | ||
545 | From: Robert Lipe <[email protected]> | |
546 | Add support for SCO OpenServer 5 (a.k.a. 3.2v5*) This | |
547 | target is an SVR3.2 with COFF, ELF, and shared libes, but | |
548 | no /proc. | |
549 | * config/i386/i386sco5.mh: New file. | |
550 | * config/i386/nm-i386sco5.h: New file. | |
551 | ||
a6b65627 FF |
552 | Sat Apr 6 08:55:22 1996 Fred Fish <[email protected]> |
553 | ||
554 | * bcache.c (bcache): When size of chunk to cache is exactly equal to | |
555 | BCACHE_MAXLENGTH, stash chunk as unique copy. | |
556 | ||
eae8aa30 FF |
557 | Sat Apr 6 00:46:26 1996 Fred Fish <[email protected]> |
558 | ||
559 | * symfile.c (INLINE_ADD_PSYMBOL): Remove ifdef. | |
560 | (add_psymbol_to_list): Add an arg for passing CORE_ADDR values and | |
561 | use it, rather than calling add_psymbol_addr_to_list. | |
562 | (add_psymbol_addr_to_list): Delete. | |
563 | (add_psymbol_to_list): Make psymbol static to avoid random data in | |
564 | gaps due to alignment of structure members. | |
565 | * symfile.h (INLINE_ADD_PSYMBOL, ADD_PSYMBOL_TO_LIST, | |
566 | ADD_PSYMBOL_ADDR_TO_LIST): Remove. Real world tests show no | |
567 | performance improvements by inlining via complicated macros and | |
568 | they just make gdb larger and harder to maintain. | |
569 | * dwarfread.c (add_enum_psymbol): Replace ADD_PSYMBOL_TO_LIST | |
570 | and/or ADD_PSYMBOL_ADDR_TO_LIST macro(s) with call to | |
571 | add_psymbol_to_list with appropriate long or CORE_ADDR args. | |
572 | (add_partial_symbol): Ditto. | |
573 | * partial-stab.h: Ditto. | |
574 | * os9kread.c (read_os9k_psymtab): Ditto | |
575 | * mdebugread.c (parse_partial_symbols): Ditto. | |
576 | (handle_psymbol_enumerators): Ditto. | |
577 | (demangle.h): Include. | |
578 | * hpread.c (hpread_build_psymtabs): Ditto. | |
579 | (hpread_build_psymtabs): Ditto. | |
580 | (demangle.h): Include | |
581 | ||
51bea8cf | 582 | start-sanitize-gdbtk |
fda6fadc SS |
583 | Fri Apr 5 13:44:40 1996 Stan Shebs <[email protected]> |
584 | ||
585 | * gdbtk.c (running_now): New global variable. | |
586 | (gdb_cmd): Test it before executing any command. | |
587 | (gdbtk_call_command): Set it when inferior is running. | |
588 | * gdbtk.tcl (gdbtk_tcl_busy, gdbtk_tcl_idle): Enable and | |
589 | disable interaction with command window's text appropriately. | |
590 | ||
8b3f9ed6 MM |
591 | Fri Apr 5 13:25:42 1996 Michael Meissner <[email protected]> |
592 | ||
593 | * gdbtk.c (SIOCSPGRP, linux): If on Linux, undef SIOCSPGRP, since | |
594 | some versions of the kernel don't support it. | |
51bea8cf | 595 | end-sanitize-gdbtk |
8b3f9ed6 | 596 | |
72ae15f6 FF |
597 | Thu Apr 4 20:16:55 1996 Fred Fish <[email protected]> |
598 | ||
599 | * configure.in: Check for setpgid function. | |
600 | * config.in: Regenerate with autoheader. | |
601 | * configure: Regenerate with autoconf. | |
602 | * inflow.c (_initialize_inflow): Only try to use _SC_JOB_CONTROL | |
603 | if it is actually defined. | |
604 | (gdb_setpgid): Use HAVE_SETPGID. | |
605 | * ch-exp.c: Change include of <string.h> to "gdb_string.h". | |
fda6fadc SS |
606 | * c-exp.y, f-exp.y, m2-exp.y: Ditto. |
607 | * c-exp.y, serial.c: Include <ctype.h>. | |
72ae15f6 FF |
608 | * config/m68k/nm-news.h: Add typedef for pid_t which is |
609 | apparently missing from <sys/types.h>. Enclose entire | |
610 | file in NM_NEWS_H ifndef and define when included. | |
611 | * config/mips/nm-news-mips.h: Ditto. | |
612 | * config/m68k/tm-m68k.h (REGISTER_CONVERT_TO_VIRTUAL, | |
613 | REGISTER_CONVERT_TO_RAW): Change name of temporary variable. | |
614 | ||
67c1413d SS |
615 | Thu Apr 4 19:04:18 1996 Stan Shebs <[email protected]> |
616 | ||
72c9954b SS |
617 | * arm-xdep.c: Move native-specific code to here from arm-tdep.c. |
618 | * arm-tdep.c (arm_apcs_32): New global. | |
619 | (arm_addr_bits_remove, arm_saved_pc_after_call, | |
620 | arm_push_dummy_frame, arm_pop_frame): New functions. | |
621 | (arm_skip_prologue): Updated version from Richard Earnshaw. | |
622 | (_initialize_arm_tdep): Add set/show "apcs32". | |
623 | * config/arm/tm-arm.h (ADDR_BITS_REMOVE): Call | |
624 | arm_addr_bits_remove. | |
625 | (SAVED_PC_AFTER_CALL): Call arm_saved_pc_after_call. | |
626 | (frame_find_saved_regs): Declare properly. | |
627 | (PUSH_DUMMY_FRAME): Call arm_push_dummy_frame. | |
628 | (POP_FRAME): Call arm_pop_frame, use ADDR_BITS_REMOVE instead of | |
629 | explicit mask. | |
630 | * config/arm/nm-arm.h: New file. | |
631 | * config/arm/xm-arm.h (KERNEL_U_ADDR, FETCH_INFERIOR_REGISTERS): | |
632 | Move definitions to nm-arm.h. | |
633 | * config/arm/arm.mh (NAT_FILE): Define. | |
634 | ||
67c1413d SS |
635 | * symfile.c (generic_load): Initialize data_count properly. |
636 | ||
3e3ee48f FF |
637 | Thu Apr 4 17:17:53 1996 Fred Fish <[email protected]> |
638 | ||
639 | * symmisc.c (print_objfile_statistics): Print memory used by | |
640 | psymbol cache obstack. | |
641 | ||
72158e71 SS |
642 | Thu Apr 4 15:43:07 1996 Stan Shebs <[email protected]> |
643 | ||
644 | * symfile.c (report_transfer_performance): New function. | |
645 | (generic_load): Call it to report transfer rate. | |
646 | * remote-e7000.c (e7000_load): Ditto. | |
647 | ||
761e98aa SS |
648 | Mon Apr 1 16:31:00 1996 Stan Shebs <[email protected]> |
649 | ||
650 | * mpw-make.sed: Change references to config.h to be in objdir, | |
651 | edit out rules to rebuild config.h. | |
652 | ||
251b8ab9 FF |
653 | Mon Apr 1 08:32:23 1996 Fred Fish <[email protected]> |
654 | ||
655 | * hppa-tdep.c (hppa_pop_frame): Call clear_proceed_status before | |
656 | proceeding. | |
657 | ||
517cb8d7 | 658 | Sun Mar 31 16:15:43 1996 Fred Fish <[email protected]> |
771f63d3 FF |
659 | |
660 | * hppah-nat.c (store_inferior_registers, store_inferior_registers, | |
661 | fetch_register, child_xfer_memory): Use call_ptrace function supplied | |
662 | by infptrace.c rather than calling ptrace directly. | |
663 | ||
32b18604 SS |
664 | Sun Mar 31 15:39:00 1996 Stan Shebs <[email protected]> |
665 | ||
666 | * mon960-rom.c: Cleanups and elimination of unused code, | |
667 | clarify documentation string. | |
668 | (mon960_serial, mon960_ttyname): Remove. | |
669 | * config/i960/tm-mon960.h (ADDITIONAL_OPTIONS, | |
670 | ADDITIONAL_OPTION_CASES, ADDITIONAL_OPTION_HELP): Remove. | |
671 | ||
07b77f5c FF |
672 | Sat Mar 30 11:00:22 1996 Fred Fish <[email protected]> |
673 | ||
674 | * configure.in: Check whether printf family supports printing | |
675 | long doubles or not and define PRINTF_HAS_LONG_DOUBLE if so. | |
676 | * acconfig.h: Provide default undef for PRINTF_HAS_LONG_DOUBLE. | |
677 | * configure: Regenerate. | |
678 | * valprint.c (print_floating): Use PRINTF_HAS_LONG_DOUBLE. | |
679 | * c-exp.y (parse_number): Use PRINTF_HAS_LONG_DOUBLE. | |
680 | * configure.in: Fix have_gregset and have_fpregset autoconf | |
681 | variable names so that they match the pattern required to | |
682 | cache them. | |
683 | ||
b52cac6b FF |
684 | Fri Mar 29 21:39:56 1996 Fred Fish <[email protected]> |
685 | ||
686 | * core-aout.c (fetch_core_registers): Cast core_reg_size to int | |
687 | before testing against reg_ptr. | |
688 | * eval.c (evaluate_subexp_standard): Cast type of | |
689 | TYPE_FN_FIELD_VOFFSET to int. | |
690 | * findvar.c (extract_signed_integer, extract_unsigned_integer, | |
691 | extract_long_unsigned_integer): Cast type of sizeof to int. | |
692 | * values.c (unpack_field_as_long, modify_field): Ditto. | |
693 | * valops.c (value_assign, call_function_by_hand): Ditto. | |
694 | * infcmd.c (do_registers_info): Ditto. | |
fda6fadc | 695 | * ser-tcp.c (tcp_open): Ditto. |
b52cac6b FF |
696 | * remote.c (putpkt): Ditto. |
697 | * dcache.c (dcache_peek): Ditto. | |
698 | * dcache.c (dcache_poke): Ditto. | |
699 | * m2-exp.y (yylex): Ditto. | |
700 | * gnu-regex.c (re_match_2): Ditto. | |
701 | * f-lang.c (ADD_BF_SYMNUM, saved_bf_list_end, tmp_bf_ptr): Ifdef | |
702 | out unused macro definition and variables. | |
703 | * inftarg.c (proc_wait): Move from main.c to here, and make static. | |
704 | * valprint.c (val_print_string): Change bufsize from int to unsigned. | |
fda6fadc | 705 | * main.c (wait.h): Include. |
b52cac6b FF |
706 | * top.c (command_line_input): Remove unused variable "c". |
707 | * f-typeprint.c (f_type_print_varspec_prefix): Add missing enum | |
708 | value TYPE_CODE_TYPEDEF to switch statement. | |
709 | (f_type_print_varspec_suffix): Add missing enum value | |
710 | TYPE_CODE_TYPEDEF to switch statement. | |
711 | * ch-exp.c (parse_primval): Add remaining enumeration values to | |
712 | switch statement, with no specific action. | |
713 | (ch_lex): Add LOC_UNRESOLVED in switch statement. | |
714 | (pushback_token): Ifdef out, since code using it is ifdef'd out. | |
715 | * stabsread.c (cleanup_undefined_types): Remove unused label | |
716 | "badtype". | |
717 | * objfiles.h (print_symbol_bcache_statistics): Add prototype. | |
718 | * maint.c (objfiles.h): Include. | |
719 | (maintenance_print_statistics): Remove unused variable "temp". | |
720 | * minsyms.c (lookup_minimal_symbol_solib_trampoline): Remove | |
721 | unused variable "found_file_symbol". | |
722 | * m2-exp.y (yylex): Add LOC_UNRESOLVED case to switch. | |
723 | * language.c (lang_bool_type): Use existing function local type | |
724 | variable rather than create block local variables. | |
725 | * solib.c (disable_break): Enclose in ifndef SVR4_SHARED_LIBS. | |
726 | * infptrace.c (wait.h, command.h): Include. | |
727 | * ser-tcp.c (gdb_string.h): Include | |
728 | * i386-tdep.c (codestream_seek): Change "place" to CORE_ADDR. | |
729 | (i386_get_frame_setup): Change "pc" from int to CORE_ADDR. | |
730 | * command.c (complete_on_enum): Make assignment used as truth value | |
731 | explictly check against NULL. | |
732 | (wait.h): Include. | |
733 | * infrun.c (wait_for_inferior): Ifdef out prologue_pc since code | |
734 | that uses it is ifdef'd out. | |
735 | * parser-defs.h: Add prototype for write_dollar_variable. | |
736 | * infrun.c: Add prototype for write_pc_pid. | |
737 | * breakpoint.h: Add prototype for re_enable_breakpoints_in_shlibs. | |
738 | * symmisc.c (bcache.h): Include. | |
739 | * bcache.h: Add prototype for print_bcache_statistics. | |
740 | * symfile.c: Include <time.h>. | |
741 | * printcmd.c (print_scalar_formatted): Change len to unsigned int. | |
742 | * valarith.c (value_equal): Cast result of TYPE_LENGTH to int. | |
743 | * valarith.c (value_binop): Change result_len, promoted_len1, | |
744 | and promoted_len2 to unsigned int. | |
745 | * valarith.c (value_subscripted_rvalue): Change elt_offs and | |
746 | elt_size to unsigned int. | |
747 | * valops.c (value_array): Change typelength to unsigned int. | |
748 | (destructor_name_p): Change len to unsigned int. | |
749 | * scm-lang.h (scm_parse): Add prototype for scm_unpack. | |
750 | * symfile.c (decrement_reading_symtab): Change return type to void. | |
751 | * valarith.c (value_subscript): Remove unused variable "word". | |
752 | (value_subscript): Remove unused variable "tint". | |
753 | * valops.c (auto_abandon): Ifdef out, since code using it is also | |
754 | ifdef'd out. | |
755 | * eval.c (init_array_element): Remove unused variable "val". | |
756 | * Makefile.in (values.o): Depends on scm-lang.h. | |
757 | (command.o): Depends upon wait_h. | |
758 | (ser-tcp.o): Depends upon gdb_string.h. | |
759 | (infptrace.o): Depends upon wait_h and command_h. | |
760 | (maint.o): Depends on objfiles.h and symfile.h. | |
761 | * values.c (allocate_repeat_value): Remove unused variable | |
762 | "element_type". | |
763 | (scm-lang.h): Include. | |
764 | * breakpoint.c (create_longjmp_breakpoint): Enclose in | |
765 | GET_LONGJMP_TARGET define, unused otherwise. | |
766 | * config/i386/nm-linux.h: Add prototypes for i386_insert_watchpoint, | |
767 | i386_remove_watchpoint and i386_stopped_by_watchpoint. | |
768 | ||
078aeca4 DE |
769 | Thu Mar 28 12:53:19 1996 Doug Evans <[email protected]> |
770 | ||
771 | * configure.in (sparc64-*-solaris2*): Delete. | |
772 | Stick with sparc-*-solaris2*. | |
773 | * configure: Regenerated. | |
774 | ||
75225aa2 FF |
775 | Thu Mar 28 06:51:26 1996 Fred Fish <[email protected]> |
776 | ||
777 | * valops.c (value_assign): Make copy of internal variable value | |
778 | before returning it as a new value, since it is owned by the | |
779 | internal variable and will be freed along with it. | |
780 | ||
fa3764e2 JL |
781 | Wed Mar 27 08:36:17 1996 Jeffrey A Law ([email protected]) |
782 | ||
783 | * From Peter Schauer. | |
784 | * breakpoint.c (breakpoint_re_set_one): Keep temporary | |
785 | breakpoints bp_until, bp_finish, bp_watchpoint_cope, bp_call_dummy | |
786 | and bp_step_resume in case breakpoint_re_set_one is called due | |
787 | to a step over a dlopen call. | |
788 | * infrun.c (wait_for_inferior): Always remove breakpoints from | |
789 | inferior in BPSTAT_WHAT_CHECK_SHLIBS case. | |
790 | ||
7e2ff10d FF |
791 | Tue Mar 26 13:15:32 1996 Fred Fish <[email protected]> |
792 | ||
793 | * config/mips/tm-mips.h (COERCE_FLOAT_TO_DOUBLE): Only prefer | |
794 | non-prototyped case over prototyped case for C. | |
795 | * config/pa/tm-hppa.h (COERCE_FLOAT_TO_DOUBLE): Ditto. | |
796 | ||
4cfb23a9 FF |
797 | Sat Mar 23 17:24:28 1996 Fred Fish <[email protected]> |
798 | ||
799 | * os9kread.c (os9k_process_one_symbol): Note nonportable | |
800 | assumption that an int can hold a char *. | |
801 | ||
802 | * bcache.h (struct hashlink): Wrap data[] inside union with | |
803 | double to force longest alignment. | |
804 | (BCACHE_DATA): New macro to access data[]. | |
805 | (BCACHE_ALIGNMENT): New macro to get offset to data[]. | |
806 | * bcache.c (lookup_cache, bcache): Use BCACHE_DATA to get | |
807 | address of cached data. Use BCACHE_ALIGNMENT to compute | |
808 | amount of space to allocate for each hashlink struct. | |
809 | ||
b9aa6215 FF |
810 | Sat Mar 23 12:14:02 1996 Fred Fish <[email protected]> |
811 | ||
812 | * ch-lang.c (evaluate_subexp_chill): Fix typo. | |
813 | ||
814 | Thu Mar 21 08:27:19 1996 Fred Fish <[email protected]> | |
815 | ||
816 | * Makefile.in (VERSION): Bump version to 4.15.3 | |
817 | ||
18ea4416 ILT |
818 | Thu Mar 21 10:56:41 1996 Ian Lance Taylor <[email protected]> |
819 | ||
820 | * config.in: Rename from config.h.in. | |
821 | * configure.in: Call AC_CONFIG_HEADER with config.h:config.in. | |
822 | Change CONFIG_HEADERS test in AC_OUTPUT accordingly. | |
823 | * configure: Rebuild. | |
824 | * Makefile.in (stamp-h): Depend upon config.in, not config.h.in. | |
825 | Set CONFIG_HEADERS to config.h:config.in. | |
826 | ||
67718369 PS |
827 | Tue Mar 19 12:47:51 1996 Peter Schauer ([email protected]) |
828 | ||
829 | * partial-stab.h (case N_ENDM): Finish current partial symbol | |
830 | table for Solaris 2 cc. | |
831 | ||
a466b86a JL |
832 | Tue Mar 19 10:39:15 1996 Jeffrey A Law ([email protected]) |
833 | ||
834 | * rs6000-nat.c (exec_one_dummy_insn): Don't clobber the | |
835 | PC in the registers array. From Peter Schauer. | |
836 | ||
0ef22be9 FF |
837 | Mon Mar 18 13:47:09 1996 Fred Fish <[email protected]> |
838 | ||
839 | * symfile.c (reread_symbols): Reinitialize bcache struct | |
840 | members to zero using memset. Also use memset to reinit | |
841 | global_psymbols and static_psymbols, rather than explicitly | |
842 | resetting each structure member. | |
843 | ||
31520669 FF |
844 | Sat Mar 16 19:47:36 1996 Fred Fish <[email protected]> |
845 | ||
846 | * configure.in: Add fragment to create stamp-h. | |
847 | ||
848 | From Peter Schauer <[email protected]> | |
849 | * configure.in (AC_CHECK_HEADERS): Check for link.h. | |
850 | * configure: Regenerate with autoconf. | |
851 | * config.h.in: Regenerate with autoheader. | |
852 | * config/i386/nm-linux.h: Include solib.h only if HAVE_LINK_H | |
853 | is defined. | |
854 | * solib.c: Exclude most of the code if HAVE_LINK_H is not defined. | |
855 | * config/i386/linux.mh: Reinstate XM_CLIBS, it is needed for | |
856 | older a.out based systems. | |
857 | ||
bfcf3112 | 858 | Sat Mar 16 16:45:43 1996 Fred Fish <[email protected]> |
db210d08 | 859 | |
bfcf3112 | 860 | * config.h.in: New file. |
db210d08 FF |
861 | * acconfig.h: New file, for autoheader. |
862 | * configure.in (AC_CONFIG_HEADER): Add, generate config.h. | |
863 | * configure: Regenerate. | |
864 | * Makefile.in (defs_h): Add config.h | |
bfcf3112 FF |
865 | (distclean): Remove config.h and stamp-h during distclean. |
866 | (config.h, stamp-h): New targets to remake config.h when necessary. | |
db210d08 FF |
867 | * defs.h (config.h): Include before any other includes or defines. |
868 | * i386-tdep.c (gdb_string.h): Move include after include of defs.h. | |
d58ffc6c | 869 | * i386v4-nat.c (defs.h): Include before testing HAVE_SYS_PROCFS_H. |
db210d08 | 870 | |
d5fde1c9 FF |
871 | Sat Mar 16 14:55:27 1996 Fred Fish <[email protected]> |
872 | ||
873 | From Peter Schauer <[email protected]> | |
874 | * Makefile.in (INSTALLED_LIBS): Make sure that @LIBS@ will not | |
875 | result in an empty line, to work around a bug in native Ultrix 4.4 | |
876 | and OSF/1-3.2C make. | |
877 | ||
3dedc867 FF |
878 | Sat Mar 16 13:33:17 1996 Fred Fish <[email protected]> |
879 | ||
880 | * configure.in: Add gdbserver to configdirs under linux. | |
881 | * configure: Regenerate. | |
882 | ||
f727efb5 C |
883 | Fri Mar 15 12:06:58 1996 J.T. Conklin <[email protected]> |
884 | ||
885 | * config/i386/nm-nbsd.h (FLOAT_INFO): Comment out. | |
886 | * config/i386/tm-nbsd.h (NUM_REGS): Define. | |
887 | ||
a404ea25 JL |
888 | Thu Mar 14 10:31:18 1996 Jeffrey A Law ([email protected]) |
889 | ||
890 | * solib.c (solib_break_names): Add _r_debug_state for | |
891 | vanilla SVR4 implementations. From Peter Schauer. | |
892 | ||
893 | Mon Mar 11 14:24:57 1996 Dawn Perchik <[email protected]> | |
894 | ||
895 | * mon960-rom.c: New file; support mon960 rom monitor on i960. | |
896 | * monitor.c (monitor_debug): Change remotedebug to buffer strings. | |
897 | * monitor.c (monitor_open): Add test for flag MO_NO_ECHO_ON_OPEN before | |
898 | epecting prompt and echo during open. | |
899 | * monitor.c (monitor_stop): Add test for flag MO_SEND_BREAK_ON_OPEN to | |
900 | determine if break should be sent as stop command. | |
901 | * monitor.h: Add flags MO_NO_ECHO_ON_OPEN and MO_SEND_BREAK_ON_OPEN. | |
902 | * i960-tdep.c (mon960_frame_chain_valid): New function for getting | |
903 | stack frame on mon960. | |
904 | * Makefile.in: Add mon960 files. | |
905 | * configure.in: Changed i960-*-coff* and i960-*-elf* to target mon960; | |
906 | added i960-nindy-coff* and i960-nindy-elf* for target nindy. | |
907 | * configure: Regenerated. | |
908 | * config/i960/mon960.mt, config/i960/tm-mon960.h: New files; | |
909 | support mon960 rom monitor on i960. | |
910 | ||
1ef980b9 SC |
911 | Mon Mar 11 11:02:47 1996 Steve Chamberlain <[email protected]> |
912 | ||
913 | With Michael Snyder: | |
914 | * i386-tdep.c (skip_trampoline_code): Fix strncmp length. | |
915 | * win32-nat.c (CHECK, DEBUG*, debug_*): New. | |
916 | (handle_load_dll): Don't reload symbols. | |
917 | (handle_exception): Use the DEBUG_* names. | |
918 | (child_wait): Add DEBUG_* code. | |
919 | (_initialize_inftarg): Add new commands to set debug_ names. | |
920 | ||
803a31a3 JL |
921 | Mon Mar 11 09:19:58 1996 Jeffrey A Law ([email protected]) |
922 | ||
923 | * From Peter Schauer: | |
924 | * breakpoint.c (insert_breakpoints): Use ALL_BREAKPOINTS_SAFE. | |
925 | (bpstat_stop_status): Likewise. | |
926 | (remove_solib_event_breakpoints): Likewise. | |
927 | (clear_momentary_breakpoints): Likewise. | |
928 | (re_enable_breakpoints_in_shlibs): Don't reenable a breakpoint | |
929 | if we still can't read the memory for that breakpoint. | |
930 | (mention): Add bp_shlib_event case to keep gcc quiet. | |
931 | ||
932 | Fri Mar 8 12:08:12 1996 Jeffrey A Law ([email protected]) | |
933 | ||
934 | * breakpoint.h (enum enable): New enum shlib_disabled for | |
935 | shared library breakpoints that have been temporarily disabled. | |
936 | * breakpoint.c: Handle temporarily disabled shared library | |
937 | breakpoints like disabled breakpoints in most places. | |
938 | (insert_breakpoints): Use shlib_disabled to indicate | |
939 | that an unsettable breakpoint is only temporarily disabled. | |
940 | (re_enable_breakpoints_in_shlibs): New function. | |
941 | * corelow.c (solib_add_stub): After adding shared libraries, | |
942 | try to reenable any temporarily disabled breakpoints. | |
943 | * infcmd.c (attach_command): Likewise. | |
944 | * infrun.c (wait_for_inferior): Likewise. | |
945 | ||
4972c44e ILT |
946 | Fri Mar 8 11:41:25 1996 Ian Lance Taylor <[email protected]> |
947 | ||
948 | * defs.h (extract_long_unsigned_integer): Declare. | |
949 | * findvar.c (extract_long_unsigned_integer): New function. | |
950 | * printcmd.c (print_scalar_formatted): Use it. | |
951 | * valprint.c (val_print_type_code_int): Likewise. | |
952 | ||
00dd4fd9 SS |
953 | Thu Mar 7 17:40:50 1996 Stan Shebs <[email protected]> |
954 | ||
955 | * infcmd.c (do_registers_info): Ignore anonymous registers. | |
956 | * sh-tdep.c (set processor): New command to set specific | |
957 | processor type. | |
958 | (sh_reg_names, sh3_reg_names): Arrays of register names for | |
959 | SH and SH3 processors. | |
960 | (sh_set_processor_type): New function. | |
961 | * sh3-rom.c (sh3_open): Call it. | |
962 | (sh3_regname): Add names of all the bank registers. | |
963 | (sh3_supply_register): Clean up formatting. | |
964 | * config/sh/tm-sh.h (NUM_REGS, NUM_REALREGS): Increase to include | |
965 | bank registers. | |
966 | (REGISTER_NAMES): Add names of bank registers. | |
967 | (FP15_REGNUM): Define. | |
968 | (REGISTER_VIRTUAL_TYPE): Use it. | |
969 | * monitor.c: Clean up some comments. | |
970 | ||
43ece84d C |
971 | Thu Mar 7 12:09:51 1996 J.T. Conklin <[email protected]> |
972 | ||
973 | * i386b-nat.c: Revert part of Mar 5 change. FreeBSD collapsed the | |
974 | s* and t* symbols too. | |
975 | ||
5a367b09 JSC |
976 | Thu Mar 7 15:18:51 1996 James G. Smith <[email protected]> |
977 | ||
978 | * symfile.c (generic_load): Avoid division by zero. | |
979 | ||
653fed07 JL |
980 | Wed Mar 6 17:57:59 1996 Jeffrey A Law ([email protected]) |
981 | ||
982 | * breakpoint.c (bfd_lookup_symbol): Provide for all SVR4 systems, | |
983 | not just those with HANDLE_SVR4_EXEC_EMULATORS. | |
27b6a1fa | 984 | |
00dd4fd9 | 985 | From Peter Schauer: |
27b6a1fa JL |
986 | * breakpoint.c (internal_breakpoint_number): Move to file scope. |
987 | (create_solib_event_breakpoint): Use an internal breakpoint number. | |
988 | ||
bb901438 WM |
989 | Wed Mar 6 00:32:44 1996 Wilfried Moser (Alcatel) <[email protected]> |
990 | ||
991 | * valarith.c (value_in): Change builtin_type_chill_bool to | |
992 | LA_BOOL_TYPE. | |
993 | ||
c105168f WM |
994 | Tue Mar 5 23:48:36 1996 Wilfried Moser (Alcatel) <[email protected]> |
995 | ||
996 | * ch-exp.c (parse_primval): Handle CARD, MAX, MIN. | |
997 | (match_string_literal): Handle control sequence. | |
998 | (match_character_literal): Deto. | |
999 | ||
1000 | * ch-lang.c (chill_printchar): Change formating of nonprintable | |
1001 | characters from C'xx' to ^(num). | |
1002 | (chill_printstr): Deto. | |
1003 | (value_chill_card, value_chill_max_min): New functions to process | |
1004 | Chill's CARD, MAX, MIN. | |
1005 | (evaluate_subexp_chill): Process UNOP_CARD, UNOP_CHMAX, UNOP_CHMIN. | |
1006 | ||
1007 | * expression.h (exp_opcode): Add UNOP_CARD, UNOP_CHMAX, UNOP_CHMIN | |
1008 | for Chill's CARD, MAX, MIN. | |
1009 | ||
1010 | * valarith.c (value_in): Add processing of TYPE_CODE_RANGE | |
1011 | and change return type from builtin_type_int to | |
1012 | builtin_type_chill_bool. | |
1013 | ||
d009ffd8 SS |
1014 | Tue Mar 5 18:54:04 1996 Stan Shebs <[email protected]> |
1015 | ||
b4692cbc SS |
1016 | * config/nm-nbsd.h (link_object, lo_name, etc): Move to here |
1017 | from config/nm-nbsd.h. | |
1018 | * config/sparc/nm-nbsd.h (regs, fp_status, etc): Move to here | |
1019 | from config/sparc/tm-nbsd.h. | |
1020 | ||
d009ffd8 SS |
1021 | * config/m68k/nm-hp300hpux.h (FIVE_ARG_PTRACE): Define here |
1022 | instead of in config/m68k/xm-hp300hpux.h. | |
1023 | ||
d554e554 C |
1024 | Tue Mar 5 12:05:35 1996 J.T. Conklin <[email protected]> |
1025 | ||
1026 | * i386b-nat.c, m68knbsd-nat.c (fetch_core_registers): Provide | |
1027 | implementation for NetBSD systems. | |
1028 | ||
02e6e53d PB |
1029 | Mon Mar 4 23:44:16 1996 Per Bothner <[email protected]> |
1030 | ||
8d67b75a PB |
1031 | * valarith.c (binop_user_defined_p): Return 0 for BINOP_CONCAT. |
1032 | (value_concat): Handle varying strings (add COERCE_VARYING_ARRAY). | |
1033 | ||
02e6e53d PB |
1034 | * ch-lang.c (evaluate_subexp_chill case MULTI_SUBSCRIPT): Error |
1035 | if "function" is pointer to non-function. | |
1036 | ||
f935141e SS |
1037 | Mon Mar 4 17:47:03 1996 Stan Shebs <[email protected]> |
1038 | ||
1039 | * top.c (print_gdb_version): Update copyright year. | |
1040 | ||
11be829f JL |
1041 | Mon Mar 4 14:44:54 1996 Jeffrey A Law ([email protected]) |
1042 | ||
f935141e | 1043 | From Peter Schauer: |
11be829f JL |
1044 | * infrun.c (wait_for_inferior): Remove breakpoints and |
1045 | switch terminal settings before calling SOLIB_ADD. | |
1046 | * solib.c (enable_break, SVR4 variant): Don't map in symbols | |
1047 | for the dynamic linker, the namespace pollution causes real | |
1048 | problems. | |
1049 | ||
4f005fea JSC |
1050 | Sun Mar 3 17:18:57 1996 James G. Smith <[email protected]> |
1051 | ||
1052 | * remote-mips.c (common_breakpoint): Explicitly terminate the | |
1053 | returned buffer. | |
1054 | ||
cf3c0938 SS |
1055 | Wed Feb 28 22:32:18 1996 Stan Shebs <[email protected]> |
1056 | ||
1057 | From Wilfried Moser <[email protected]>: | |
1058 | * remote.c (remote_detach): Send a command 'D' to the target | |
1059 | when detaching, update the function's comments. | |
1060 | ||
8fe2b2c5 FF |
1061 | Wed Feb 28 15:50:12 1996 Fred Fish <[email protected]> |
1062 | ||
1063 | * Makefile.in (VERSION): Bump version to 4.15.2 to establish | |
1064 | baseline for gdb 4.16 rerelease testing. | |
1065 | ||
a4f39c06 JL |
1066 | Wed Feb 28 13:32:05 1996 Jeffrey A Law ([email protected]) |
1067 | ||
1068 | * somsolib.c (som_solib_create_inferior_hook): Before returning | |
1069 | call clear_symtab_users. | |
1070 | ||
1071 | Tue Feb 27 00:04:46 1996 Stu Grossman ([email protected]) | |
1072 | ||
1073 | * remote-e7000.c (e7000_open): Delete all breakpoints when | |
1074 | connecting to e7000. Change connect message to allow use of | |
1075 | monitor.exp in test suite. | |
1076 | * (e7000_load): Print transfer rate of download. | |
1077 | * symfile.c (generic_load): Print transfer rate of download. | |
1078 | ||
8fa6fcf8 SS |
1079 | Sun Feb 25 13:58:33 1996 Stan Shebs <[email protected]> |
1080 | ||
1081 | * configure.in (mips*-*-vxworks*): New config. | |
1082 | * configure: Regenerated. | |
1083 | ||
1084 | * config/mips/vxmips.mt, config/mips/tm-vxmips.h: New files. | |
1085 | * remote-vxmips.c (vx_convert_to_virtual, vx_convert_from_virtual): | |
1086 | Remove, never used. | |
1087 | ||
a97a483c PS |
1088 | Sat Feb 24 12:30:28 1996 Peter Schauer ([email protected]) |
1089 | ||
1090 | * partial-stab.h (case N_FUN): Function symbols generated | |
1091 | by SPARCworks cc have a meaningless zero value, do not update | |
1092 | pst->textlow if the function symbol value is zero. | |
1093 | ||
1094 | * stabsread.c (define_symbol): Initialize SYMBOL_TYPE field | |
1095 | for function prototype declaration symbols. | |
1096 | ||
b5eccf74 SG |
1097 | Fri Feb 23 22:33:04 1996 Stu Grossman ([email protected]) |
1098 | ||
1099 | * remote-e7000.c (e7000_load): New routine to download via the | |
1100 | network. | |
1101 | * (e7000_wait): Don't backup PC when we hit a breakpoint. | |
1102 | Apparantly new sh2 pods get this right... | |
1103 | * (e7000_ops): Add call to e7000_load. | |
1104 | ||
b7f3b6d5 C |
1105 | Thu Feb 22 00:52:42 1996 J.T. Conklin <[email protected]> |
1106 | ||
1107 | * config/m68k/{nbsd.mh,nbsd.mt,nm-nbsd.h,tm-nbsd.h,xm-nbsd.h}, | |
1108 | m68knbsd-nat.c: New files, support for NetBSD/m68k. | |
1109 | ||
1110 | * configure.in (m68k-*-netbsd*): New config. | |
1111 | * configure: Regenerated. | |
1112 | ||
517cb8d7 | 1113 | Wed Feb 21 19:00:21 1996 Fred Fish <[email protected]> |
6a6a552a FF |
1114 | |
1115 | * standalone.c (open, _initialize_standalone): Fix obvious typos | |
1116 | reported by Martin Pool <[email protected]>. | |
1117 | ||
13f6c7ea JL |
1118 | Wed Feb 21 14:24:04 1996 Jeffrey A Law ([email protected]) |
1119 | ||
1120 | * solib.c (solib_create_inferior_hook): Fix thinko. | |
1121 | ||
464c6c5f JL |
1122 | Tue Feb 20 23:59:19 1996 Jeffrey A Law ([email protected]) |
1123 | ||
1124 | * solib.c (solib_break_names): Define for Solaris and Linux. | |
1125 | (enable_break): For SVR4 systems, first try to use the debugger | |
1126 | interfaces in the dynamic linker to track shared library events | |
1127 | as they happen, then fall back to BKPT_AT_SYMBOL code. Convert | |
1128 | BKPT_AT_SYMBOL code to use shared library event breakpoints. | |
1129 | (solib_create_inferior_hook): Simplify BKPT_AT_SYMBOL code, | |
1130 | it no longer needs to restart/wait on the inferior. | |
1131 | * symfile.c (find_lowest_section): No longer static. | |
1132 | * symfile.h (find_lowest_section): Corresponding changes. | |
1133 | ||
517cb8d7 | 1134 | Tue Feb 20 18:54:08 1996 Fred Fish <[email protected]> |
45c5fa78 FF |
1135 | |
1136 | * valops.c (COERCE_FLOAT_TO_DOUBLE): Define default value. | |
1137 | (value_arg_coerce): Use COERCE_FLOAT_TO_DOUBLE. | |
1138 | * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Define to 1. | |
1139 | * config/mips/tm-mips.h: Ditto. | |
1140 | * config/pa/tm-hppa.h: Ditto. | |
1141 | * config/rs6000/tm-rs6000.h: Ditto. | |
1142 | * config/sparc/tm-sparc.h: Ditto. | |
1143 | ||
48d27324 C |
1144 | Tue Feb 20 17:32:05 1996 J.T. Conklin <[email protected]> |
1145 | ||
eb224848 C |
1146 | * config/{i386,ns32k}/nbsd.mh (NATDEPFILES): Remove core-aout.o. |
1147 | ||
48d27324 C |
1148 | * config/nm-nbsd.h (FETCH_INFERIOR_REGISTERS): Defined. |
1149 | * config/xm-nbsd.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG): | |
1150 | #ifdef'd out definitions --- Causes serious gdb failures on | |
1151 | the i386. Need to investigate further before enabling. | |
1152 | ||
1153 | * i386b-nat.c (fetch_inferior_registers, store_inferior_registers, | |
1154 | fetch_core_registers): New functions. These functions are defined | |
1155 | if FETCH_INFERIOR_REGISTERS is set. Registers are fetched/stored | |
1156 | with ptrace PT_GETREGS/PT_SETREGS. | |
1157 | ||
95f6f926 SG |
1158 | Tue Feb 20 16:55:06 1996 Stu Grossman ([email protected]) |
1159 | ||
1160 | * findvar.c (extract_floating store_floating): Replace `long | |
1161 | double' with `DOUBLEST'. | |
1162 | ||
cb91ea56 C |
1163 | Mon Feb 19 15:25:51 1996 J.T. Conklin <[email protected]> |
1164 | ||
1165 | * config/xm-nbsd.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG): | |
1166 | Define. | |
1167 | ||
9263da6f JL |
1168 | Mon Feb 19 10:32:05 1996 Jeffrey A Law ([email protected]) |
1169 | ||
1170 | * symtab.h (looup_minimal_symbol_solib_trampoline): Declare. | |
1171 | ||
1172 | * breakpoint.h (remove_solib_event_breakpoints): Declare. | |
1173 | * breakpoint.c (remove_solib_event_breakpoints): New function. | |
1174 | * somsolib.c (solib_create_inferior_hook): Remove all solib event | |
1175 | breakpoints before inserting any new ones. Use a solib event | |
1176 | breakpoint for the breakpoint at "_start". | |
1177 | Remove extraneous "\n" from calls to warning. | |
1178 | ||
1179 | * breakpoint.c (breakpoint_1): Add missing "sigtramp" to bptypes | |
1180 | name array. | |
1181 | ||
0708e99f FF |
1182 | Mon Feb 19 01:09:32 1996 Doug Evans <[email protected]> |
1183 | ||
1184 | * dwarfread.c (add_partial_symbol): Use ADD_PSYMBOL_ADDR_TO_LIST | |
1185 | for CORE_ADDR values. | |
1186 | (new_symbol): Use SYMBOL_VALUE_ADDRESS for CORE_ADDR values. | |
1187 | * symfile.h (add_psymbol_{,addr}to_list): Add prototypes. | |
1188 | ||
08dc1eeb PS |
1189 | Sun Feb 18 14:37:13 1996 Peter Schauer ([email protected]) |
1190 | ||
1191 | * mipsread.c (mipscoff_symfile_read): Unconditionally add | |
1192 | alpha coff dynamic symbols for all symbol files. Makes skipping | |
1193 | over the trampoline code work when stepping from a function in a | |
1194 | shared library into a function in a different shared library. | |
1195 | ||
1d6afd7f SG |
1196 | Sun Feb 18 09:27:10 1996 Stu Grossman ([email protected]) |
1197 | ||
1198 | * config/sparc/tm-sparc.h: Define PS_FLAG_CARRY. Define | |
1199 | RETURN_VALUE_ON_STACK to return long doubles on the stack. | |
1200 | ||
0708e99f | 1201 | Sat Feb 17 16:33:11 1996 Fred Fish <[email protected]> |
176b2bee FF |
1202 | |
1203 | * Makefile.in (ch-exp.o): Add dependencies. | |
1204 | (various): Add gdb_string.h to dependencies that need it. | |
1205 | ||
dcb6a7c0 FF |
1206 | Sat Feb 17 08:57:50 1996 Fred Fish <[email protected]> |
1207 | ||
1208 | * symmisc.c (print_symbol_bcache_statistics): Update description for | |
1209 | printing byte cache statistics. | |
1210 | ||
aa220473 SG |
1211 | Thu Feb 16 16:02:03 1996 Stu Grossman ([email protected]) |
1212 | ||
1213 | * Add native support for long double data type. | |
1214 | * c-exp.y (%union): Change dval to typed_val_float. Use DOUBLEST | |
1215 | to store actual data. Change types of INT and FLOAT tokens to | |
1216 | typed_val_int and typed_val_float respectively. Create new token | |
1217 | DOUBLE_KEYWORD to specify the string `double'. Make production | |
1218 | for FLOAT use type determined by parse_number. Add production for | |
1219 | "long double" data type. | |
1220 | * (parse_number): Use sscanf to parse numbers as float, double or | |
1221 | long double depending upon the type of typed_val_float.dval. Also | |
1222 | allow user to specify `f' or `l' suffix to explicitly specify | |
1223 | float or long double constants. Change typed_val to | |
1224 | typed_val_int. | |
1225 | * (yylex): Change typed_val to typed_val_int. Also, scan for | |
1226 | "double" keyword. | |
1227 | * coffread.c (decode_base_type): Add support for T_LNGDBL basic | |
1228 | type. | |
1229 | * configure, configure.in: Add check for long double support in | |
1230 | the host compiler. | |
1231 | * defs.h: Define DOUBLEST appropriatly depending on whether | |
1232 | HAVE_LONG_DOUBLE (from autoconf) is defined. Also, fix prototypes | |
1233 | for functions that handle this type. | |
1234 | * expression.h (union exp_element): doubleconst is now type | |
1235 | DOUBLEST. | |
1236 | * m2-exp.y f-exp.y (%union): dval becomes type DOUBLEST. | |
1237 | * findvar.c (extract_floating): Make return value be DOUBLEST. | |
1238 | Also, add support for numbers with size of long double. | |
1239 | * (store_floating): Arg `val' is now type DOUBLEST. Handle all | |
1240 | floating types. | |
1241 | * parser-defs.h parse.c (write_exp_elt_dblcst): Arg expelt is now | |
1242 | DOUBLEST. | |
1243 | * valarith.c (value_binop): Change temp variables v1, v2 and v to | |
1244 | type DOUBLEST. Coerce type of result to long double if either op | |
1245 | was of that type. | |
1246 | * valops.c (value_arg_coerce): If argument type is bigger than | |
1247 | double, coerce to long double. | |
1248 | * (call_function_by_hand): If REG_STRUCT_HAS_ADDR is defined, and | |
1249 | arg type is float and > 8 bytes, then use pointer-to-object | |
1250 | calling conventions. | |
1251 | * valprint.c (print_floating): Arg doub is now type DOUBLEST. | |
1252 | Use appropriate format and precision to print out floating point | |
1253 | values. | |
1254 | * value.h: Fixup prototypes for value_as_double, | |
1255 | value_from_double, and unpack_double to use DOUBLEST. | |
1256 | * values.c (record_latest_value): Remove check for invalid | |
1257 | floats. Allow history to store them so that people may examine | |
1258 | them in hex if they want. | |
1259 | * (value_as_double unpack_double): Change return value to DOUBLEST. | |
1260 | * (value_from_double): Arg `num' is now DOUBLEST. | |
1261 | * (using_struct_return): Use RETURN_VALUE_ON_STACK macro (target | |
1262 | specific) to expect certain types to always be returned on the stack. | |
1263 | ||
2ad5709f FF |
1264 | Fri Feb 16 14:00:54 1996 Fred Fish <[email protected]> |
1265 | ||
1266 | * bcache.c, bcache.h: New files to implement a byte cache. | |
1267 | * Makefile.in (SFILES): Add bcache.c. | |
1268 | (symtab_h): Add bcache.h. | |
1269 | (HFILES_NO_SRCDIR): add bcache.h | |
1270 | (COMMON_OBJS): Add bcache.o | |
1271 | (bcache.o): New target. | |
1272 | * dbxread.c (start_psymtab): Make global_syms & static_syms | |
1273 | type "partial_symbol **". | |
1274 | * hpread.c (hpread_start_symtab): Ditto. | |
1275 | * os9kread.c (os9k_start_psymtab): Ditto. | |
1276 | * stabsread.h (start_psymtab): Ditto. | |
1277 | * {symfile.c, symfile.h} (start_psymtab_common): Ditto. | |
1278 | * maint.c (maintenance_print_statistics): Call | |
1279 | print_symbol_bcache_statistics. | |
1280 | * objfiles.c (allocate_objfile): Initialize psymbol bcache malloc | |
1281 | and free pointers. | |
1282 | * solib.c (allocate_rt_common_objfile): Ditto. | |
1283 | * symfile.c (reread_symbols): Ditto. | |
1284 | (free_objfile): Free psymbol bcache when objfile is freed. | |
1285 | (objfile_relocate): Use new indirect psymbol pointers. | |
1286 | * objfiles.h (struct objfile): Add psymbol cache. | |
1287 | * symfile.c (compare_psymbols): Now passed pointers to pointers to | |
1288 | psymbols. | |
1289 | (reread_symbols): Free psymbol bcache when freeing other objfile | |
1290 | resources. | |
1291 | (add_psymbol_to_list, add_psymbol_addr_to_list): Initialize new | |
1292 | psymbol using the psymbol bcache. | |
1293 | (init_psymbol_list): Psymbol lists now contain pointers rather than | |
1294 | the actual psymbols. | |
1295 | * symfile.h (psymbol_allocation_list): Psymbol lists now dynamically | |
1296 | grown arrays of pointers. | |
1297 | (ADD_PSYMBOL_VT_TO_LIST): Initialize new symbol using the psymbol | |
1298 | bcache. | |
1299 | * symmisc.c (print_partial_symbols): Now takes pointer to pointer | |
1300 | to partial symbol. | |
1301 | (print_symbol_bcache_statistics): New function to print per objfile | |
1302 | bcache statistics. | |
1303 | (print_partial_symbol, print_partial_symbols, | |
1304 | maintenance_check_symtabs, extend_psymbol_list): | |
1305 | Account for change to pointer to pointer to partial symbol. | |
1306 | * symtab.c (find_pc_psymbol, lookup_partial_symbol, decode_line_2, | |
1307 | make_symbol_completion_list): | |
1308 | Account for change to pointer to pointer to partial symbol. | |
1309 | * symtab.h (bcache.h): Include. | |
1310 | * xcoffread.c (xcoff_start_psymtab): Make global_syms & static_syms | |
1311 | type "partial_symbol **". | |
1312 | ||
4a1d2ce2 FF |
1313 | Fri Feb 16 10:02:34 1996 Fred Fish <[email protected]> |
1314 | ||
1315 | * dwarfread.c (free_utypes): New function. | |
1316 | (read_file_scope): Call free_utypes as cleanup, rather than just | |
1317 | freeing the utypes pointer. | |
1318 | ||
81afee37 FF |
1319 | Thu Feb 15 21:40:52 1996 Peter Schauer ([email protected]) |
1320 | ||
1321 | * demangle.c (is_cplus_marker): New function, checks if a | |
1322 | character is one of the commonly used C++ marker characters. | |
1323 | * defs.h (is_cplus_marker): Add prototype. | |
1324 | * c-typeprint.c (c_type_print_base), ch-lang.c (chill_demangle), | |
1325 | cp-valprint.c (cp_print_class_method), mdebugread.c (parse_symbol), | |
1326 | stabsread.c (define_symbol, read_member_functions, read_struct_fields), | |
1327 | symtab.h (OPNAME_PREFIX_P, VTBL_PREFIX_P, DESTRUCTOR_PREFIX_P), | |
1328 | values.c (vb_match): Use is_cplus_marker instead of comparison | |
1329 | with CPLUS_MARKER. | |
1330 | ||
14b22711 FF |
1331 | Thu Feb 15 18:08:13 1996 Fred Fish <[email protected]> |
1332 | ||
1333 | * symfile.h (INLINE_ADD_PSYMBOL): Default this to 0 and possibly | |
1334 | delete entirely someday. | |
1335 | ||
884fb64c SS |
1336 | Thu Feb 15 15:25:34 1996 Stan Shebs <[email protected]> |
1337 | ||
1338 | * mpw-make.sed: Edit out makefile rebuild rule. | |
1339 | (host_alias, target_alias): Comment out instead of deleting. | |
1340 | (@LIBS@): Edit out references. | |
1341 | ||
f1d39876 FF |
1342 | Tue Feb 13 22:56:46 1996 Fred Fish <[email protected]> |
1343 | ||
1344 | * symfile.c (add_psymbol_to_list, add_psymbol_addr_to_list): | |
1345 | Use n_psyms in OBJSTAT, not psyms. | |
1346 | ||
1347 | Mon Feb 12 15:59:31 1996 Doug Evans <[email protected]> | |
1348 | ||
1349 | * configure.in (sparclet-*-aout*): New config. | |
1350 | * configure: Regenerated. | |
1351 | ||
c37c7c6c FF |
1352 | Mon Feb 12 14:17:52 1996 Fred Fish <[email protected]> |
1353 | ||
1354 | * somsolib.c (som_solib_add): Use xmalloc rather than bare | |
1355 | unchecked call to malloc. | |
1356 | * remote-mips.c (pmon_load_fast): ditto. | |
1357 | * remote-mm.c (mm_open): ditto. | |
1358 | * hpread.c (hpread_lookup_type): ditto. | |
1359 | * remote-adapt.c (adapt_open): ditto. | |
1360 | ||
6405302d FF |
1361 | Mon Feb 12 13:11:32 1996 Fred Fish <[email protected]> |
1362 | ||
1363 | * f-lang.c (allocate_saved_bf_node, allocate_saved_function_node, | |
1364 | allocate_saved_f77_common_node, allocate_common_entry_node, | |
1365 | add_common_block): Use xmalloc rather than malloc, some of which | |
1366 | were unchecked. | |
1367 | * gnu-regex.c: At same point as other gdb specific changes | |
1368 | #undef malloc and then #define it to xmalloc. | |
1369 | * ch-exp.c (growbuf_by_size): Use xmalloc/xrealloc rather than | |
1370 | bare unchecked calls to malloc/realloc. | |
1371 | * stabsread.c (dbx_lookup_type): Use xmalloc rather than bare | |
1372 | unchecked call to malloc. | |
1373 | ||
ff7116e2 SG |
1374 | Wed Feb 7 11:31:26 1996 Stu Grossman ([email protected]) |
1375 | ||
1376 | * symtab.c (gdb_mangle_name): Change opname var to be const to | |
1377 | match return val of cplus_mangle_name. | |
1378 | * i960-tdep.c: Change arg types of next_insn to match callers. | |
1379 | ||
b0ee0cf2 FF |
1380 | Wed Feb 7 07:34:24 1996 Fred Fish <[email protected]> |
1381 | ||
1382 | * config/i386/linux.mh (XM_CLIBS, GDBSERVER_LIBS): Remove. These | |
1383 | apparently aren't needed in any reasonably recent version of | |
1384 | linux. | |
1385 | ||
ec49fc98 PB |
1386 | Tue Feb 6 21:37:03 1996 Per Bothner <[email protected]> |
1387 | ||
1388 | * stabsread.c (read_range_type): If !self-subrange and language | |
1389 | is Chill, assume a true range. If a true_range is a sub_subrange, | |
1390 | use builtin_type_int for index_type. | |
1391 | ||
1392 | Tue Feb 6 18:38:51 1996 J.T. Conklin <[email protected]> | |
1393 | ||
1394 | * nindy-share/nindy.c (say): Use stdarg.h macros when compiling | |
1395 | with an ANSI compiler. | |
1396 | ||
f0b0d915 TT |
1397 | start-sanitize-gdbtk |
1398 | Tue Feb 6 16:31:25 1996 Tom Tromey <[email protected]> | |
1399 | ||
1400 | * gdbtk.tcl (create_file_win): Eliminate text widget B1 binding so | |
1401 | double-clicking will work again. | |
1402 | (create_asm_win): Put "break" at end of all B1 bindings. | |
1403 | (create_file_win): Lower "sel" tag, don't raise it. | |
1404 | (ensure_line_visible): New proc. | |
1405 | (update_listing, update_assembly): Use it. | |
1406 | (create_copyright_window): Destroy window on Leave event. | |
1407 | (create_command_window): Put "break" at end of all B2 bindings. | |
1408 | ||
1409 | end-sanitize-gdbtk | |
263af172 SC |
1410 | Mon Feb 5 18:24:28 1996 Steve Chamberlain <[email protected]> |
1411 | ||
1412 | From [email protected] (Michael Snyder): | |
1413 | * valops.c (value_arg_coerce): Coerce float to double, unless the | |
1414 | function prototype specifies float. | |
1415 | ||
fc71ad23 | 1416 | Mon Feb 5 09:51:55 1996 Tom Tromey <[email protected]> |
8bdae156 | 1417 | |
fc71ad23 TT |
1418 | * language.c (set_language_command): Use languages table when |
1419 | printing available languages. | |
1420 | ||
1421 | Sat Feb 3 12:22:05 1996 Fred Fish <[email protected]> | |
1422 | ||
1423 | Fix problems reported by Hans Verkuil ([email protected]): | |
1424 | * command.c (add_cmd): Add missing initialization for enums member. | |
1425 | Reorder members to match structure declaration to make it easier to | |
1426 | tell when one is missing. | |
1427 | * exec.c (exec_file_command): Fix problem where filename in malloc'd | |
1428 | memory is referenced after being freed. | |
8bdae156 | 1429 | |
255181a9 PS |
1430 | Sat Feb 3 03:26:21 1996 Peter Schauer ([email protected]) |
1431 | ||
1432 | * dwarfread.c (read_func_scope): Avoid GDB core dumps if | |
1433 | AT_name tag is missing. | |
1434 | ||
1435 | * procfs.c (procfs_stopped_by_watchpoint): Fix logic when | |
1436 | FLTWATCH and FLTKWATCH are defined. | |
1437 | ||
1438 | * remote.c (remote_read_bytes): Advance memaddr for transfers, | |
1439 | return number of bytes transferred for partial reads. | |
1440 | ||
1441 | * top.c (init_signals): Reset SIGTRAP to SIG_DFL. | |
1442 | ||
454ffae5 SC |
1443 | Fri Feb 2 13:40:50 1996 Steve Chamberlain <[email protected]> |
1444 | ||
1445 | * win32-nat.c (mappings): Add ppc registers. | |
9a763320 | 1446 | (child_resume): Turn off step for ppc. |
454ffae5 | 1447 | |
3d78f532 SC |
1448 | Thu Feb 1 10:29:31 1996 Steve Chamberlain <[email protected]> |
1449 | ||
1450 | * config/powerpc/(cygwin32.mh, cygwin32.mt, tm-cygwin32.h, | |
1451 | xm-cygwin32.h): New. | |
1452 | * config/i386/(*win32*): Becomes *cygwin32*. | |
1453 | * configure.in (i[3456]86-*-win32*): Becomes i[3456]86-*-cygwin32. | |
1454 | (powerpcle-*-cygwin32): New. | |
1455 | * configure: Regenerate. | |
1456 | * win32-nat.c (child_create_inferior): Call CreateProcess | |
1457 | with the right program arg. | |
1458 | ||
4ad70253 JL |
1459 | Thu Feb 1 11:01:10 1996 Jeffrey A Law ([email protected]) |
1460 | ||
1461 | * config/pa/tm-hppa.h (SOFT_FLOAT): Provide a default definition. | |
1462 | ||
0db5a6fe FF |
1463 | Wed Jan 31 19:01:28 1996 Fred Fish <[email protected]> |
1464 | ||
1465 | * serial.c: Change fputc/fputs/fprintf to _unfiltered forms. | |
1466 | ||
28bc5ef7 SS |
1467 | Wed Jan 31 18:36:27 1996 Stan Shebs <[email protected]> |
1468 | ||
97abaf19 SS |
1469 | * config/sparc/xm-sun4os4.h (HAVE_TERMIOS): Remove. |
1470 | ||
28bc5ef7 SS |
1471 | * config/sparc/xm-sparc.h (HAVE_WAIT_STRUCT): Remove, never used. |
1472 | ||
97abaf19 SS |
1473 | * config/i386/nm-i386mach.h (CHILD_PREPARE_TO_STORE): Move to |
1474 | here from config/i386/xm-i386mach.h, fix name. | |
1475 | * config/i386/nm-sun386.h: Ditto, from config/i386/xm-sun386.h. | |
1476 | * config/i386/nm-ptx4.h (CHILD_PREPARE_TO_STORE): Move to | |
1477 | here from config/i386/xm-ptx4.h. | |
1478 | * config/i386/nm-ptx4.h: Ditto, from config/i386/xm-ptx.h. | |
1479 | * config/i386/nm-symmetry.h: Ditto, from config/i386/xm-symmetry.h. | |
1480 | * config/m68k/nm-sun3.h: Ditto, from config/m68k/xm-sun3.h. | |
1481 | * config/sparc/nm-nbsd.h: Ditto, from config/sparc/xm-nbsd.h. | |
1482 | * config/sparc/nm-sun4os4: Ditto, from config/sparc/xm-sparc.h. | |
1483 | ||
28bc5ef7 SS |
1484 | * config/sparc/nm-sun4sol2.h: New file, renamed from nm-sysv4.h. |
1485 | (PRSVADDR_BROKEN): Move here from xm-sun4sol2.h. | |
1486 | * config/sparc/sun4sol2.mh (NAT_FILE): Update. | |
28bc5ef7 | 1487 | |
17280c3f JL |
1488 | Wed Jan 31 17:20:26 1996 Jeffrey A Law ([email protected]) |
1489 | ||
1490 | * config/pa/tm-hppa.h (EXTRACT_RETURN_VALUE): Handle software | |
1491 | floating point correctly. | |
1492 | (STORE_RETURN_VALUE): Likewise. | |
1493 | * config/pa/tm-pro.h (SOFT_FLOAT): define. | |
1494 | ||
44e9f3b3 FF |
1495 | Wed Jan 31 13:34:52 1996 Fred Fish <[email protected]> |
1496 | ||
1497 | * config/i386/xm-linux.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT): | |
1498 | Define to what should be reasonable values. However, apparently | |
1499 | a bug in linux mmap prevents mapped symbol tables from working. | |
1500 | ||
ad1e42be FF |
1501 | Tue Jan 30 18:26:19 1996 Fred Fish <[email protected]> |
1502 | ||
1503 | * defs.h (errno.h>: Move #include closer to head of file to solve | |
1504 | obscure problem with systems that declare perror with const arg, in | |
1505 | both errno.h and stdio.h, and const is defined away by intervening | |
1506 | local include. | |
1507 | ||
d3ba76fc FF |
1508 | Tue Jan 30 15:41:10 1996 Fred Fish <[email protected]> |
1509 | ||
1510 | From Jon Reeves <[email protected]>: | |
1511 | * i386-stub.c (getpacket): Change fprintf stream from "gdb" to stderr. | |
1512 | (mem_fault_routine): Fix misplaced volatile type qualifier in decl. | |
1513 | ||
f6ade5dd FF |
1514 | Mon Jan 29 19:05:58 1996 Fred Fish <[email protected]> |
1515 | ||
1516 | * Makefile.in (diststuff): Make all-doc; diststuff target does not | |
1517 | exist in doc/Makefile.in. | |
1518 | ||
cdea3fd3 SS |
1519 | Mon Jan 29 18:44:57 1996 Stan Shebs <[email protected]> |
1520 | ||
1521 | * config/m88k/xm-cxux.h (BP_HIT_COUNT): Remove, never used. | |
1522 | ||
d221b17e WM |
1523 | Mon Jan 29 00:10:35 1996 Wilfried Moser (Alcatel) <[email protected]> |
1524 | ||
cdea3fd3 SS |
1525 | * ch-valprint.c (calculate_array_length): New function to |
1526 | determine the length of an array type. | |
d221b17e WM |
1527 | (chill_val_print (case TYPE_CODE_ARRAY)): If the length of an |
1528 | array type is zero, call calculate_array_length. | |
1529 | ||
cdea3fd3 SS |
1530 | * gdbtypes.c (get_discrete_bounds (case TYPE_CODE_ENUM)): The |
1531 | values may not be sorted. Scan all entries and set the real lower | |
1532 | and upper bound. | |
d221b17e | 1533 | |
fa9f5840 FF |
1534 | Sun Jan 28 15:50:42 1996 Fred Fish <[email protected]> |
1535 | ||
1536 | * config/xm-linux.h: Move include of solib.h and #define of | |
1537 | SVR4_SHARED_LIBS from here ... | |
1538 | * config/nm-linux.h: ...to here. | |
1539 | ||
4708ac65 FF |
1540 | Sat Jan 27 10:34:05 1996 Fred Fish <[email protected]> |
1541 | ||
1542 | * configure.in (AC_CHECK_HEADERS): Check for sys/procfs.h. | |
1543 | Also check for gregset_t and fpregset_t types. | |
1544 | * configure: Regenerate. | |
1545 | * core-regset.c (sys/procfs.h): Only include if HAVE_SYS_PROCFS_H | |
1546 | is defined. | |
1547 | (fetch_core_registers): Turn into stub unless both HAVE_GREGSET_T | |
1548 | and HAVE_FPREGSET_T are defined. These changes allow systems | |
1549 | like linux that are migrating to /proc support to use a single | |
1550 | configuration for both new and old versions. | |
1551 | ||
1552 | * config/i386/linux.mt: Note that this is now for both a.out and | |
1553 | ELF systems. | |
1554 | * config/i386/linux.mh (NATDEPFILES): Add solib.o, core-regset.o, | |
1555 | i386v4-nat.o | |
1556 | * config/i386/tm-linux.h (tm-sysv4.h): Include. | |
1557 | * config/i386/xm-linux.h (solib.h): Include | |
1558 | (SVR4_SHARED_LIBS): Define. | |
1559 | * i386v4-nat.c: Only compile if HAVE_SYS_PROCFS_H is defined. | |
1560 | (supply_gregset, fill_gregset): Compile if HAVE_GREGSET_T defined. | |
cdea3fd3 SS |
1561 | (supply_fpregset, fill_fpregset): Compile if HAVE_FPREGSET_T |
1562 | defined. | |
4708ac65 | 1563 | |
a77bf669 SS |
1564 | Fri Jan 26 13:48:14 1996 Stan Shebs <[email protected]> |
1565 | ||
1566 | * config/sparc/xm-sparc.h (NEW_SUN_CORE): Remove, never used. | |
1567 | * config/i386/xm-sun386.h: Ditto. | |
1568 | * config/m68k/xm-sun2.h, config/m68k/xm-sun3.h: Ditto. | |
1569 | ||
1570 | Thu Jan 25 16:05:53 1996 Tom Tromey <[email protected]> | |
1571 | ||
1572 | * Makefile.in (INSTALLED_LIBS, CLIBS): Include @LIBS@. | |
1573 | ||
a4b4479a SC |
1574 | Thu Jan 25 09:22:15 1996 Steve Chamberlain <[email protected]> |
1575 | ||
1576 | From Greg McGary <[email protected]>: | |
1577 | * dcache.c (dcache_peek, dcache_poke): Advance addr for | |
1578 | multi-byte I/O. | |
1579 | ||
4133a76e JL |
1580 | Thu Jan 25 13:08:51 1996 Doug Evans ([email protected]) |
1581 | ||
1582 | * infrun.c (normal_stop): Fix test for shared library event. | |
1583 | ||
146ee7db DE |
1584 | Thu Jan 25 03:26:38 1996 Doug Evans <[email protected]> |
1585 | ||
1586 | * configure.in (sparc64-*-*): Add default host configuration. | |
1587 | start-sanitize-gdbtk | |
1588 | (sparc64-*-solaris2* host): Link statically if GCC used. | |
1589 | end-sanitize-gdbtk | |
1590 | (sparc64-*-solaris2*): Add target configuration. | |
b23b4cb5 | 1591 | * configure: Regenerated. |
146ee7db DE |
1592 | * sparc/sp64sol2.mt: New file. |
1593 | ||
76336191 DE |
1594 | Wed Jan 24 22:31:37 1996 Doug Evans <[email protected]> |
1595 | ||
1596 | * Makefile.in (RUNTEST): srcdir renamed to rootsrc. | |
1597 | ||
1a57cd09 TT |
1598 | Wed Jan 24 15:42:24 1996 Tom Tromey <[email protected]> |
1599 | ||
1600 | * Makefile.in (lint): Close backquotes. | |
1601 | ||
1602 | start-sanitize-gdbtk | |
1603 | Wed Jan 24 15:28:41 1996 Tom Tromey <[email protected]> | |
1604 | ||
1605 | * gdbtk.tcl, gdbtk.c: Updated copyrights. | |
1606 | ||
1607 | * configure.in: Look for -ldl or -ldld when using Tcl 7.5 or | |
1608 | greater. | |
1609 | * configure: Rebuilt. | |
1610 | ||
1611 | end-sanitize-gdbtk | |
e8f1ad9a FF |
1612 | Wed Jan 24 13:19:10 1996 Fred Fish <[email protected]> |
1613 | ||
1614 | * NEWS: Make note of new record and replay feature for | |
1615 | remote debug sessions. | |
1616 | * serial.c (gdbcmd.h): Include. | |
1617 | (serial_logfile, serial_logfp, serial_reading, serial_writing): | |
1618 | Define here, for remote debug session logging. | |
1619 | (serial_log_command, serial_logchar, serial_write, serial_readchar): | |
1620 | New functions for remote debug session logging. | |
1621 | (serial_open): Open remote debug session log file when needed. | |
1622 | (serial_close): Close remote debug session log file when needed. | |
1623 | (_initialize_serial): Add set/show commands for name of remote | |
1624 | debug session log file. | |
1625 | * serial.h (serial_readchar): Declare | |
1626 | (SERIAL_READCHAR): Call serial_readchar(). | |
1627 | (SERIAL_WRITE): Call serial_write(). | |
1628 | (serial_close): Declare as extern. | |
1629 | (serial_logfile, serial_logfp): Declare. | |
1630 | * top.c (execute_command): Declare serial_logfp. Log user command | |
1631 | in remote debug session log if log file is open. | |
1632 | * remote-array.c (array_wait): #ifdef out echo to gdb_stdout. | |
1633 | (array_read_inferior_memory): Rewrite to fix memory overwrite bug. | |
1634 | * remote-array.c (SREC_SIZE): Remove, duplicates define in | |
1635 | monitor.h. | |
1636 | * remote-array.c (hexchars, hex2mem): Remove, unused. | |
1637 | * gdbserver/low-linux.c (store_inferior_registers): Remove | |
1638 | unnecessary extern declaration of registers[]. | |
1639 | * gdbserver/Makefile.in (all): Add gdbreplay. | |
1640 | * gdbserver/gdbreplay.c: New file. | |
1641 | * gdbserver/README: Give example of recording a remote | |
1642 | debug session with gdb and then replaying it with gdbreplay. | |
1643 | ||
c6038971 PB |
1644 | Tue Jan 23 18:02:35 1996 Per Bothner <[email protected]> |
1645 | ||
1646 | * stabsread.c (rs6000_builtin_type): Make bool type unsigned. | |
1647 | (read_one_struct_field): Support boolean bitfields. | |
1648 | * c-valprint.c (c_val_print): Print booleans properly. | |
1649 | ||
5a8d8b8d SS |
1650 | Tue Jan 23 18:54:09 1996 Stan Shebs <[email protected]> |
1651 | ||
1652 | * remote-vxsparc.c (vx_convert_to_virtual, vx_convert_from_virtual): | |
1653 | Remove, never used. | |
1654 | * config/sparc/vxsparc.mt (TDEPFILES): Add remote-vxsparc.o. | |
1655 | ||
ec5f347c PB |
1656 | Tue Jan 23 14:36:05 1996 Per Bothner <[email protected]> |
1657 | ||
9293e886 PB |
1658 | * ch-exp.c (parse_tuple): Error if invalid mode. |
1659 | ||
533bda77 PB |
1660 | * value.h (COERCE_ARRAY): Don't coerce enums. |
1661 | (COERCE_ENUM): Don't COERCE_REF. | |
1662 | (COERCE_NUMBER): New macro (same as COERCE_ARRAY then COERCE_ENUM). | |
1663 | * valops.c (value_assign): Only do COERCE_ARRAY if internalvar (let | |
1664 | value_cast handle it otherwise); do *not* COERCE_ENUM either way. | |
1665 | * valarith.c: Use COERCE_NUMBER instead od COEREC_ARRAY. | |
1666 | Add COERCE_REF before COERCE_ENUM. | |
1667 | * values.c (value_as_long): Simplify. | |
1668 | ||
1669 | * valops.c (value_array): Create internalvar if !c_style_arrays. | |
1670 | ||
ec5f347c PB |
1671 | * language.c (lang_bool_type): Add Fortran support. |
1672 | * eval.c (OP_BOOL): Use LA_BOOL_TYPE. | |
1673 | ||
87273c71 JL |
1674 | Tue Jan 23 13:08:26 1996 Jeffrey A Law ([email protected]) |
1675 | ||
1676 | * symfile.c (auto_solib_add): Renamed from auto_solib_add_at_startup. | |
1677 | All references changed. | |
1678 | * breakpoint.c (bpstat_what): Add shlib_event to the class types. | |
1679 | Update state table. Reformat so that it's still readable. | |
1680 | When we hit the shlib_event breakpoint, set the calss of shlib_event. | |
1681 | (breakpoint_1): Add "shlib events" as a breakpoint type. | |
1682 | Print the shlib_event breakpoint like other breakpoints. | |
1683 | (create_solib_event_breakpoint): New function. | |
1684 | (breakpoint_re_set_one): Handle solib_event breakpoints. | |
1685 | * breakpoint.h (enum bytype): Add bp_shlib_event breakpoint type. | |
1686 | (enum bpstat_what_main_action): Add BPSTAT_WHAT_CHECK_SHLIBS | |
1687 | action. | |
1688 | (create_solib_event_breakpoint): Declare. | |
1689 | * infrun.c (wait_for_inferior): Handle CHECK_SHLIBS bpstat. | |
1690 | (normal_stop): Inform the user when the inferior stoped due | |
1691 | to a shared library event. | |
a77bf669 | 1692 | (_initialize_infrun): Add new set/show variable "stop-on-solib-events" |
87273c71 JL |
1693 | to control whether or not gdb continues the inferior or stops it when |
1694 | a shared library event occurs. | |
1695 | * minsyms.c (lookup_minimal_symbol_solib_trampoline): New function. | |
1696 | * somsolib.c (TODO list): Update. | |
1697 | (som_solib_create_inferior_hook): Arrange for gdb to be notified | |
1698 | when significant shared library events occur. | |
1699 | * hppa-tdep.c (find_unwind_entry): No longer static. | |
1700 | ||
fc941258 DE |
1701 | Tue Jan 23 09:00:48 1996 Doug Evans <[email protected]> |
1702 | ||
5a8d8b8d SS |
1703 | * printcmd.c (print_insn): Pass fprintf_unfiltered to |
1704 | INIT_DISASSEMBLE_INFO. | |
1705 | start-sanitize-gdbtk | |
1706 | * gdbtk.c (gdb_disassemble): Likewise. | |
1707 | end-sanitize-gdbtk | |
fc941258 | 1708 | |
b3fd4c06 SS |
1709 | Mon Jan 22 16:59:40 1996 Stan Shebs <[email protected]> |
1710 | ||
1711 | * remote.c (remotebreak): New GDB variable. | |
1712 | (remote_break): New global. | |
1713 | (remote_interrupt): Send a break instead of ^C if remote_break. | |
1714 | * NEWS: Describe the new variable. | |
1715 | ||
d2f5fa49 DE |
1716 | Mon Jan 22 16:24:11 1996 Doug Evans <[email protected]> |
1717 | ||
1718 | * sparc-tdep.c (_initialize_sparc_tdep): Always use print_insn_sparc. | |
1719 | ||
8c038399 FF |
1720 | Fri Jan 19 07:19:38 1996 Fred Fish <[email protected]> |
1721 | ||
1722 | * hp300ux-nat.c (getpagesize): Remove unused function | |
1723 | fetch_core_registers. | |
1724 | (hp300ux_core_fns): Remove, is unused. | |
1725 | (_initialize_core_hp300ux): Remove, is unused. | |
1726 | (gdbcore.h): Remove #include, no longer needed. | |
1727 | ||
a0d76829 JL |
1728 | Fri Jan 19 00:59:53 1996 Jeffrey A Law ([email protected]) |
1729 | ||
1730 | * rs6000-nat.c (exec_one_dummy_insn): Rework to avoid | |
1731 | ptrace bug in aix4.1.3 on the rs6000. | |
1732 | ||
b6768627 SS |
1733 | Wed Jan 17 13:22:27 1996 Stan Shebs <[email protected]> |
1734 | ||
1735 | * remote-hms.c (hms_ops): Add value for to_thread_alive. | |
1736 | * remote-nindy.c (nindy_ops): Ditto. | |
1737 | * remote-udi.c (udi_ops): Ditto. | |
1738 | ||
090d784a JSC |
1739 | Tue Jan 16 18:00:35 1996 James G. Smith <[email protected]> |
1740 | ||
1741 | * remote-mips.c (pmon_opn, pmon_wait, pmon_makeb64, pmon_zeroset, | |
1742 | pmon_checkset, pmon_make_fastrec, pmon_check_ack, | |
1743 | pmon_load_fast): New functions. Support for the PMON monitor world. | |
1744 | (common_open): New function to merge support for different monitors. | |
1745 | (mips_open): Use common_open(). | |
1746 | (mips_send_command): New function. | |
1747 | (mips_send_packet): Scan out-of-sequence packets. | |
1748 | (mips_enter_debug, mips_exit_debug): New functions. | |
1749 | (pmon_ops): New target definition structure. | |
1750 | ||
4e327047 TT |
1751 | Tue Jan 16 11:22:58 1996 Stu Grossman ([email protected]) |
1752 | ||
1753 | * Makefile.in (CLIBS): Add LIBS to allow libraries to be | |
1754 | specified on the make command line (via make LIBS=xxx). | |
1755 | start-sanitize-gm | |
1756 | * configure.in (enable-gm): magic.o -> gmagic.o. | |
1757 | end-sanitize-gm | |
1758 | ||
1759 | start-sanitize-gdbtk | |
1760 | Mon Jan 15 09:58:41 1996 Tom Tromey <[email protected]> | |
1761 | ||
1762 | * gdbtk.tcl (create_expr_window): Many changes to update GUI. | |
1763 | (add_expr): Changes from create_expr_window. | |
1764 | (create_command_window): Set focus. | |
1765 | (delete_expr): Rewrote. | |
1766 | (expr_update_button): New proc. | |
1767 | (add_expr): Put bindings on FocusIn, FocusOut. | |
1768 | Don't allow .file_popup to be torn off. | |
1769 | end-sanitize-gdbtk | |
1770 | ||
1aac3d3c JL |
1771 | Fri Jan 12 21:41:58 1996 Jeffrey A Law ([email protected]) |
1772 | ||
1773 | * symtab.c (find_pc_symtab): Don't lose if OBJF_REORDERED | |
1774 | is set but there are no psymtabs. | |
1775 | ||
c84e5000 SC |
1776 | Fri Jan 12 15:56:12 1996 Steve Chamberlain <[email protected]> |
1777 | ||
1778 | * dsrec.c (load_srec): Remove unused variable. | |
1ef980b9 | 1779 | * monitor.c (monitor_expect): Don't expect a ^C to echo. |
c84e5000 SC |
1780 | * serial.c (serial_open): Add parallel interface. |
1781 | * sh3-rom.c (parallel, parallel_in_use): New. | |
1782 | (sh3_load): If parallel_in_use, download though the | |
1783 | parallel port. | |
1784 | (sh3_open): Open parallel port if specified. | |
1785 | (sh3_close): New function. | |
1786 | (_inititalize_sh3): Add sh3_close hook and documentation. | |
1787 | * monitor.c (monitor_close): Export. | |
1788 | * monitor.h (monitor_close): Add prototype. | |
1789 | ||
2c441e7f SS |
1790 | Fri Jan 12 13:11:42 1996 Stan Shebs <[email protected]> |
1791 | ||
1792 | From Wilfried Moser <[email protected]>: | |
1793 | * remote.c (remotetimeout): New GDB variable, use to set the | |
1794 | remote timeout for reading. | |
1795 | ||
4e327047 TT |
1796 | start-sanitize-gdbtk |
1797 | Fri Jan 12 09:36:17 1996 Tom Tromey <[email protected]> | |
1798 | ||
1799 | * gdbtk.tcl (gdbtk_tcl_query): Swap Yes and No buttons. | |
1800 | (update_listing): Use lassign. Use "see" to scroll. Don't need | |
1801 | screen_top, screen_bot, screen_height. | |
1802 | (update_assembly): Use "see" to scroll. | |
1803 | (textscrollproc): Removed. | |
1804 | (create_file_win): Don't use textscrollproc. | |
1805 | (asmscrollproc): Removed. | |
1806 | (create_asm_window): Don't use asmscrollproc. | |
1807 | (create_asm_win): Ditto. | |
1808 | (screen_height, screen_top, screen_bot): Removed. | |
1809 | (run_editor): New proc. | |
1810 | (build_framework): Use it. | |
1811 | (create_file_win, create_source_window): Don't use textscrollproc. | |
1812 | (create_breakpoints_window): Set -xscrollcommand on canvas. | |
1813 | (not_implemented_yet): Default button is 0. | |
1814 | (delete_char): Don't use tk_textBackspace. | |
1815 | (create_command_window): Allow Tk bindings to fire after deleting | |
1816 | character. | |
1817 | (create_command_window): Make Delete delete left, not right. | |
1818 | end-sanitize-gdbtk | |
1819 | ||
517cb8d7 | 1820 | Fri Jan 12 07:14:27 1996 Fred Fish <[email protected]> |
3730a0ed FF |
1821 | |
1822 | * lynx-nat.c, irix4-nat.c, sparc-nat.c: Include gdbcore.h | |
1823 | to get "struct core_fns" defined. | |
1824 | * Makefile.in (lynx-nat.o, irix4-nat.o, sparc-nat.o): | |
2c441e7f | 1825 | Are dependent upon gdbcore_h. |
3730a0ed | 1826 | |
7ef89313 PB |
1827 | Thu Jan 11 23:13:24 1996 Per Bothner <[email protected]> |
1828 | ||
1829 | * symfile.c (decrement_reading_symtab): New function. | |
1830 | * symfile.c, symtab.h (currently_reading_symtab): New variable. | |
1831 | * symfile.c (psymtab_to_symtab): Adjust currently_reading_symtab. | |
1832 | * gdbtypes.c (check_typedef): Don't call lookup_symbol if | |
1833 | currently_reading_symtab (since that could infinitely recurse). | |
1834 | ||
1c486a2b PB |
1835 | Thu Jan 11 17:21:25 1996 Per Bothner <[email protected]> |
1836 | ||
34cfa2da PB |
1837 | * stabsread.c (read_struct_type): Trivial simplification. |
1838 | ||
1c486a2b PB |
1839 | * stabsread.c (define-symbol): Use invisible references |
1840 | for TYPE_CODE_SET and TYPE_CODE_BITSTRING too. | |
34cfa2da | 1841 | * valops.c (call_function_by_hand): Likewise. |
1c486a2b PB |
1842 | * eval.c (evaluate_subexp_standard): When known, use the formal |
1843 | parameter type as the expected type when evaluating arg expressions. | |
1844 | * ch-lang.c (evaluate_subexp_chill): Likewise (for MULTI_SUBSCRIPT). | |
1845 | ||
4e327047 TT |
1846 | start-sanitize-gdbtk |
1847 | Thu Jan 11 10:08:14 1996 Tom Tromey <[email protected]> | |
1848 | ||
1849 | * main.c (main): Disable window interface if --help or --version | |
1850 | specified. | |
1851 | ||
1852 | * gdbtk.tcl (FSBox): Don't use tk_listboxSingleSelect. | |
1853 | ||
1854 | Changes in sync with expect: | |
1855 | * configure.in (ENABLE_GDBTK): Use CY_AC_PATH_TCL and | |
1856 | CY_AC_PATH_TK. | |
1857 | * aclocal.m4: Replaced with version from expect. | |
1858 | * configure: Regenerated. | |
1859 | end-sanitize-gdbtk | |
a1df8e78 | 1860 | |
a1956677 BK |
1861 | Wed Jan 10 16:08:49 1996 Brendan Kehoe <[email protected]> |
1862 | ||
1863 | * configure.in, configure: Recognize rs6000-*-aix4*. | |
1864 | * config/powerpc/xm-aix.h: Reduce to include "xm-aix4.h". | |
1865 | * config/rs6000/aix4.mh (XM_FILE): Point to xm-aix4.h. | |
1866 | * config/rs6000/xm-aix4.h: New file. | |
1867 | * config/xm-aix4.h: New file. | |
1868 | ||
3730a0ed | 1869 | Wed Jan 10 11:25:37 1996 Fred Fish <[email protected]> |
0d14c7df FF |
1870 | |
1871 | From Wilfried Moser <[email protected]>: | |
1872 | * gdbserver/low-linux.c: New file. | |
1873 | * remote.c (remote_read_bytes): Fix aborts on larger packets. | |
1874 | ||
1875 | * config/i386/linux.mh (GDBSERVER_DEPFILES, GDBSERVER_LIBS): | |
1876 | Define. | |
1877 | * stabsread.c (define_symbol): If register value is too large, | |
1878 | tell what it is and what max is. | |
1879 | ||
4e327047 TT |
1880 | start-sanitize-gdbtk |
1881 | Wed Jan 10 09:07:22 1996 Tom Tromey <[email protected]> | |
1882 | ||
1883 | * gdbtk.tcl (gdbtk_tcl_fputs, gdbtk_tcl_fputs_error, | |
1884 | gdbtk_tcl_flush): Use "see", not "yview". | |
1885 | (gdbtk_tcl_query): Use questhead bitmap. | |
1886 | various: Always wrap condition of 'if' in {...}. | |
1887 | (add_breakpoint_frame): Set -value on radiobuttons. | |
1888 | (lassign): New proc. | |
1889 | (add_breakpoint_frame): Use lassign, not series of assignments. | |
1890 | (decr): Made faster. | |
1891 | (interactive_cmd): Use "see", not "yview". | |
1892 | (not_implemented_yet): Use warning bitmap. | |
1893 | (update_expr): Don't allow $expr to be evalled by Tcl. | |
1894 | (create_expr_window): Don't use "focus". | |
1895 | (delete_char, delete_line): Define globally. | |
1896 | (delete_line, delete_char, create_command_window, update_autocmd, | |
1897 | build_framework, create_asm_win, create_file_win): Use "see", not | |
1898 | "yview". | |
1899 | (create_copyright_window, center_window, bind_widget_after_class): | |
1900 | New procs. | |
1901 | (FSBox,create_command_window, create_autocmd_window): Binding | |
1902 | changes for Tk4. | |
1903 | (textscrollproc): Define globally. | |
1904 | (build_framework): tk_menuBar no longer needed. Keys Prior, Next, | |
1905 | Home, End, Up, and Down are all defined by Tk. | |
1906 | (apply_filespec): Use error bitmap in dialog. | |
1907 | (files_command): Don't use tk_listboxSingleSelect. | |
1908 | (files_command): Don't use "uniq" to remove duplicates from a | |
1909 | list. | |
1910 | (update_assembly): Use lassign. | |
1911 | (create_asm_win): Removed redundant bindings. | |
1912 | (listing_window_button_1, file_popup_menu): Use tk_popup. | |
1913 | (ButtonRelease-1 binding): Just remove tag from window; rest | |
1914 | handled by Tk. | |
1915 | ||
1916 | * gdbtk.c (gdbtk_query): Use Tcl_Merge to provide quoting. | |
1917 | (call_wrapper): Use Tcl_Eval, not Tcl_VarEval. | |
1918 | (gdbtk_call_command): Ditto. | |
1919 | end-sanitize-gdbtk | |
1920 | ||
60d5a517 JL |
1921 | Tue Jan 9 09:33:53 1996 Jeffrey A Law ([email protected]) |
1922 | ||
1923 | * hpread.c (hpread_build_psymtabs): Finish Jan 4th | |
1924 | enum namespace -> enum_namespace change. | |
1925 | ||
d1f5c804 WM |
1926 | Tue Jan 9 04:44:47 1996 Wilfried Moser (Alcatel) <[email protected]> |
1927 | ||
2c441e7f SS |
1928 | * ch-exp.c (parse_primval): In case ARRAY, add missing |
1929 | FORWARD_TOKEN (). | |
d1f5c804 | 1930 | |
1f233758 SS |
1931 | Mon Jan 8 13:29:34 1996 Stan Shebs <[email protected]> |
1932 | ||
1933 | * remote-mips.c (mips_receive_header): Recognize \012 instead | |
1934 | of \n, but write \n when program sends a \012. | |
1935 | * ser-mac.c (mac_input_buffer): Increase size of buffer. | |
1936 | ||
ed3b618d JL |
1937 | Mon Jan 8 12:00:40 1996 Jeffrey A Law ([email protected]) |
1938 | ||
1939 | * infptrace.c (initialize_infptrace): Move function out of | |
1940 | #ifdef conditional; put code within the function inside an | |
1941 | #ifdef conditional. | |
436d4143 JL |
1942 | |
1943 | * buildsym.c (end_symtab): Remove sort_pending and sort_linevec | |
1944 | arguments. Sorting is now dependent on OBJF_REORDERED. All | |
1945 | callers/references changed. | |
1946 | * dbxread.c (read_ofile_symtab): Correctly determine value for | |
1947 | last_source_start_addr for reordered executables. | |
1948 | (process_one_symbol): Handle N_FUN with no name as an end of | |
1949 | function marker. | |
1950 | * partial-stab.h (case N_FN, N_TEXT): Don't assume CUR_SYMBOL_VALUE | |
1951 | is the high text address for a psymtab. | |
1952 | (case N_SO): Likewise. | |
1953 | (case N_FUN): Handle N_FUN with no name as an end of function | |
1954 | marker. | |
1955 | * minsyms.c (lookup_minimal_symbol_by_pc): Examine all symbols | |
1956 | at the same address rather than a random subset of them. | |
1957 | * coffread.c (coff_symfile_init): Set OBJF_REORDERED. | |
1958 | * elfread.c (elf_symfile_init): Similarly. | |
1959 | * somread.c (som_symfile_init): Similarly. | |
1960 | * xcoffread.c (xcoff_symfile_init): Similarly. | |
1961 | ||
5351b2a0 SG |
1962 | Fri Jan 5 17:46:01 1996 Stu Grossman ([email protected]) |
1963 | ||
1964 | * stack.c (print_stack_frame print_frame_info) symmisc.c | |
1965 | (dump_symtab): Change RETURN_MASK_ERROR to RETURN_MASK_ALL so | |
1966 | that catch_errors doesn't get blindsided by QUIT and lose the | |
1967 | cleanup chain. This fixes a problem where ^C while in a | |
1968 | user-defined command sometimes leaves instream NULL and causes a | |
1969 | segfault in command_loop. | |
1970 | ||
127841e4 BK |
1971 | Fri Jan 5 13:59:16 1996 Brendan Kehoe <[email protected]> |
1972 | ||
1973 | * configure.in, configure: Add `-ldl -lw' for Solaris linking. | |
1974 | ||
6b4fe21d SC |
1975 | Fri Jan 5 12:02:00 1996 Steve Chamberlain <[email protected]> |
1976 | ||
1977 | * config/sh/sh.mt, config/powerpc/*.mt, config/pa/hppapro.mt, | |
1978 | config/m68k/monitor.mt, config/h8500/h8500.mt, config/h8300/h8300.mt: | |
1979 | srec.o renamed to dsrec.o. | |
1980 | ||
0fe1522a SG |
1981 | Thu Jan 4 16:04:54 1996 Stu Grossman ([email protected]) |
1982 | ||
1983 | * breakpoint.c (remove_breakpoint): Change error to warning so | |
1984 | that hardware watchpoint removal problems won't leave breakpoint | |
1985 | traps in the target. | |
d039321c | 1986 | start-sanitize-gdbtk |
0fe1522a | 1987 | * configure configure.in: Make --enable-gdbtk be the default. |
d039321c | 1988 | end-sanitize-gdbtk |
0fe1522a SG |
1989 | * remote-e7000.c (e7000_insert_breakpoint, |
1990 | e7000_remove_breakpoint): Use e7000 based breakpoints, not memory | |
1991 | breakpoints. | |
1992 | * (e7000_wait): Adjust PC back by two when we see a breakpoint to | |
1993 | compensate for e7000 maladjustment. | |
1994 | * sparcl-tdep.c (sparclite_check_watch_resources): Fix logic bug | |
1995 | which prevented hardware watchpoints from working. | |
1996 | ||
517cb8d7 | 1997 | Thu Jan 4 10:44:17 1996 Fred Fish <[email protected]> |
7531f36e FF |
1998 | |
1999 | * infptrace.c (udot_info): New function. | |
2000 | (PT_*): Define each individually if that one is not defined. | |
7531f36e FF |
2001 | * rs6000-nat.c (kernel_u_size): New function |
2002 | Include <sys/user.h> for "struct user" | |
7531f36e FF |
2003 | * alpha-nat.c (kernel_u_size): New function. |
2004 | Include <sys/user.h> for "struct user" | |
7531f36e FF |
2005 | * sparc-nat.c (kernel_u_size): New function. |
2006 | Include <sys/user.h> for "struct user" | |
7531f36e | 2007 | * i386b-nat.c (kernel_u_size): New function. |
7531f36e | 2008 | * i386v-nat.c (kernel_u_size): New function. |
7531f36e FF |
2009 | * config/i386/nm-fbsd.h (KERNEL_U_SIZE): Define. |
2010 | (kernel_u_size): Declare. | |
7531f36e FF |
2011 | * config/i386/nm-linux.h (KERNEL_U_SIZE): Define. |
2012 | (kernel_u_size): Declare. | |
7531f36e FF |
2013 | * config/sparc/nm-sun4os4.h (KERNEL_U_SIZE): Define. |
2014 | (kernel_u_size): Declare. | |
7531f36e FF |
2015 | * config/alpha/nm-osf2.h (KERNEL_U_SIZE): Define. |
2016 | (kernel_u_size): Declare. | |
7531f36e FF |
2017 | * config/rs6000/nm-rs6000.h (KERNEL_U_SIZE): Define. |
2018 | (kernel_u_size): Declare. | |
7531f36e | 2019 | |
1750a5ef SC |
2020 | Thu Jan 4 11:00:01 1996 steve chamberlain <[email protected]> |
2021 | ||
2022 | * mdebugread.c (mylookup_symbol): enum namespace becomes | |
2023 | enum_namespace type. | |
2024 | * symfile.c (add_psymbol_to_list) | |
2025 | (add_psymbol_addr_to_list): Ditto. | |
2026 | * symtab.c (lookup_partial_symbol): Ditto. | |
2027 | (lookup_symbol): Ditto. | |
2028 | (lookup_block_symbol): Ditto. | |
2029 | * win32-nat.c (handle_load_dll): Use incoming dll base. | |
2030 | (child_wait): Catch DLL load errors. | |
2031 | (create_child_inferior): Translated between paths correctly. | |
2032 | ||
e33aefba FF |
2033 | Wed Jan 3 23:13:53 1996 Fred Fish <[email protected]> |
2034 | ||
2035 | * i386v4-nat.c (supply_gregset, fill_gregset): Subtract NUM_FREGS | |
2036 | from NUM_REGS to get number of general registers that we care about. | |
e33aefba FF |
2037 | * config/i386/tm-i386.h (REGISTER_BYTES): Define in terms |
2038 | of number of general regs and number of floating point regs. | |
e33aefba | 2039 | |
e02a2ad9 SC |
2040 | Wed Jan 3 19:49:54 1996 steve chamberlain <[email protected]> |
2041 | ||
a3b64bf9 SC |
2042 | * config/i386/tm-win32.h (IN_SOLIB_CALL_TRAMPOLINE): New. |
2043 | (SKIP_TRAMPOLINE_CODE): New. | |
2044 | * config/i386/xm-win32.h (CANT_FORK): Deleted. | |
2045 | (SLASH*) Changed to use unix style slash. | |
e02a2ad9 SC |
2046 | * symtab.h (namespace enum): becomes typedef to avoid namespace |
2047 | collision in C++. | |
2048 | * infcmd.c (path_command): Use empty string if PATH name not set. | |
2049 | * i386-tdep.c (skip_trampoline_code): New function. | |
2050 | * srec.c: Renamed dsrec.c to avoid filename collision. | |
2051 | * Makefile.in: Cope with renaming. | |
e02a2ad9 | 2052 | |
ef4d6187 | 2053 | Wed Jan 3 13:09:04 1996 Fred Fish <[email protected]> |
5eccb7dc | 2054 | |
ef4d6187 FF |
2055 | * symmisc.c (print_objfile_statistics): Print memory use statistics |
2056 | for objfile psymbol, symbol, and type obstacks. | |
5eccb7dc | 2057 | |
ef4d6187 | 2058 | Tue Jan 2 13:41:14 1996 Stan Shebs <[email protected]> |
3dcd429f | 2059 | |
ef4d6187 FF |
2060 | * config/mips/nm-irix5.h: Restore. |
2061 | (TARGET_HAS_HARDWARE_WATCHPOINTS, etc): Define as for Irix 4; | |
2062 | from Lee Iverson <[email protected]>. | |
2063 | * config/mips/irix5.mh (NAT_FILE): Use nm-irix5.h. | |
2064 | * config/mips/irix[345].mh (MUNCH_DEFINE): Remove. | |
3dcd429f | 2065 | |
ef4d6187 | 2066 | For older changes see ChangeLog-95 |
bd5635a1 RP |
2067 | \f |
2068 | Local Variables: | |
2069 | mode: indented-text | |
2070 | left-margin: 8 | |
2071 | fill-column: 74 | |
2072 | version-control: never | |
2073 | End: |