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