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