* Makefile.in (m32r-clean): rm eng.h.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
897ccbb0
JM
11999-01-11 Jason Molenda (jsm@bugshack.cygnus.com)
2
3 * scm-tags.h: Update FSF's address on copyright notice.
4 * ser-e7kpc.c: Same.
5 * gnu-nat.h: Same.
6
4cffc916
SG
7Mon Jan 11 13:45:57 1999 Stu Grossman <grossman@babylon-5.cygnus.com>
8
9 * dwarf2read.c (dump_die): Change stderr gdb_stderr.
10 * expprint.c (print_subexp): fprintf => fprintf_unfiltered.
11 * jv-typeprint.c (java_type_print_base): fputs => fputs_filtered.
12 * stack.c (struct function_bounds): Remove superfluous `typedef'.
13 * symfile.c (list_overlays_command): stdout => gdb_stdout.
14 * symmisc.c (maintenance_check_symtabs): stdout => gdb_stdout.
15 * utils.c (print_spaces): Make more efficient.
16
776fb68d
DT
17Mon Jan 11 13:55:51 1999 David Taylor <taylor@texas.cygnus.com>
18
19 * utils (print_spaces): fix arg to strcat; fix formatting.
20
4d8f8e12
SS
21Fri Jan 8 11:57:24 1999 Stan Shebs <shebs@andros.cygnus.com>
22
23 * exec.c (exec_ops): Don't initialize statically.
24 (init_exec_ops): New function, fills in exec_ops.
25 (_initialize_exec): Use it.
1c310106
ZR
26
27Thu Jan 7 17:50:15 EST 1999 Zdenek Radouch (radouch@cygnus.com)
4d8f8e12 28
1c310106
ZR
29 Beta FR30 port.
30 * fr30-tdep.c
31 * config/fr30/tm-fr30.h
32
460845ab
DT
33Wed Jan 6 12:28:35 1999 David Taylor <taylor@texas.cygnus.com>
34
35 * configure.in: Add an --enable-tui argument. Construct
36 tui/Makefile from tui/Makefile.in. Use AM_PROG_CC_STDC. If we
37 have the GUI, then we need this to process libgui.h.
38 (ENABLE_CFLAGS): define and export BUILD_TUI.
39 (AC_CHECK_HEADERS): Add check for term.h.
40
41 * configure.host (hppa-*-hpux10.20, hppa-*-hpux11.0*): New configs.
42
43 * config.in, configure : regenerated.
44
45 * Makefile.in: Allow the TUI code to be conditionally enabled.
46 (TUI_LIBRARY): New variable, value are set by the configuration
47 script. Set to the empty string when the TUI isn't enabled.
48 (gdb$(GDBEXT)): Use those, instead of referring to all-tui and
49 tui/libtui.a directly.
50 (BUILD_TUI): build the tui -- only when configured with
51 --enable-tui.
52 (YLWRAP): use ylwrap to avoid problems on systems w/o bison.
53 (gdb$(EXEEXT)): make it dependent on BUILD_TUI.
54 (all-tui): remove dependency from phony target.
55 (c-exp.tab.c): use ylwrap instead of bison.
56 (jv-exp.tab.c): ditto.
57 (f-exp.tab.c): ditto.
58 (m2-exp.tab.c): ditto.
59 (ALLDEPFILES): add somread.c, hp-psymtab-read.c, hp-symtab-read.c.
60 (SFILES): remove the above files
61 (COMMON_OBS): remove somread.o
62 (SFILES): Add the tui files to this, so they get included in etags
63 tables.
64 (gdb$(EXEEXT)): Add all-tui to the list of dependencies, and add
65 tui/libtui.a to the link list.
66 (all-tui): New rule, which does a recursive make in the tui
67 subdir.
68 (tui/libtui.a): When recursing, pass down ${FLAGS_TO_PASS}. And
69 don't echo the make command. This is closer to what the other
70 recursions do.
71 (HFILES_NO_SRCDIR): add hpread.h
72 (COMMON_OBS): add hp-psymtab-read.o, hp-symtab-read.o
73 (SFILES): add hp-psymtab-read.c, hp-symtab-read.c add rules for
74 the new files. Remove hpread.c, hpread.o
75 (gdb$(EXEEXT)): Depend on the actual tui library, not on a
76 fictitious target. Since the fictitious target never existed,
77 make would always relink.
78 (tui/libtui.a): Always recurse to make sure the library is up to
79 date.
80
7517f04b
SS
81Wed Jan 6 12:05:12 1999 Stan Shebs <shebs@andros.cygnus.com>
82
83 * remote.c: Pacify --enable-build-warnings, reformat code
84 to conform to standards, fix spelling errors.
85 (ishex, stubhex, record_currthread, etc): Declare.
86 (ishex, stubhex): Declare char arg as int.
87 (pack_string): Comment out, never used but possibly useful.
88 (threadref_to_int, remote_get_threadinfo, etc): Make static.
89
34733701
DT
90Wed Jan 6 11:43:32 1999 David Taylor <taylor@texas.cygnus.com>
91
92 The following changes were made by Elena Zannoni
93 <ezannoni@cygnus.com> and Edith Epstein <eepstein@cygnus.com> as
94 part of a project to merge in changes made by HP.
95
96 * c-exp.y: use external flag hp_som_som_object_present to decide
97 whether code was compiled by HP's compilers. Add two new C++
98 tokens for true and false.
99 (yylex): check for template name is done differently for the
100 HP/aCC compiler case. Change some of the template processing code
101 for handling HP aCC templates. Handle true and false tokens.
102
b53a1514
MS
103Tue Jan 5 11:13:36 1999 Michael Snyder <msnyder@cleaver.cygnus.com>
104
105 * remote.c (record_curthread): Must not modify inferior_pid when
7517f04b
SS
106 called from wait_for_inferior. Instead, if a new thread-id is
107 detected, call add_thread.
108 (MAGIC_NULL_PID): new macro, use instead of the magic number
109 "42000".
110 (remote_find_new_threads): if inferior_pid is unknown, get and use
111 the current thread id.
b53a1514 112 (remote_start_remote): on connecting, attempt to get the current
7517f04b
SS
113 thread id for inferior_pid.
114 (remote_resume): If pid == -1, then resume any-thread (not the
115 current thread specifically). Also some cosmetic fixups.
b53a1514
MS
116
117 * thread.c (info_threads_command): don't initialize current_pid
118 until after call to FIND_NEW_THREADS (which may change inferior_pid).
119 Also some cosmetic fixups.
120 * infrun.c: cosmetic fixups and casts to avoid warnings.
121 * infcmd.c: cosmetic fixups, mainly long lines.
122
2819d3d6
DT
123Tue Jan 5 11:55:57 1999 David Taylor <taylor@texas.cygnus.com>
124
49082556
DT
125 * target.c (noprocess): terminate sentence with a period.
126 * breakpoint.c (catch_command_1): ditto.
127
eceede31
DT
128 * c-valprint.c (c_value_print): remove hack^2 from HP; it causes
129 testsuite losses with no real gain.
130
2819d3d6
DT
131 * inferior.h (START_INFERIOR_TRAPS_EXPECTED): restore, but only
132 if tm-*.h hasn't overridden default value.
133
d951f9e4
JM
1341999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
135
136 * configure.in: Fix whitespace indentation for --help.
137 * configure: Regenerated.
138
d7f71863
JM
1391999-01-04 Manuel Bouyer <bouyer@antioche.lip6.fr>
140
141 * main.c: Add --write command line option, document -w.
142 * gdb.1: Document --write.
143
f240337a
JM
1441999-01-04 Jason Molenda (jsm@bugshack.cygnus.com)
145
146 * configure.in: Require autoconf 2.12.1 or higher.
147 * doc/configure.in: Ditto.
148 * nlm/configure.in: Ditto.
149 * rdi-share/configure.in: Ditto.
150 * testsuite/configure.in: Ditto.
151 * doc/Makefile.in: Don't hardcode $(SHELL).
152 * nlm/Makefile.in: Ditto.
153 * rdi-share/Makefile.in: Ditto.
154 * testsuite/Makefile.in: Ditto.
155
64aa82eb
SS
156Mon Jan 4 12:53:03 1999 Stan Shebs <shebs@andros.cygnus.com>
157
158 * remote-vx.c (init_vx_ops, init_vx_run_ops): Remove unneeded
159 inits of new fields, including ref to bogus field.
160 (vx_ops, vx_run_ops): Make static.
161
3e1d3d67
DT
162Mon Jan 4 15:05:29 1999 David Taylor <taylor@texas.cygnus.com>
163
97bff53b
DT
164 * inferior.h (START_INFERIOR_TRAPS_EXPECTED): delete,
165 already defined in tm.h.
166
3e1d3d67
DT
167 * inftarg.c: change <sys/unistd.h> to <unistd.h> and
168 conditionalize its inclusion.
169 * infttrace.c: ditto.
170
73ec6020 171For older changes see ChangeLog-98
bd5635a1
RP
172\f
173Local Variables:
55d3002f 174mode: change-log
bd5635a1
RP
175left-margin: 8
176fill-column: 74
177version-control: never
178End:
This page took 0.452693 seconds and 4 git commands to generate.