Suggested by Chris Walter <walter@budoe.bu.edu>:
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 Wed Jan 28 14:46:52 1998 Stan Shebs <shebs@andros.cygnus.com>
2
3 Suggested by Chris Walter <walter@budoe.bu.edu>:
4 * dwarfread.c (set_cu_language): Recognize Fortran.
5 * dwarf2read.c (set_cu_language): Ditto.
6 (read_array_type): Fix language test.
7
8 Wed Jan 28 12:51:08 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
9
10 * blockframe.c (generic_frame_chain_valid): A frame pointer may
11 be valid if it is equal to the frame pointer of its caller (ie.
12 not necessarily strictly INNER_THAN). Allows frameless functions.
13
14 Wed Jan 28 11:23:25 1998 Mark Alexander <marka@cygnus.com>
15
16 * monitor.c (monitor_vsprintf): New function to handle
17 printing of large addresses using %A format specifier.
18 (monitor_printf_noecho, monitor_printf): Use monitor_vsprintf
19 instead of vsprintf.
20 * dve3900-rom.c (_initialize_r3900_rom): Use %A instead of %Lx
21 to print addresses.
22
23 Tue Jan 27 16:14:23 1998 Jason Molenda (crash@bugshack.cygnus.com)
24
25 * configure.in (CONFIG_LDFLAGS): Only add -export-dynamic
26 when using GNU ld.
27
28 Mon Jan 26 19:07:46 1998 Jason Molenda (crash@bugshack.cygnus.com)
29
30 * config/alpha/tm-alphalinux.h (alpha_linux_sigtramp_offset):
31 Add closing parenthesis. From HJ Lu.
32
33 Mon Jan 26 17:54:45 1998 Mark Alexander <marka@cygnus.com>
34
35 * dve3900-rom.c: Improve performance by using memory commands
36 that print less fluff. Minor cosmetic changes.
37 Eliminate compiler warnings.
38
39 Sat Jan 24 23:44:43 1998 Martin M. Hunt <hunt@cygnus.com>
40
41 * breakpoint.c (enable_breakpoint): Preserve breakpoint
42 disposition when enabling a breakpoint.
43
44 * symtab.c (find_pc_sect_line): If no symbol information
45 is found, return correct pc anyway.
46
47 Fri Jan 23 17:26:22 1998 Stan Shebs <shebs@andros.cygnus.com>
48
49 * configure.host (i[3456]86-*-osf1mk*, mips-*-mach3*,
50 ns32k-*-mach3*): Fix file names.
51 (i[3456]86-*-os9k, m88*-*-mach3*, w65-*-*): Remove config
52 recognition, no source files for these.
53 * configure.tgt (powerpc-*-aix4*): Remove config, now identical
54 to powerpc-*-aix*.
55 * config/powerpc/{aix4.mh,aix4.mt,tm-ppc-aix4.h}: Remove files,
56 no longer needed.
57
58 Fri Jan 23 16:49:41 1998 Mark Alexander <marka@cygnus.com>
59
60 * monitor.c (monitor_write, monitor_readchar): New functions.
61 * monitor.h (monitor_write, monitor_readchar): Declare.
62 * dve3900-rom.c: Add support for fast loading on ethernet connections.
63
64 Fri Jan 23 07:47:06 1998 Fred Fish <fnf@cygnus.com>
65
66 * config/d10v/tm-d10v.h (CALL_DUMMY): Define as "{ 0 }".
67 (TARGET_READ_FP): Define to d10v_read_fp rather than d10v_read_sp.
68 (TARGET_WRITE_FP): Define to d10v_write_fp rather than d10v_write_sp.
69 (d10v_write_fp, d10v_read_fp): Add prototypes.
70 * symtab.c (decode_line_1): Remove assignment of sals[0].pc field.
71 * symfile.c (simple_overlay_update, simple_overlay_update_1):
72 Ignore the size of overlay sections. This check is redundant anyway.
73 * printcmd.c (print_frame_args): Ditto.
74 * valops.c (value_fetch_lazy): Ditto.
75 * values.c (unpack_long): Ditto.
76 * d10v-tdep.c (d10v_frame_chain, d10v_frame_find_saved_regs,
77 d10v_init_extra_frame_info): Fix some minor bugs so the finish command
78 works properly.
79 (show_regs): Change num1 and num2 types from "long long" to "LONGEST".
80 (d10v_read_fp, d10v_write_fp): New functions.
81 (d10v_push_arguments): Remove unneeded assigns to "val" and "contents".
82 (d10v_push_arguments): Fix for pointers and structs.
83 (d10v_extract_return_value): Fix for pointers and chars.
84
85 Tue Jan 20 18:53:18 1998 Stan Shebs <shebs@andros.cygnus.com>
86
87 * configure.tgt (i386-*-mach*, m88*-*-mach3*): Remove config
88 recognition, no source files for these (note that the i386 Mach
89 config is for pre-Mach 3).
90 (mips*-*-mach3*, ns32k-*-mach3*): Fix file names.
91 * config/mips/mipsel64.mt: Remove, never referenced.
92
93 Mon Jan 19 14:01:28 1998 Stan Shebs <shebs@andros.cygnus.com>
94
95 * top.c (print_gdb_version): Restore to original message.
96
97 Mon Jan 19 13:34:40 1998 Ian Lance Taylor <ian@cygnus.com>
98
99 From cgf@bbc.com (Chris Faylor):
100 * win32-nat.c (child_mourn_inferior): Call ContinueDebugEvent to
101 let the child exit.
102 (child_kill_inferior): Respond to all debug events as the child is
103 terminating.
104
105 * Makefile.in (all): Change gdb dependency to gdb$(EXEEXT).
106 (uninstall): Add $(EXEEXT) to file name to remove.
107 (gdb$(EXEEXT)): Rename target from plain gdb.
108 (gdb1$(EXEEXT)): Rename target from plain gdb1.
109 (clean, mostlyclean): Add $(EXEEXT) to binary names to remove.
110
111 1998-01-16 Felix Lee <flee@cygnus.com>
112
113 * top.c (print_gdb_version): delete stutter.
114
115 Thu Jan 15 12:29:13 1998 Nick Clifton <nickc@cygnus.com>
116
117 * remote-rdi.c (arm_rdi_open): Patch from Tony.Thompson@arm.com
118 to prevent spurous error messages on non-ICE targets.
119
120 start-sanitize-vr4111
121 Thu Jan 15 09:28:52 1998 Gavin Koch <gavin@cygnus.com>
122
123 * configure.tgt: Create the vr4111 as a copy of the vr4100.
124
125 end-sanitize-vr4111
126 Wed Jan 14 19:27:02 1998 Stan Shebs <shebs@andros.cygnus.com>
127
128 * config/mips/{r3900.mt,r3900l.mt,tm-r3900.h,tm-r3900l.h}:
129 Remove, no longer used.
130
131 start-sanitize-d30v
132 Wed Jan 14 18:11:26 1998 Michael Meissner <meissner@cygnus.com>
133
134 Patch from Jim Wilson.
135 * d30v-tdep.c (d30v_frame_find_saved_regs_offsets): Properly
136 declare void function before use.
137
138 * config/d30v/tm-d30v.h (CALL_DUMMY): Initialize as { 0 }, not {}.
139
140 end-sanitize-d30v
141 Tue Jan 13 16:38:48 1998 Fred Fish <fnf@cygnus.com>
142
143 * configure.in (--with-mmalloc): Add new configure arg to use the
144 mmalloc package. Default is to not use it.
145 (START_INFERIOR_TRAPS_EXPECTED): Define to the integer 2, not
146 the string "2".
147 * acconfig.h (USE_MMALLOC, FORCE_MMCHECK): Add #undef.
148 * configure: Regenerated.
149 * config.in: Regenerated.
150 * Makefile.in (MMALLOC_DIR, MMALLOC_SRC): Remove.
151 (MMALLOC): Set using configure.
152 (MMALLOC_CFLAGS): Set using configure.
153
154 * config/i386/tm-linux.h (sys_quotactl): Define to 1 rather
155 than just defining it.
156 * mpw-make.sed: Undefine USE_MMALLOC rather than defining NO_MMALLOC.
157 * utils.c (NO_MMALLOC): Use USE_MMALLOC instead.
158 * objfiles.c: ditto.
159 * defs.h: ditto.
160
161 * config/sparc/sun4os4.mh (MMALLOC_CFLAGS): Remove.
162 * config/m68k/sun3os4.mh (MMALLOC_CFLAGS): Remove.
163 * config/i386/cygwin32.mh (MMALLOC_CFLAGS): Remove.
164 * config/alpha/alpha-osf3.mh (MMALLOC_CFLAGS): Remove.
165 * config/alpha/alpha-osf2.mh (MMALLOC_CFLAGS): Remove.
166 * gdbserver/Makefile.in (MMALLOC_*): Remove.
167 * config/rs6000/rs6000.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
168 * config/rs6000/aix4.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
169 * config/powerpc/aix4.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
170 * config/powerpc/aix.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
171 * config/ns32k/ns32km3.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
172 * config/mips/mipsm3.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
173 * config/mips/decstation.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
174 * config/m88k/cxux.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
175 * config/i386/xm-windows.h (NO_MMALLOC, NO_MMCHECK): Remove.
176 * config/i386/i386mk.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
177 * config/i386/i386m3.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
178 * config/i386/i386gnu.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
179 * config/alpha/alpha-osf1.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
180 * config/alpha/alpha-linux.mh (MMALLOC, MMALLOC_CFLAGS): Remove.
181
182 Mon Jan 12 11:46:51 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
183
184 * config/m68k/tm-m68k.h (REGISTER_VIRTUAL_TYPE): make A0 thru A7
185 default to void pointer type (so that their default radix is hex).
186
187 * symtab.c: move rbreak_command from no_class to class_breakpoint
188 so it will be listed under "help breakpoints".
189
190 Sat Jan 10 14:58:04 1998 Stan Shebs <shebs@andros.cygnus.com>
191
192 * rdi-share/hostchan.c: Remove gettimeofday declaration.
193
194 Thu Jan 8 11:03:59 1998 Nick Clifton <nickc@cygnus.com>
195
196 * remote-rdp.c: Applied patches submitted by Tony.Thompson@arm.com
197 to implement the Angel remote debugging interface.
198
199 * Makefile.in: Add build rules for remote-rdi.c and
200 rdi-share/libangsd.a.
201
202 * configure.tgt: Updated from source on branch.
203 * config/arm/tm-arm.h: Updated from source on branch.
204 * arm-tdep.c: Updated from source on branch.
205
206 * rdi-share: New directory, RDI library contributed by ARM.
207
208 Mon Jan 5 20:21:59 1998 Mark Alexander <marka@cygnus.com>
209
210 * monitor.h (MO_PRINT_PROGRAM_OUTPUT): Define.
211 * monitor.c (monitor_wait): Echo program output.
212 * dve3900-rom.c (_initialize_r3900_rom): Remove MO_HANDLE_NL flag,
213 add MO_PRINT_PROGRAM_OUTPUT flag.
214
215 Mon Jan 5 18:21:11 1998 David Taylor <taylor@texas.cygnus.com>
216
217 * top.h (HAVE_SIGSETJMP): define SIGJMP_BUF, SIGSETJMP, and
218 SIGLONGJMP appropriately based on whether HAVE_SIGSETJMP is
219 defined.
220 * top.c (return_to_top_level, catch_errors): use the new macros
221 * main.c (SET_TOP_LEVEL): ditto.
222 * config/xm-sysv4.h (HAVE_SIGSETJMP): Define.
223
224 Fri Jan 2 18:48:58 1998 Mark Alexander <marka@cygnus.com>
225
226 * configure.in: Double up brackets in shell case pattern.
227
228 Fri Jan 2 17:06:05 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
229
230 * tracepoint.c (finish_tfind_command): improved algorithm for
231 deciding when we've "stepped" into a new stack frame.
232 (map_args_over_tracepoints): loop over tracepoint list "safely",
233 since list elements may be deleted during loop.
234 (read_actions): add actions to history list.
235
236 For older changes see ChangeLog-97
237 \f
238 Local Variables:
239 mode: indented-text
240 left-margin: 8
241 fill-column: 74
242 version-control: never
243 End:
This page took 0.035131 seconds and 4 git commands to generate.