* mips-tdep.c (mips_gdbarch_init): Trace e_flags from BFD
[external/binutils.git] / gdb / ChangeLog
1 start-sanitize-carp start-sanitize-vr4xxx
2 Wed Jan 27 15:09:22 1999  Andrew Cagney  <cagney@chook.cygnus.com>
3
4         * mips-tdep.c (mips_gdbarch_init): Trace e_flags from BFD
5         elf_info.
6
7 end-sanitize-carp end-sanitize-vr4xxx
8 Tue Jan 26 16:02:47 1999  Mark Alexander  <marka@cygnus.com>
9
10         * v850-tdep.c (v850_generic_reg_names, v850e_reg_names,
11         v850_register_names, v850_processor_type_table): Declare tables
12         and structures for handling differences in register names for
13         v850 and v850e.
14         (struct reg_list): Define new structure for creating tables
15         of register bit masks in v850e instrutions.
16         (handle_prepare, handle_pushm): New helpers for v850_scan_prologue.
17         (v850_scan_prologue): Recognize v850e instructions: callt, prepare,
18         and pushm.
19         (v850_target_architecture_hook): New function to set register
20         names based on current machine.
21         (_initialize_v850_tdep): Set up target_architecture_hook.
22         * config/v850/tm-v850.h (v850_register_names): Declare.
23         (REGISTER_NAME): Define to refer to v850_register_names.
24         (SR0_REGNUM, CTBP_REGNUM): Define.
25         (PS_REGNUM): Redefine in terms of SR0_REGNUM.
26
27 Tue Jan 26 18:27:26 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
28
29         * Makefile.in (c-exp.tab.c): use BISON instead of YACC, to pick
30         the correct value from configure output.
31         (jv-exp.tab.c): ditto.
32         (f-exp.tab.c): ditto.
33         (m2-exp.tab.c): ditto.
34
35 1999-01-26  Jason Molenda  (jsm@bugshack.cygnus.com)
36
37         * breakpoint.h (ep_is_exception_catchpoint): Add prototype.
38         * frame.h (select_and_print_frame): Add prototype.
39         * stack.c (func_command): Call select_and_print_frame with correct
40         number of arguments.  Reformat whitespace.
41
42 Tue Jan 26 16:53:54 1999  Fernando Nasser  <fnasser@cygnus.com>
43
44         * remote.c (remote_query): fix maximum packet size to account for
45           remote_debug use.
46           (putpkt): add comment to alert about extra byte need.
47
48 Mon Jan 25 19:55:30 1999  Mark Alexander  <marka@cygnus.com>
49
50         * sh-tdep.c (sh_target_architecture_hook): Return immediately
51         when a matching machine is found.
52
53 Fri Jan 22 09:10:35 1999  Mark Alexander  <marka@cygnus.com>
54
55         * remote-mips.c (mips_initialize): Fix parameters to clear_breakpoint.
56         (common_breakpoint): Restore support for instruction breakpoints
57         on non-LSI targets.
58
59 Thu Jan 21 17:16:19 1999  Andrew Cagney  <cagney@b1.cygnus.com>
60
61         * stack.c: Close open comment.
62         * symtab.c (find_pc_sect_line): Ditto.
63
64 Thu Jan 21 17:51:51 1999  Stan Shebs  <shebs@andros.cygnus.com>
65
66         * procfs.c (init_procfs_ops): New function, fills in procfs_ops,
67         init only nonzero fields, leave to_require_attach and
68         to_require_detach empty, not needed for /proc systems yet.
69         (_initialize_procfs): Call init_procfs_ops.
70
71         From J.T. Conklin <jtc@redbacknetworks.com>:
72         * top.c (init_main): Fix tipo in description of the remotetimeout
73         variable.
74         * breakpoint.c (bpstat_stop_status): Handle systems where
75         DECR_PC_AFTER_BREAK != DECR_PC_AFTER_HW_BREAK.
76
77 Thu Jan 21 17:25:46 1999  Mark Alexander  <marka@cygnus.com>
78
79         * mon960-rom.c (_initialize_mon960): Call init_mon960_cmds
80         to fill in mon960_cmds structure properly.
81
82 Wed Jan 20 17:53:22 1999  Stan Shebs  <shebs@andros.cygnus.com>
83
84         * remote-sds.c (sds_ops): Define only once.
85         (init_sds_ops, sds_command, _initialize_remote_sds): Declare.
86         (init_sds_ops): Init only non-zero fields.
87
88 Wed Jan 20 15:45:15 1999  Mark Alexander  <marka@cygnus.com>
89
90         * h8300-tdep.c (original_register_names, h8300h_register_names,
91         h8300_register_names): Define new variables.
92         (set_register_names): New function to set register names based on
93         current CPU type.
94         (h8300_command, h8300h_command, h8300s_command): Call
95         set_register_names.
96         * config/h8300/tm-h8300.h (h8300_register_names): Declare.
97         (REGISTER_NAME): Define to refer to h8300_register_names.
98
99 1999-01-19  Fernando Nasser  <fnasser@totem.to.cygnus.com>
100
101         * sol-thread.c abug-rom.c cpu32bug-rom.c dbug-rom.c m32r-rom.c 
102         mac-nat.c mon960-rom.c op50-rom.c ppc-bdm.c remote-adapt.c 
103         remote-array.c remote-bug.c remote-e7000.c remote-eb.c remote-es.c 
104         remote-est.c remote-hms.c remote-mm.c remote-nindy.c remote-nrom.c 
105         remote-os9k.c remote-rdp.c remote-sds.c remote-sim.c remote-st.c 
106         remote-udi.c rom68k-rom.c sh3-rom.c sparcl-tdep.c sparclet-rom.c 
107         v850ice.c win32-nat.c: cosmetic changes to conform to coding
108         standards. 
109
110 1999-01-19  Jim Blandy  <jimb@zwingli.cygnus.com>
111
112         Use aclocal to generate GDB's aclocal.m4 script.  
113         * acinclude.m4: New file, containing the hand-written local macro
114         definitions that used to be in aclocal.m4.  Don't sinclude
115         ../bfd/aclocal.m4 any more; running aclocal in this directory will
116         get us the definitions we need.  HOWEVER: Do sinclude
117         ../bfd/acinclude.m4, because we need the definition of
118         BFD_NEED_DECLARATION.
119         * aclocal.m4: Regenerated by aclocal.
120         * configure: Regenerated by autoconf.
121
122 Tue Jan 19 10:27:23 1999  David Taylor  <taylor@texas.cygnus.com>
123
124         * breakpoint.c (disable_breakpoints_in_shlibs): new parameter,
125         silent, controls whether to print message about removal of shared
126         library breakpoints.
127         * breakpoint.h (disable_breakpoints_in_shlibs): decl updated.
128         * irix5-nat.c (clear_solib): call disable_breakpoints_in_shlibs.
129         * osfsolib.c (clear_solib): ditto.
130         * solib.c (clear_solib): ditto.
131         * somsolib.c (som_solib_restart): update call to
132         disable_breakpoints_in_shlibs.
133
134         * target.h (child_post_attach): only declare if CHILD_POST_ATTACH
135         is define.
136
137 Tue Jan 19 18:07:11 1999  Andrew Cagney  <cagney@b1.cygnus.com>
138
139         * corelow.c (solib_add_stub): Ditto.
140         (core_file_to_sym_file): Cast make_cleanup parameter.
141
142         * solib.c (symbol_add_stub, solib_map_sections): Change argument
143         to PTR insted of a char*.  Matches catch_errors interface.
144
145 Mon Jan 18 14:01:24 1999  Andrew Cagney  <cagney@b1.cygnus.com>
146
147         * remote-array.c (array_open): Don't use fprintf_filtered to send
148         data to the log file.
149
150         * remote-array.c (handle_load_dll): Change argument type to PTR so
151         that it is compatible with catch_errors.
152         * ocd.c (ocd_start_remote): Ditto.
153         * remote-sds.c (sds_start_remote): Ditto.
154
155         * win32-nat.c (win32_child_thread_alive): Namespace proof
156         child_thread_alive.
157         (init_child_ops): Update.
158
159 Mon Jan 18 12:03:47 1999  Andrew Cagney  <cagney@b1.cygnus.com>
160
161         * remote-rdi.c (arm_rdi_open): Set gdb_hostif.hostosarg and
162         gdb_hostif.dbgarg to NULL instead of stdout.
163         (voiddummy, myprint, mywritec): Use gdb_stdout instead of stdout.
164
165 Mon Jan 18 16:40:50 1999  Stan Shebs  <shebs@andros.cygnus.com>
166
167         * ser-ocd.c (ocd_open): Handle Unix case gracefully.
168
169         * target.c (dummy_target): Don't initialize statically.
170         (init_dummy_target): New function, fills in dummy_target.
171         (initialize_targets): Use it.
172         * hpux-thread.c (hpux_thread_ops): Don't initialize statically.
173         (init_hpux_thread_ops): New function, fills in hpux_thread_ops.
174         (_initialize_hpux_thread): Use it.
175         * m3-nat.c (m3_ops): Don't initialize statically.
176         (init_m3_ops): New function, fills in m3_ops.
177         (_initialize_m3): Use it.
178
179 1999-01-18  Fernando Nasser  <fnasser@totem.to.cygnus.com>
180
181         * sol-thread.c: delete compile time initialization of target_ops
182           (_initialize_sol_thread): initialize target_ops at run time.
183         * hpux-thread.c: added target_ops entry.
184         * m3-nat.c: ditto.
185
186 Mon Jan 18 15:19:13 1999  David Taylor  <taylor@texas.cygnus.com>
187
188         * procfs.c (procfs_ops): delete compile time initialization.
189         (_initialize_procfs): initialize procfs_ops at run time.
190
191 Mon Jan 18 12:51:44 1999  Christopher Faylor <cgf@cygnus.com>
192
193         * configure.in: Ensure that -luser32 is always linked in
194         for cygwin build.
195         * configure: Regenerated.
196
197 Mon Jan 18 08:38:05 1999  Mark Alexander  <marka@cygnus.com>
198
199         * values.c (value_virtual_fn_field): Clear the pointed-to
200         offset when casting to the base class.
201
202 Mon Jan 18 10:30:51 1999  David Taylor  <taylor@texas.cygnus.com>
203
204         * remote-udi.c (init_udi_ops): change non-existant udi_run_ops to
205         udi_ops; delete NULL initializers.
206
207 Mon Jan 18 12:03:47 1999  Andrew Cagney  <cagney@b1.cygnus.com>
208
209         * serial.c (serial_close): gdb_fclose tages gdb_file** arg, not
210         gdb_file*.
211
212         * f-valprint.c, target.c, gdbarch.c: Pass gdb_stderr not stderr.
213
214 Mon Jan 18 10:46:12 1999  Andrew Cagney  <cagney@b1.cygnus.com>
215
216         * stack.c (print_frame_info_base): Don't cast call to
217         catch_errors.
218         (print_args_stub): Change char* arg to PTR.
219         * symmisc.c (print_symbol): Ditto.
220         * top.c (quit_cover): Ditto.
221         * remote.c (remote_open_1, remote_start_remote): Ditto.
222         * infrun.c (normal_stop, hook_stop_stub, restore_selected_frame):
223         Ditto.
224
225         * stack.c (backtrace_command): Cast first arg of make_cleanup to
226         make_cleanup_func.
227         * remote.c (remote_kill): Cast putpkt arg to catch_errors_ftype.
228
229 Mon Jan 18 08:47:02 1999  Andrew Cagney  <cagney@b1.cygnus.com>
230         
231         * defs.h (catch_errors_ftype): Define.
232         (catch_errors): Replace char* arg with PTR arg.
233         * top.c (catch_errors): Update
234
235         * breakpoint.c (bpstat_stop_status, bpstat_stop_status,
236         delete_breakpoint, breakpoint_re_set): Delete all casts in call to
237         catch_errors.
238         (breakpoint_cond_eval, watchpoint_check,
239         cover_target_enable_exception_callback, breakpoint_re_set_one):
240         Arg is PTR not char*.
241         
242         * breakpoint.c (cover_target_enable_exception_callback): Change
243         type to int. Check for cast values of 0 and -1.  Return a result!
244         (insert_breakpoints): Move declaration of SAL and ARGS to where
245         they are used.
246
247 1999-01-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
248
249         * remote.c (remote_query): new function - creates proper interface
250         to the remote protocol "q" command.     
251
252 Fri Jan 15 17:11:48 EST 1999  Zdenek Radouch   (radouch@cygnus.com)
253
254         * config/fr30/tm-fr30.h:  Changed ABI to match GCC change
255           (always use pointer for structs passed by value).
256
257 1999-01-15  Fernando Nasser  <fnasser@totem.to.cygnus.com>
258
259         * target.h: added entry for target queries (to_query)
260           target.c: ditto.
261
262 Thu Jan 14 18:29:17 1999  David Taylor  <taylor@texas.cygnus.com>
263
264 start-sanitize-carp start-sanitize-vr4xxx
265         * mips-tdep.c (mips_gdbarch_init): fix stream arg in
266         fprintf_unfiltered calls.
267 end-sanitize-carp end-sanitize-vr4xxx
268         * remote-mm.c (mm_wait): fix stream arg to gdb_flush.
269         * remote-udi.c (udi_wait): fix stream arg to fwrite.
270         * symmisc.c (maintenance_check_symtabs): fix stream argument to
271         print_address_numeric.
272         
273 Wed Jan 13 19:33:16 1999  David Taylor  <taylor@texas.cygnus.com>
274
275         * breakpoint.c (insert_breakpoints): insert cast to eliminate
276         warning.
277
278 Wed Jan 13 14:59:02 1999  Michael Snyder  <msnyder@cleaver.cygnus.com>
279
280         * infrun.c (set/show scheduler-locking) New command.  Set a
281           mode bit that will control how GDB attempts to control thread
282           scheduling for step, continue, etc.  (resume): make use of
283           the schedule-locking mode.
284         * target.h (struct target_ops): new field to_has_thread_control.
285         * sol-thread.c: initialize target_ops to_has_thread_control.
286         * procfs.c: ditto.
287         * target.c: ditto.
288         * m3-nat.c: ditto.
289         * remote.c: ditto.
290         * hpux-thread.c: ditto.
291         * thread.c: cull duplicate prototypes.  Move prototypes to top.
292         * serial.c: indentation cleanup.
293         * breakpoint.c: add casts to eliminate compiler warnings.
294         
295 Tue Jan 12 17:00:00 1999  Edith Epstein  <eepstein@sophia.cygnus.com>
296
297         * inftarg.c (child_create_inferior): fixed HPUXHPPA specific
298           call to fork_inferior. The shell param is now NULL.
299
300 1999-01-12  Jason Molenda  (jsm@bugshack.cygnus.com)
301
302         * monitor.c (init_base_monitor_ops): Whitespace cleanup.
303         (_initialize_remote_monitors): Same.
304
305 1999-01-12  Jason Molenda  (jsm@bugshack.cygnus.com)
306
307         * monitor.c (init_monitor_ops): Initialize the monitor_ops
308         structure if it hasn't already been done.
309
310 Tue Jan 12 14:50:10 1999  Stan Shebs  <shebs@andros.cygnus.com>
311
312         * inftarg.c (child_ops): Don't initialize statically.
313         (init_child_ops): New function, fills in child_ops.
314         (_initialize_inftarg): Use it.
315         (child_post_attach): Declare extern.
316         (child_wait): Fix ambiguous parens.
317         (child_attach_to_process): Remove unused local wstatus.
318         (child_insert_fork_catchpoint, child_remove_fork_catchpoint,
319         child_insert_vfork_catchpoint, child_remove_vfork_catchpoint,
320         child_has_forked, child_insert_exec_catchpoint,
321         child_remove_exec_catchpoint): Return a value.
322
323 Mon Jan 11 16:43:44 1999  Michael Snyder  <msnyder@cleaver.cygnus.com>
324
325         * remote.c (remote_wait): Add inferior_pid to thread list only
326         if it is not already there.
327
328 1999-01-11  Jason Molenda  (jsm@bugshack.cygnus.com)
329
330         * scm-tags.h: Update FSF's address on copyright notice.
331         * ser-e7kpc.c: Same.
332         * gnu-nat.h: Same.
333
334 Mon Jan 11 13:45:57 1999  Stu Grossman  <grossman@babylon-5.cygnus.com>
335
336         * dwarf2read.c (dump_die):  Change stderr to gdb_stderr.
337         * expprint.c (print_subexp):  fprintf => fprintf_unfiltered.
338         * jv-typeprint.c (java_type_print_base):  fputs => fputs_filtered.
339         * stack.c (struct function_bounds):  Remove superfluous `typedef'.
340         * symfile.c (list_overlays_command):  stdout => gdb_stdout.
341         * symmisc.c (maintenance_check_symtabs):  stdout => gdb_stdout.
342         * utils.c (print_spaces):  Make more efficient.
343         
344 Mon Jan 11 13:55:51 1999  David Taylor  <taylor@texas.cygnus.com>
345
346         * utils (print_spaces): fix arg to strcat; fix formatting.
347
348 Fri Jan  8 11:57:24 1999  Stan Shebs  <shebs@andros.cygnus.com>
349
350         * exec.c (exec_ops): Don't initialize statically.
351         (init_exec_ops): New function, fills in exec_ops.
352         (_initialize_exec): Use it.
353
354 Thu Jan  7 17:50:15 EST 1999  Zdenek Radouch   (radouch@cygnus.com)
355
356         Beta FR30 port.
357         * fr30-tdep.c
358         * config/fr30/tm-fr30.h
359         
360 Wed Jan  6 12:28:35 1999  David Taylor  <taylor@texas.cygnus.com>
361
362         * configure.in: Add an --enable-tui argument.  Construct
363         tui/Makefile from tui/Makefile.in.  Use AM_PROG_CC_STDC.  If we
364         have the GUI, then we need this to process libgui.h.
365         (ENABLE_CFLAGS): define and export BUILD_TUI.
366         (AC_CHECK_HEADERS): Add check for term.h.
367         
368         * configure.host (hppa-*-hpux10.20, hppa-*-hpux11.0*): New configs.
369
370         * config.in, configure : regenerated.
371
372         * Makefile.in: Allow the TUI code to be conditionally enabled.
373         (TUI_LIBRARY): New variable, value are set by the configuration
374         script.  Set to the empty string when the TUI isn't enabled.
375         (gdb$(GDBEXT)): Use those, instead of referring to all-tui and
376         tui/libtui.a directly.
377         (BUILD_TUI): build the tui -- only when configured with
378         --enable-tui.
379         (YLWRAP): use ylwrap to avoid problems on systems w/o bison.
380         (gdb$(EXEEXT)): make it dependent on BUILD_TUI.
381         (all-tui): remove dependency from phony target.
382         (c-exp.tab.c): use ylwrap instead of bison.
383         (jv-exp.tab.c): ditto.
384         (f-exp.tab.c): ditto.
385         (m2-exp.tab.c): ditto.
386         (ALLDEPFILES): add somread.c, hp-psymtab-read.c, hp-symtab-read.c.
387         (SFILES): remove the above files
388         (COMMON_OBS): remove somread.o
389         (SFILES): Add the tui files to this, so they get included in etags
390         tables.
391         (gdb$(EXEEXT)): Add all-tui to the list of dependencies, and add
392         tui/libtui.a to the link list.
393         (all-tui): New rule, which does a recursive make in the tui
394         subdir.
395         (tui/libtui.a): When recursing, pass down ${FLAGS_TO_PASS}.  And
396         don't echo the make command.  This is closer to what the other
397         recursions do.
398         (HFILES_NO_SRCDIR): add hpread.h
399         (COMMON_OBS): add hp-psymtab-read.o, hp-symtab-read.o
400         (SFILES): add hp-psymtab-read.c, hp-symtab-read.c add rules for
401         the new files.  Remove hpread.c, hpread.o
402         (gdb$(EXEEXT)): Depend on the actual tui library, not on a
403         fictitious target.  Since the fictitious target never existed,
404         make would always relink.
405         (tui/libtui.a): Always recurse to make sure the library is up to
406         date.
407
408 Wed Jan  6 12:05:12 1999  Stan Shebs  <shebs@andros.cygnus.com>
409
410         * remote.c: Pacify --enable-build-warnings, reformat code
411         to conform to standards, fix spelling errors.
412         (ishex, stubhex, record_currthread, etc): Declare.
413         (ishex, stubhex): Declare char arg as int.
414         (pack_string): Comment out, never used but possibly useful.
415         (threadref_to_int, remote_get_threadinfo, etc): Make static.
416
417 Wed Jan  6 11:43:32 1999  David Taylor  <taylor@texas.cygnus.com>
418
419         The following changes were made by Elena Zannoni
420         <ezannoni@cygnus.com> and Edith Epstein <eepstein@cygnus.com> as
421         part of a project to merge in changes made by HP.
422
423         * c-exp.y: use external flag hp_som_som_object_present to decide
424         whether code was compiled by HP's compilers.  Add two new C++
425         tokens for true and false.
426         (yylex): check for template name is done differently for the
427         HP/aCC compiler case.  Change some of the template processing code
428         for handling HP aCC templates.  Handle true and false tokens.
429         
430 Tue Jan  5 11:13:36 1999  Michael Snyder  <msnyder@cleaver.cygnus.com>
431
432         * remote.c (record_curthread): Must not modify inferior_pid when
433         called from wait_for_inferior.  Instead, if a new thread-id is
434         detected, call add_thread.
435         (MAGIC_NULL_PID): new macro, use instead of the magic number
436         "42000".
437         (remote_find_new_threads): if inferior_pid is unknown, get and use
438         the current thread id.
439         (remote_start_remote): on connecting, attempt to get the current
440         thread id for inferior_pid.
441         (remote_resume): If pid == -1, then resume any-thread (not the
442         current thread specifically).  Also some cosmetic fixups.
443         
444         * thread.c (info_threads_command): don't initialize current_pid 
445         until after call to FIND_NEW_THREADS (which may change inferior_pid).
446         Also some cosmetic fixups.
447         * infrun.c: cosmetic fixups and casts to avoid warnings.
448         * infcmd.c: cosmetic fixups, mainly long lines.
449         
450 Tue Jan  5 11:55:57 1999  David Taylor  <taylor@texas.cygnus.com>
451
452         * target.c (noprocess): terminate sentence with a period.
453         * breakpoint.c (catch_command_1): ditto.
454
455         * c-valprint.c (c_value_print): remove hack^2 from HP; it causes
456         testsuite losses with no real gain.
457
458         * inferior.h (START_INFERIOR_TRAPS_EXPECTED): restore, but only
459         if tm-*.h hasn't overridden default value.
460
461 1999-01-04  Jason Molenda  (jsm@bugshack.cygnus.com)
462
463         * configure.in: Fix whitespace indentation for --help.
464         * configure: Regenerated.
465
466 1999-01-04  Manuel Bouyer <bouyer@antioche.lip6.fr>
467
468         * main.c: Add --write command line option, document -w.
469         * gdb.1: Document --write.
470
471 1999-01-04  Jason Molenda  (jsm@bugshack.cygnus.com)
472
473         * configure.in: Require autoconf 2.12.1 or higher.
474         * doc/configure.in: Ditto.
475         * nlm/configure.in: Ditto.
476         * rdi-share/configure.in: Ditto.
477         * testsuite/configure.in: Ditto.
478         * doc/Makefile.in: Don't hardcode $(SHELL).
479         * nlm/Makefile.in: Ditto.
480         * rdi-share/Makefile.in: Ditto.
481         * testsuite/Makefile.in: Ditto.
482
483 Mon Jan  4 12:53:03 1999  Stan Shebs  <shebs@andros.cygnus.com>
484
485         * remote-vx.c (init_vx_ops, init_vx_run_ops): Remove unneeded
486         inits of new fields, including ref to bogus field.
487         (vx_ops, vx_run_ops): Make static.
488
489 Mon Jan  4 15:05:29 1999  David Taylor  <taylor@texas.cygnus.com>
490
491         * inferior.h (START_INFERIOR_TRAPS_EXPECTED): delete,
492         already defined in tm.h.
493
494         * inftarg.c: change <sys/unistd.h> to <unistd.h> and
495         conditionalize its inclusion.
496         * infttrace.c: ditto.
497
498 For older changes see ChangeLog-98
499 \f
500 Local Variables:
501 mode: change-log
502 left-margin: 8
503 fill-column: 74
504 version-control: never
505 End: