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