]>
Commit | Line | Data |
---|---|---|
ade01652 JK |
1 | Wed Apr 12 16:36:44 1995 Jim Kingdon ([email protected]) |
2 | ||
3 | * values.c (set_internalvar): Set modifiable flag of newval. | |
4 | ||
f8203ed0 JK |
5 | Wed Apr 12 14:34:31 1995 Jim Kingdon <[email protected]> |
6 | ||
7 | * xcoffread.c: Call complain() rather than error() or printing a | |
8 | warning. | |
9 | ||
32513ed1 DE |
10 | start-sanitize-arc |
11 | Wed Apr 12 08:15:27 1995 Doug Evans <[email protected]> | |
12 | ||
13 | * arc-tdep.c: #include "gdbcmd.h". | |
14 | (codestream_seek): Pass CORE_ADDR. | |
15 | (arc_cpu_type, tmp_arc_cpu_type, arc_cpu_type_table): New globals. | |
16 | (debug_pipeline_p): Likewise. | |
17 | (X_...): Instruction field access macros. | |
18 | (BUILD_INSN): Define. | |
19 | (codestream_tell): Allow for stream elements > 1 byte. | |
20 | (codestream_fill): Likewise. | |
21 | (setup_prologue_scan): New function. | |
22 | (arc_get_frame_setup): Call it. Update to current spec | |
23 | regarding prologues. Use BUILD_INSN. | |
24 | (skip_prologue): New argument `frameless_p'. Use BUILD_INSN. | |
25 | (arc_frame_saved_pc): New function. | |
26 | (frame_find_saved_regs): Use BUILD_INSN. | |
27 | (get_insn_type, single_step): New functions. | |
28 | (one_stepped): New global. | |
29 | (arc_set_cpu_type_command, arc_show_cpu_type_command): New functions. | |
30 | (arc_set_cpu_type): New function. | |
31 | (_initialize_arc_tdep): Define new `set' commands `cpu', | |
32 | `displaypipeline', and `debugpipeline'. | |
33 | * remote-arc.c (break_insn): Add bi-endian support. | |
34 | (arc_insert_breakpoint): Likewise. | |
35 | (arc_remove_breakpoint): Likewise. | |
36 | (switch_command): Delete. | |
37 | * arc/tm-arc.h (TARGET_BYTE_ORDER): Delete. | |
38 | (TARGET_BYTE_ORDER_SELECTABLE): Define. | |
39 | (DEFAULT_ARC_CPU_TYPE): Define. | |
40 | (SKIP_PROLOGUE_FRAMELESS_P): Define. | |
41 | (BREAKPOINT): Delete. | |
42 | (BIG_BREAKPOINT, LITTLE_BREAKPOINT): Define. | |
43 | (DECR_PC_AFTER_BREAK): Change to 8. | |
44 | (NO_SINGLE_STEP): Define. | |
45 | (ARC_PC_TO_REAL_ADDRESS): Define. | |
46 | (SAVED_PC_AFTER_CALL): Use it. | |
47 | (NUM_REGS, REGISTER_BYTES): Fix. | |
48 | (FRAME_SAVED_PC): Call arc_frame_saved_pc. | |
49 | (FRAME_LOCALS_ADDRESS): Fix. | |
50 | end-sanitize-arc | |
51 | ||
0c0c911b JK |
52 | Tue Apr 11 16:42:37 1995 Jim Kingdon ([email protected]) |
53 | ||
54 | * top.c, utils.c, defs.h: Remove error_hook. It is currently | |
55 | unused and would need to hook into error_begin()/return_to_top_level(), | |
56 | instead of error(), if it were to be used. | |
57 | ||
8989d4fc JK |
58 | Tue Apr 11 13:46:25 1995 Jim Kingdon <[email protected]> |
59 | ||
60 | * utils.c, defs.h (warning_begin): Renamed from warning_setup, for | |
61 | consistency with error_begin. Also print warning_pre_print. | |
62 | Document it better. | |
63 | * utils.c (warning): Use it. | |
64 | * utils.c (error_begin): Doc fix. | |
88a5c3fc JK |
65 | * rs6000-nat.c (vmap_ldinfo): If we don't find ldinfo for the |
66 | symfile_objfile, nuke it. | |
8989d4fc | 67 | |
0b078540 JK |
68 | Tue Apr 11 09:35:20 1995 Jim Kingdon ([email protected]) |
69 | ||
f1cd942d JK |
70 | * printcmd.c (print_address_numeric): Pass use_local to |
71 | print_longest, rather than always passing 1. | |
72 | ||
0b078540 JK |
73 | * nlm/Makefile.in: Remove comments discussing munch. |
74 | ||
45f90c50 MM |
75 | Tue Apr 11 11:07:12 1995 Michael Meissner <[email protected]> |
76 | ||
77 | * gdbtk.c (gdbtk_init): If SIOCSPGRP is not available, but | |
78 | F_SETOWN is, use that. | |
79 | ||
cb5aa38b SS |
80 | Mon Apr 10 18:31:57 1995 Stan Shebs <[email protected]> |
81 | ||
82 | Merge in support for Mac MPW as a host. | |
83 | (Old change descriptions retained for informational value.) | |
84 | ||
85 | * mpw-config.in (i386-unknown-go32): Change from aout. | |
86 | (sh-hitachi-hms): New target. | |
87 | * mpw-make.in (BISON): Use byacc instead of bison. | |
88 | (VERSION): Bump to 4.14.1. | |
89 | (*-pinsn.*): Remove mentions everywhere. | |
90 | (all): Don't build MacGDB. | |
91 | (gdb, SiowGDB): Depend on Version.r. | |
92 | (Version.r): Generate from version info. | |
93 | * main.c (main): Pass program name to START_PROGRESS, END_PROGRESS. | |
94 | (main) [MPW]: Remove debugging hook. | |
95 | * mac-xdep.c (debug_openp): New flag. | |
96 | (mac_init): Set flag if env variable defined. | |
97 | * ser-mac.c (mac_open): Clarify error message. | |
98 | (mac_readchar): Call PROGRESS while looping. | |
99 | (mac_write): Call sleep instead of sec_sleep. | |
100 | (sec_sleep): Remove. | |
101 | * source.c (openp) [MPW]: Only print debugging info if debugging. | |
102 | * utils.c (query) [MPW]: Clarify that behavior is a bug. | |
103 | ||
104 | * mpw-make.in (init.c): Use open-brace instead of mpw-open-brace. | |
105 | ||
106 | * main.c, source.c: Remove hacks that replace long strings | |
107 | with shorter ones, now solved portably. | |
108 | ||
109 | * config/m68k/xm-mpw.h (spin.h): Include. | |
110 | (ALMOST_STDC): Only define if MPW_C. | |
111 | * config/m68k/tm-mac.h: New file, Mac target definitions. | |
112 | ||
113 | * mpw-config.in (m68k-apple-macos, ppc-apple-macos, | |
114 | i386-unknown-aout): New targets. | |
115 | (mk.tmp): Add *DEPFILES definitions. | |
116 | * mpw-make.in: Remove gC rules, clean up definitions for other | |
117 | include files, bump version, fix bogus \ that should be \Option-d. | |
118 | (init.c): Build correctly. | |
119 | ||
120 | * mpw-make.in (HFILES_NO_SRCDIR): Add somsolib.h | |
121 | (ALLDEPFILES): Add somsolib.c. | |
122 | (somsolib.o): Add some dependencies. | |
123 | ||
124 | * mpw-config.in: Use nm-empty.h if host is not target. | |
125 | (xdepfiles): Add mac-xdep.c.o. | |
126 | (xm_file): Remove. | |
127 | * mpw-make.in: Add Fortran files. | |
128 | (XDEPFILES): Remove. | |
129 | ||
130 | * mpw-config.in (MacSerial.h): Duplicate from standard Serial.h. | |
131 | * ser-mac.c (MacSerial.h): Include instead of Serial.h. | |
132 | ||
133 | * mpw-make.in: Use {s} instead of {srcdir} everywhere. | |
134 | (bindir, libdir): Remove extra colon. | |
135 | (source.c): Compile with C instead of gC. | |
136 | (c-exp.tab.c, ch-exp.tab.c, m2-exp.tab.c): Add {o}. | |
137 | (install-only): Don't install MacGDB. | |
138 | * source.c (openp) [MPW]: Add a debugging display. | |
139 | (open_source_file) [MPW]: Use MPW basename finders. | |
140 | [MPW_C]: Briefer versions of help for line and list commands. | |
141 | ||
142 | * mpw-make.in: Change references from paread.c to somread.c | |
143 | ||
144 | * mpw-make.in (VERSION): Update to 4.12.3. | |
145 | (SiowGDB): New target, GDB using SIOW library. | |
146 | (init-new.c): New target, attempt to generate init.c from sources. | |
147 | (main.c.o, top.c.o): Put each in its own segment. | |
148 | * main.c (main) [MPW]: Always call mac_init. | |
149 | * utils.c (query) [MPW]: Always return "yes" if in MacGDB, output | |
150 | an extra newline otherwise. | |
151 | * mac-xdep.c: More comments in various places, remove junk. | |
152 | (mac_init): Add tests for MPW and SIOW. | |
153 | (use_wne, has_color_qd): Renamed. | |
154 | (use_color_qd): New variable. | |
155 | (grow_window): Only do console resizing to console window, | |
156 | call resize_console_window. | |
157 | (zoom_window): Call resize_console_window. | |
158 | (resize_console_window, scroll_text): New functions. | |
159 | (adjust_console_sizes): Always align viewrect to even multiples of | |
160 | text lines. | |
161 | (adjust_console_text): Always scroll by whole lines. | |
162 | (hacked_vfprintf, hacked_puts, hacked_fputc, hacked_putc): Force a | |
163 | recalculation of scroll positions if a newline was output. | |
164 | (hacked_fflush): Similarly, for flushing. | |
165 | (hacked_fgetc): New function, aborts if called in MacGDB. | |
166 | * ser-mac.c (mac_readchar): Rename starttime to start_time, | |
167 | remove debugging printf. | |
168 | (mac_write): Sleep on first 4 writes. | |
169 | (sec_sleep): New function, works like standard sleep. | |
170 | * macgdb.r: Adjust positioning and contents of About box. | |
171 | Set minimum size to 2000K, preferred size to 5000K. | |
172 | * config/m68k/xm-mpw.h (fgetc): Define as a macro. | |
173 | ||
174 | * mpw-make.in (.c.o, .gc.o): Prefix segment names with gdb_. | |
175 | (top.c.o, annotate.c.o): Add build rules. | |
176 | * macgdb.r (SysTypes.r): Include. | |
177 | ('vers'): New resource, version info. | |
178 | (mFile, mEdit, mDebug): Enable all menu items. | |
179 | (mDebug): Add key equivalents for continue, step, next. | |
180 | (wConsole): Add zoom and close boxes to window. | |
181 | * mac-xdep.c (new_console_window): New function, code taken from | |
182 | mac_init. | |
183 | (mac_command_loop): Use GetCaretTime for wait interval, call | |
184 | do_idle on null events. | |
185 | (do_idle): New function. | |
186 | (zoom_window): Implement zooming. | |
187 | (v_scroll_proc): New function, handles vertical scrolling. | |
188 | (activate_window): Do activation of console window. | |
189 | (do_menu_command): Implement items of file, edit, and debug menus. | |
190 | (do_keyboard_command): Fix command extraction. | |
191 | (adjust_console_sizes, adjust_console_text): New functions. | |
192 | (hacked_fprintf, hacked_vfprintf, hacked_fputs, hacked_fputc, | |
193 | hacked_putc): Don't call draw_console. | |
194 | * ser-mac.c (mac_open): Add an error message for invalid ports. | |
195 | (first_mac_write): New global. | |
196 | (mac_write): Use first_mac_write to sleep on first several writes. | |
197 | ||
198 | * mpw-make.in (INCLUDE_CFLAGS): Add readline source dir. | |
199 | (READLINE_CFLAGS, READLINE_SRC, READLINE_DIR): Uncomment. | |
200 | (TSOBS): Don't compile inflow.c. | |
201 | (all, install): Add MacGDB. | |
202 | * main.c (main): Do Mac-specific init and command loop if a | |
203 | standalone app, skip full option help message if compiling | |
204 | with MPW C. | |
205 | (gdb_readline): If MPW, add a newline after the (gdb) prompt. | |
206 | * utils.c (_initialize_utils): If MPW, don't try to use termcap to | |
207 | compute the window size. | |
208 | * config/m68k/xm-mpw.h (printf, fprintf, fputs, fputc, putc, | |
209 | fflush): Define as macros that expand into hacked_... versions. | |
210 | (StandAlone, mac_app): Declare. | |
211 | * macgdb.r (SIZE): Set the default partition to 4000K. | |
212 | * mac-xdep.c (readline.h, history.h): Include. | |
213 | (terminal.h): Don't include. | |
214 | (mac_app): Define. | |
215 | (gdb_has_a_terminal): Define Mac-specific version. | |
216 | (do_keyboard_command): Simplify search for command string. | |
217 | (readline): Define as gdb_readline. | |
218 | Add other history/readline stubs to make main gdb link. | |
219 | (hacked_fprintf, hacked_printf, hacked_vfprintf, hacked_fputs, | |
220 | hacked_fputc, hacked_fflush): New functions, intercept output to | |
221 | stdout and stderr, send to console window. | |
222 | ||
223 | * mpw-make.in (MacGDB): New target, standalone Mac-hosted gdb. | |
224 | (XDEPFILES): Define. | |
225 | (main.c.o): Compile with gC instead of C. | |
226 | * mac-defs.h: New file, menu etc definitions shared between | |
227 | C and Rez files. | |
228 | * macgdb.r: New file, Rez (resource compiler) resource | |
229 | definitions. | |
230 | * mac-xdep.c: New file, Mac host interface code. | |
231 | * config/m68k/xm-mpw.h (PATHNAME_SEPARATOR): Rename to | |
232 | DIRNAME_SEPARATOR. | |
233 | (PATHNAME_SEPARATOR_STRING): Remove. | |
234 | (SIGQUIT, SIGHUP): Define. | |
235 | (fileno, R_OK): Define. | |
236 | ||
237 | * mpw-config.in: New file, MPW configuration fragment. | |
238 | * mpw-make.in: New file, MPW makefile fragment. | |
239 | * config/m68k/xm-mpw.h: New file, MPW host definitions. | |
240 | * ser-mac.c: New file, Mac serial interface. | |
241 | ||
c08c3640 KH |
242 | Mon Apr 10 16:47:57 1995 Kung Hsu <[email protected]> |
243 | ||
73dab896 KH |
244 | * valprint.c (print_longest): Fix a syntax error in #ifdef |
245 | PRINTF_HAS_LONG_LONG. | |
246 | ||
247 | * config/mips/xm-irix5.h: turn on CC_HAS_LONG_LONG and | |
c08c3640 KH |
248 | PRINTF_HAS_LONG_LONG. |
249 | * config/mips/tm-irix5.h: turn on FORCE_LONG_LONG. | |
250 | ||
41270571 PS |
251 | Sat Apr 8 02:47:45 1995 Peter Schauer ([email protected]) |
252 | ||
253 | * mdebugread.c (parse_symbol): Use new variable | |
254 | nodebug_var_symbol_type as type of variables which don't have any | |
255 | ecoff debug info associated with them. | |
256 | (parse_symbol, parse_procedure): Use heuristics to determine if | |
257 | functions were compiled without debugging info and change their | |
258 | type to nodebug_function_symbol_type. | |
259 | (_initialize_mdebugread): Initialize nodebug_*_symbol_type. | |
260 | ||
261 | * source.c (line_info): Clear sal.pc for `info line' without | |
262 | arguments. | |
263 | ||
7952bce6 SG |
264 | Fri Apr 7 17:43:01 1995 Stu Grossman ([email protected]) |
265 | ||
266 | * monitor.c: make_xmodem_packet and print_xmodem_packet go away. | |
267 | send_xmodem_packet shows up to do the obvious. Lots of fixes to | |
268 | xmodem downloads including resetting of block number at start of | |
269 | new transfers, fix for buffer overrun problem, addition of CRC | |
270 | generation code. | |
271 | * (monitor_open): loadtype_str and loadproto_str now default to | |
272 | first entry in monitor_ops->loadtypes. | |
273 | * (monitor_wait): Lengthen register dump buf, because of verbose | |
274 | Winbond monitor. | |
275 | * (monitor_fetch_register): Report unimplemented registers as 0. | |
276 | * (monitor_read_memory): Only do 16 byte aligned transfers | |
277 | because of formatting weirdness with the Winbond monitor. Also, | |
278 | ignore non-hex, non-whitespace formatting between bytes (same | |
279 | monitor). | |
280 | * (monitor_load): Clean up logic. | |
281 | * (monitor_load_srec): Re-do xmodem support. Move lots of it | |
282 | into send_xmodem_packet. | |
283 | * (getacknak): Get rid of polls and timeouts. Handle CRC | |
284 | requests from receiver. | |
285 | * (monitor_make_srec): Efficiency improvements. Don't call | |
286 | sprintf to output two digit hex numbers. | |
287 | * (crcinit, docrc): New, CRC-16 support routines. | |
288 | * (send_xmodem_packet): New routine to generate either CRC-16 or | |
289 | checksummed xmodem packets. | |
290 | ||
291 | * remote-est.c (est_loadtypes), rom68k-rom.c (rom68k_loadtypes): | |
292 | Reduce tables down to only the load types supported by each | |
293 | monitor. | |
294 | ||
295 | * w89k-rom.c (w89k_supply_register): Parses output of Winbond | |
296 | register dumps. | |
297 | * (w89k_loadtypes, w89k_loadprotos): Reduce to just srec/xmodem. | |
298 | * (w89k_cmds): Add clear all breakpoints, memory fill, and dump | |
299 | registers commands. | |
300 | ||
0ac704d2 SG |
301 | * config/pa/tm-hppa.h: Define lots register offsets needed by |
302 | w89k-rom.c. | |
303 | ||
77a89957 MM |
304 | Thu Apr 6 17:00:46 1995 Michael Meissner <[email protected]> |
305 | ||
306 | * Makefile.in (X11_INCLUDES): Define as empty. | |
307 | (X11_CFLAGS): Define as including $(X11_INCLUDES). | |
308 | (X11_LIB_SWITCHES): Define as empty. | |
309 | (X11_LIBS): Define as -lX11. | |
310 | ||
cb5aa38b | 311 | start-sanitize-gdbtk |
77a89957 MM |
312 | * configure.in (enable_gdbtk): If gdbtk, support the --x-includes |
313 | and --x-libraries switches, setting the X11_INCLUDES and | |
314 | X11_LIB_SWITCHES respectively. Instead of using a hardcoded -lX11 | |
315 | in ENABLE_CLIBS, use the X11_LIB_SWITCHES and X11_LIBS variables. | |
316 | ||
317 | * gdbtk.c (gdbtk_init): If SIOCSPGRP is not available, don't use | |
318 | it. This means that the stop button doesn't work, but is better | |
319 | than nothing. | |
cb5aa38b | 320 | end-sanitize-gdbtk |
77a89957 | 321 | |
8066e434 JK |
322 | Wed Apr 5 19:57:38 1995 Jim Kingdon ([email protected]) |
323 | ||
324 | * mips-tdep.c (mips_print_register): Remove unused variable | |
325 | our_type and call to init_type. Fixes memory leak. Reindent function. | |
326 | ||
327 | * mips-tdep.c (mips_print_register), findvar.c | |
328 | (write_register_bytes): Make buffer char[] instead of unsigned | |
329 | char[]. | |
330 | ||
dee80384 JK |
331 | Mon Apr 3 19:28:14 1995 Jim Kingdon ([email protected]) |
332 | ||
8066e434 | 333 | * top.c, utils.c, main.c, defs.h: Replace error_pre_print with two |
dee80384 JK |
334 | variables: error_pre_print (for RETURN_ERROR) and quit_pre_print |
335 | (for RETURN_QUIT). Fixes a bug whereby typing ^C (e.g. in "maint | |
336 | print sym") could output extraneous stuff. | |
337 | * objfiles.c: Don't declare error_pre_print; defs.h does it. | |
338 | ||
339 | Mon Apr 3 13:48:28 1995 Stu Grossman ([email protected]) | |
340 | ||
341 | * monitor.h: Add MO_GETMEM_NEEDS_RANGE flag. | |
342 | * monitor.c (monitor_read_memory): Use previously mentioned flag | |
343 | to send proper format memory examine commands to the w89k monitor. | |
344 | Also, try to handle bizarre format of memory dump... | |
345 | ||
346 | * op50-rom.c w89k-rom.c: Update to new monitor.[ch] conventions. | |
347 | ||
576c3913 PS |
348 | Sat Apr 1 03:22:20 1995 Peter Schauer ([email protected]) |
349 | ||
350 | * dbxread.c (process_one_symbol) [SOFUN_ADDRESS_MAYBE_MISSING]: | |
351 | Handle relocated symbol address. | |
352 | * partial-stab.h, case N_SO, SOFUN_ADDRESS_MAYBE_MISSING: | |
353 | Do not relocate a zero address. | |
354 | ||
23a1346e JK |
355 | Thu Mar 30 19:46:36 1995 Jim Kingdon ([email protected]) |
356 | ||
7c7c4f0a JK |
357 | * config/a29k/tm-a29k.h: Nuke obsolete define CONTROL_END_ADDR; it |
358 | is nowhere used. | |
359 | ||
23a1346e JK |
360 | * stabsread.c (read_range_type): Remove FIXME comment about |
361 | type-id (I presume this meant a number followed by = followed by a | |
362 | type) versus type number; Per fixed it. | |
363 | ||
1e1dd175 SS |
364 | Wed Mar 29 09:56:04 1995 Jason Molenda ([email protected]) |
365 | ||
366 | * configure.in: sparc-*-sunos5* is same as sparc-*-solaris2*. | |
367 | ||
a2f0cf2f SS |
368 | Wed Mar 29 18:30:03 1995 Stan Shebs <[email protected]> |
369 | ||
370 | * remote-e7000.c (why_stop): Add new kinds of strings to expect | |
371 | from the emulator. | |
372 | (e7000_wait): Add interpretations for more stop reasons, | |
373 | including warnings for write protect and cycle address errors. | |
374 | ||
a706069f SG |
375 | Wed Mar 29 17:09:29 1995 Stu Grossman ([email protected]) |
376 | ||
377 | start-sanitize-gdbtk | |
378 | * Makefile.in (gdbtk.o): Use X11_CFLAGS to provide alternate | |
379 | locations (per-host) for X11 include files. | |
380 | * config/pa/hppahpux.mh (XM_CLIBS): Add -L/usr/lib/X11R5 to force | |
381 | the use of R5 libs. (X11_CFLAGS): Add this to indicate the locs | |
382 | of the R5 include files. | |
383 | end-sanitize-gdbtk | |
384 | * monitor.c monitor.h remote-est.c rom68k-rom.c: Add start of | |
385 | support for interrupting target. | |
386 | * monitor.c (monitor_open): Send stop command before doing | |
387 | anything else. | |
388 | * (monitor_load_srec): Fix record size calculation to prevent end | |
389 | of segment from getting trashed. | |
390 | * rom68k-rom.c: Update to latest version of struct monitor_ops. | |
391 | * config/sparc/tm-sparc.h (FIX_CALL_DUMMY): Fix byte-order | |
392 | problems. Makes DOS hosted function calling work. | |
393 | * sparclite/crt0.s: Define _start to make COFF happy. | |
a706069f | 394 | |
3e8fdb61 MM |
395 | Wed Mar 29 09:11:51 1995 Michael Meissner <[email protected]> |
396 | ||
397 | * defs.h (atof): Don't provide an external declaration if atof is | |
398 | a macro. | |
399 | ||
e137e850 PS |
400 | Wed Mar 29 00:01:07 1995 Peter Schauer ([email protected]) |
401 | ||
402 | * rs6000-tdep.c (skip_prologue): Skip saving of LR and CR in | |
403 | the stack frame, fix typos in `st rx,NUM(r1)' and `stu r1,NUM(r1)' | |
404 | tests. | |
405 | ||
e55a5796 PB |
406 | Tue Mar 28 17:04:04 1995 Per Bothner <[email protected]> |
407 | ||
408 | * gdbtypes.c (create_range_type): If indextype has TYPE_FLAG_STUB | |
409 | set, set TYPE_FLAG_TARGET_STUB. | |
410 | (check_stub_type): Recalculate TYPE_LENGTH for range type. | |
411 | * stabsread.c (read_range_type): If index type number is followed | |
412 | by '=', back up, call read_type. and assume we have a true range. | |
413 | * gdbtypes.h (TYPE_FLAG_TARGET_STUB): Update comment. | |
414 | ||
3f403f6a PS |
415 | Mon Mar 27 22:51:54 1995 Peter Schauer ([email protected]) |
416 | ||
417 | * alpha-nat.c, irix4-nat.c, irix5-nat.c, mipsv4-nat.c, | |
418 | sparc-tdep.c (supply_gregset, supply_fpregset): Fill inaccessible | |
419 | registers with zero to handle recent read_register_bytes change. | |
420 | * irix4-nat.c, irix5-nat.c, mipsv4-nat.c (supply_gregset, | |
421 | fill_gregset): Fix handling of CAUSE_REGNUM. | |
422 | * mips-nat.c (store_inferior_registers): Handle unwritable | |
423 | registers when storing a single register. | |
424 | * config/mips/tm-irix3.h (CAUSE_REGNUM, BADVADDR_REGNUM): | |
425 | Fix definitions. | |
426 | ||
427 | * mdebugread.c (parse_symbol, psymtab_to_symtab_1): Clear | |
428 | allocated mips_extra_func_info, if the debug info is corrupt, | |
429 | the PDR to fill it in might be missing. | |
430 | ||
3b94a0b8 KH |
431 | Mon Mar 27 14:43:00 1995 Kung Hsu <[email protected]> |
432 | ||
433 | * vx-share/regPacket.h: a new file interfacing with vxworks. | |
434 | ||
d582898a JK |
435 | Sun Mar 26 13:22:47 1995 Jim Kingdon ([email protected]) |
436 | ||
437 | * breakpoint.c (bpstat_do_actions): Once we've executed the | |
438 | commands, set bs->commands to NULL. | |
439 | ||
b9e58503 PS |
440 | Sat Mar 25 01:16:10 1995 Peter Schauer ([email protected]) |
441 | ||
442 | * buildsym.c (patch_subfile_name): Update last_source_file | |
443 | with the real source file name. | |
444 | * dbxread.c (end_psymtab): Handle static functions in the | |
445 | SOFUN_ADDRESS_MAYBE_MISSING case by passing pst->filename | |
446 | to lookup_minimal_symbol. | |
447 | (process_one_symbol): Ignore extra outermost context from | |
448 | SunPRO cc and acc. | |
449 | * stabsread.c (define_symbol): Do not complain for SunPRO | |
450 | static variable encoding if STATIC_TRANSFORM_NAME is defined. | |
451 | * sparc-tdep.c, config/sparc/tm-sun4sol2.h | |
452 | (sunpro_static_transform_name): Renamed from | |
453 | solaris_static_transform_name. | |
454 | * config/sparc/tm-sun4os4.h (STATIC_TRANSFORM_NAME): | |
455 | Define to sunpro_static_transform_name for acc 3.0 compiled | |
456 | executables. | |
457 | * procfs.c, config/alpha/nm-osf2.h (PROCFS_DONT_TRACE_FAULTS): | |
458 | Renamed from PROCFS_DONT_TRACE_IFAULT, don't trace any faults | |
459 | if defined. | |
460 | * procfs.c (info_proc_siginfo): Cast sip->si_addr to | |
461 | `unsigned long' and use `lx' format for printing it. | |
462 | ||
463 | Fri Mar 24 15:45:42 1995 Stu Grossman ([email protected]) | |
464 | ||
465 | * configure.in: Move test for m68*-est-* before m68*-*-coff*. | |
466 | * findvar.c: Move default def of CANNOT_STORE_REGISTER closer to | |
467 | the beginning of the code. | |
468 | * (write_register_gen): New routine. Analogous to | |
469 | read_register_gen. | |
470 | * (write_register_bytes): Another rewrite! Make it smarter about | |
471 | not updating regs with the same value. | |
472 | * monitor.c (printf_monitor readchar): Use stderr instead of | |
473 | stdout to output debug info. Also cleanup readchar a little. | |
474 | * (expect): Make sure that excessive responses are null | |
475 | terminated. | |
476 | * (monitor_open): Check for magic number in monitor_ops struct. | |
477 | Allow multiple commands as init strings. Also, clear all | |
478 | breakpoints. | |
479 | * (monitor_resume monitor_wait): Send a command to dump all the | |
480 | regs for those targets which don't do so when waking up after a | |
481 | continue command. | |
482 | * (monitor_wait): Handle excessive response output better. | |
483 | * (monitor_write_memory): Use block fill, word, and long word | |
484 | commands (if they exist) to write memory more efficiently. | |
485 | * General cleanups to use flag bits instead of individual flag | |
486 | words in monitor_ops struct. | |
487 | * (monitor_command): Return output from command. | |
488 | * (monitor_load_srec): Allocate buffer only once. Use alloca. | |
489 | Wait for load response string instead of using a timeout to start | |
490 | sending S-records. Fix bug where value of srec_frame shrinks. If | |
491 | hashmark is set, print `-' for retransmissions. General cleanups. | |
492 | * (monitor_make_srec): Get rid of S-record default type kludge. | |
493 | * monitor.h: Use seperate struct for memory and register | |
494 | read/write commands. Memory commands can come in byte, word, | |
495 | long, and longlong forms. | |
496 | * (monitor_ops): Change lots of fields. Generalize some stuff. | |
497 | Put all flags into flags word. Allow init to be a list of commands. | |
498 | Add command for clearing all breakpoints, block fill, dumping all | |
499 | registers. | |
500 | * remote-est.c: Rewrite to use new monitor conventions. | |
501 | * config/m68k/est.mt (TDEPFILES): Add monitor.o. | |
502 | * config/m68k/tm-est.h: Set NUM_REGS to 18. | |
503 | * testsuite/gdb.base/break.exp: Lots of cleanups. Use gdb_test | |
504 | more thoroughly. | |
505 | ||
9bfed1ee JL |
506 | Thu Mar 23 23:20:00 1995 Jeff Law ([email protected]) |
507 | ||
508 | * somsolib.c (som_solib_add): Handle case where a shared library | |
509 | referenced by a core file has sections without the SEC_ALLOC bit | |
510 | set (eg stabs sections). | |
511 | ||
1c04536e JK |
512 | Thu Mar 23 15:07:08 1995 Jim Kingdon ([email protected]) |
513 | ||
514 | * breakpoint.c (bpstat_do_actions): For each element in the bpstat | |
515 | chain, do all the commands regardless of whether they run the | |
516 | inferior. | |
517 | ||
aa949c08 DE |
518 | Wed Mar 22 19:17:06 1995 Doug Evans <[email protected]> |
519 | ||
520 | * mem-break.c (LITTLE_BREAKPOINT, BIG_BREAKPOINT): Define as | |
521 | BREAKPOINT if mono-endian. | |
522 | (break_insn): Deleted. | |
523 | (big_break_insn, little_break_insn): Define. | |
524 | (memory_insert_breakpoint): Handle bi-endian cpus. | |
525 | (BREAKPOINT_LEN): Define. | |
526 | (memory_remove_breakpoint): Use it. | |
527 | (memory_breakpoint_size): Likewise. | |
528 | ||
9cc2cd4f KH |
529 | Tue Mar 21 17:03:17 1995 Kung Hsu <[email protected]> |
530 | ||
531 | * sparc-stub.c: add nop after 'bg good_wim'. | |
532 | * sparcl-stub.c: ditto. | |
533 | ||
1968ed13 JK |
534 | Tue Mar 21 13:34:12 1995 Jim Kingdon ([email protected]) |
535 | ||
536 | * infrun.c (handle_command): Don't print TARGET_SIGNAL_0, | |
537 | TARGET_SIGNAL_UNKNOWN, or TARGET_SIGNAL_DEFAULT. | |
538 | ||
e6059f4a JL |
539 | Mon Mar 20 10:09:59 1995 Jeff Law ([email protected]) |
540 | ||
541 | * hppab-nat.c (store_inferior_registers): Sync with HPUX version. | |
542 | ||
a15f6b0a SG |
543 | Mon Mar 20 07:34:48 1995 Stu Grossman ([email protected]) |
544 | ||
545 | * hppah-nat.c (store_inferior_registers): Move check for | |
546 | CANNOT_STORE_REGISTER to a better place. Fixes ptrace I/O errors | |
547 | found by test suite during function calls, which attempts to write | |
548 | unwritable registers. | |
549 | ||
5c26250b PS |
550 | Sat Mar 18 02:02:24 1995 Peter Schauer ([email protected]) |
551 | ||
552 | * mdebugread.c (parse_symbol): If finishing a function without | |
553 | known parameter type info, set that from parameter symbols. | |
554 | Remove commented-out add_param_to_type support. | |
555 | ||
556 | Thu Mar 16 16:38:03 1995 Jim Kingdon ([email protected]) | |
557 | ||
558 | * xcoffread.c (process_linenos): Make sure filename we pass to | |
559 | start_subfile will cause deduce_language_from_filename to return | |
560 | the correct thing. Reindent function to GNU standards. | |
561 | ||
334655aa C |
562 | Thu Mar 16 15:54:00 1995 J.T. Conklin <[email protected]> |
563 | ||
564 | * nlm/gdbserve.c (handle_exception): #if out call to StopBell, | |
565 | as it is not available on NetWare 3 or PIN. | |
566 | * nlm/ppc.c (StopBell): Removed. | |
567 | ||
8367c66b JK |
568 | Thu Mar 16 12:14:41 1995 Jim Kingdon ([email protected]) |
569 | ||
d1f14b46 JK |
570 | * xcoffread.c (read_xcoff_symtab): When creating a dummy parameter |
571 | inferred from the traceback tags, give its type the name | |
572 | "<non-float parameter>". | |
573 | ||
8367c66b JK |
574 | * stabsread.c (rs6000_builtin_type): Recognize types -31 to -34. |
575 | ||
2081365f SG |
576 | Wed Mar 15 15:09:29 1995 Stu Grossman ([email protected]) |
577 | ||
578 | * findvar.c (read_register_bytes write_register_bytes): Make | |
579 | these routines much smarter about updating registers from the | |
580 | target, only doing so when absolutely necessary. This really | |
581 | speeds up register modification on some remote targets. | |
582 | ||
583 | * monitor.c: More cleanups. Get rid of monitor_load_ascii_srec. | |
584 | BFD makes this unnecessary. Lots of debugging speedups. | |
585 | * (expect): NULL terminate return string. | |
586 | * (monitor_open monitor_supply_register parse_register_dump | |
587 | monitor_wait monitor_fetch_register): Switch to using GNU regexp | |
588 | library to parse multi-register displays. | |
589 | * (monitor_read_memory): Read multiple bytes (up to 16) at once. | |
590 | * (monitor_create_inferior): Call clear_proceed_status to make run | |
591 | command notice first breakpoint. | |
592 | * (monitor_load): Clean up. Reset inferior_pid, set pc to start | |
593 | address and reset symbol table stuff to make loads put things into | |
594 | a fresh state. | |
595 | * (monitor_load_srec): Lower sleep time to 1 second. | |
596 | ||
597 | * monitor.h (struct monitor_ops): Add register_pattern and | |
598 | supply_register to monitor_ops. | |
599 | ||
600 | * rom68k-rom.c: Add new support for handling register dumps. | |
efe4e52d SG |
601 | * config/m68k/tm-m68k.h: Define D0_REGNUM and A0_REGNUM for register |
602 | dump handling. | |
2081365f | 603 | |
a7f6f40b JK |
604 | Wed Mar 15 15:18:27 1995 Jim Kingdon ([email protected]) |
605 | ||
606 | * utils.c, defs.h (putchar_unfiltered, fputc_unfiltered): Make | |
607 | argument be an int, not a char. Using a prototype followed by an | |
608 | old-style function definition in a case where an argument is | |
609 | widened is a GCC-ism not supported by the native AIX compiler. | |
610 | ||
b1dda26e C |
611 | Wed Mar 15 12:22:35 1995 J.T. Conklin <[email protected]> |
612 | ||
68c1bc9c C |
613 | * nlmstub.def: Removed, this was moved to nlm/gdbserve.def |
614 | long ago. | |
615 | ||
a64bbacf | 616 | * configure.in (alpha-*-netware*): Removed configuration. |
68c1bc9c C |
617 | * config/alpha/{alpha-nw.mt, gdbserve.mt, tm-alphanw.h}: Removed. |
618 | * nlm/{README-ALPHA-NETWARE, aio.h, alpha-io.S, alpha-regdef.h, | |
619 | alpha.c, alpha.h, altdebug.h}: Removed. | |
620 | ||
b1dda26e C |
621 | * nlm/gdbserve.c (main): Add support for processing BOARD= |
622 | argument, deprecate NODE=. | |
623 | ||
961b8ebd JK |
624 | Wed Mar 15 10:58:26 1995 Jim Kingdon ([email protected]) |
625 | ||
626 | * c-exp.y (yylex): Make an empty character constant an error. | |
627 | ||
912cb3fd PB |
628 | Tue Mar 14 15:00:54 1995 Per Bothner <[email protected]> |
629 | ||
630 | * valops.c (value_arg_coerce): Do possible value_coerce_array | |
631 | before determining type argument to value_cast. | |
632 | ||
1990231d KH |
633 | Tue Mar 14 10:41:41 1995 Kung Hsu <[email protected]> |
634 | ||
635 | * remote-es.c: Replace ignore with 0. | |
636 | ||
a3012272 JK |
637 | Tue Mar 14 05:52:36 1995 Jim Kingdon ([email protected]) |
638 | ||
2e12bf4f JK |
639 | * valops.c (value_repeat), eval.c (evaluate_subexp_standard): |
640 | If VALUE_REPEATED is already set, just error out. | |
641 | ||
36633dcc JK |
642 | * valops.c (value_cast, value_slice), parse.c (follow_types): Add |
643 | FIXME-type-allocation comments. | |
644 | ||
a3012272 JK |
645 | * gdbtypes.h (struct type): Fix comment about what units the |
646 | TYPE_LENGTH is in. | |
647 | ||
477b2425 SS |
648 | Mon Mar 13 18:27:25 1995 Stan Shebs <[email protected]> |
649 | ||
650 | * ch-valprint.c (annotate.h): Include. | |
651 | * eval.c (evaluate_subexp_standard): Remove unused variable. | |
652 | (calc_f77_array_dims): Add parens to expression. | |
653 | * f-exp.y (yylex): Add parens to expression, remove unused label. | |
654 | * f-lang.h (calc_f77_array_dims): Declare. | |
655 | * f-valprint.c (f_val_print): Remove unused variables. | |
656 | ||
4f69fe46 JK |
657 | Mon Mar 13 15:25:47 1995 Jim Kingdon <[email protected]> |
658 | ||
659 | * alpha-tdep.c (find_proc_desc): If pdr.framereg field is -1, don't | |
660 | use the PDR, just examine prologues instead. | |
661 | ||
477b2425 | 662 | start-sanitize-arc |
c230fbb6 KH |
663 | Fri Mar 10 16:13:18 1995 Kung Hsu <[email protected]> |
664 | ||
c230fbb6 KH |
665 | * config/tm-arc.h: Change arc register names. |
666 | end-sanitize-arc | |
667 | ||
a1a0d974 PS |
668 | Fri Mar 10 02:49:40 1995 Peter Schauer ([email protected]) |
669 | ||
670 | Fix problems with infinite recursion when printing a class | |
671 | that contains a static instance of the class. | |
672 | * cp-valprint.c (dont_print_vb_obstack): Renamed from | |
673 | dont_print_obstack, made static. | |
674 | (dont_print_statmem_obstack): New obstack, controls printing | |
675 | of static member classes. | |
676 | (_initialize_cp_valprint): Initialize it. | |
677 | (cp_print_static_field): New function, handles printing of | |
678 | static members. | |
679 | (cp_print_value_fields): New parameter dont_print_statmem to | |
680 | handle recursive printing of static member classes, use | |
681 | cp_print_static_field to handle printing of static members. | |
682 | * c-valprint.c (cp_print_value_fields): Update prototype and | |
683 | call to include additional dont_print_statmem parameter. | |
684 | * c-valprint.c, f-valprint.c (dont_print_obstack): Remove unused | |
685 | extern declaration. | |
686 | ||
687 | * alpha-tdep.c, findvar.c, infptrace.c: Include <string.h>. | |
688 | ||
689 | * config/alpha/tm-alpha.h (FRAME_FIND_SAVED_REGS): Call | |
690 | alpha_find_saved_regs if fi->saved_regs is still NULL. | |
691 | ||
692 | * elfread.c (elf_symtab_read): Ensure that the filename field | |
693 | of a minsym is nonempty. Ignore solib trampoline symbols from | |
694 | the main symbol table, they might have a bogus value. | |
695 | ||
696 | * procfs.c (set_proc_siginfo), config/alpha/alpha-osf2.mh: | |
697 | Fix typos in comments. | |
698 | ||
45d6f623 JK |
699 | Thu Mar 9 17:19:47 1995 Jim Kingdon <[email protected]> |
700 | ||
701 | * mdebugread.c (parse_symbol, psymtab_to_symtab_1): Initialize | |
702 | pdr.framereg field of MIPS_EFI_SYMBOL_NAME symbol to -1. That way | |
703 | we know whether the PDR ever got set. | |
704 | * mips-tdep.c (find_proc_desc): If pdr.framereg field is -1, don't | |
705 | use the PDR, just examine prologues instead. | |
706 | ||
707 | Wed Mar 8 23:35:10 1995 Jeff Law ([email protected]) | |
708 | ||
709 | * somsolib.c (som_solib_section_offsets): Get offset of text | |
710 | section right. | |
711 | ||
34c40fd7 SG |
712 | Wed Mar 8 16:12:21 1995 Stu Grossman ([email protected]) |
713 | ||
8cbf6efc | 714 | start-sanitize-gdbtk |
9468f8aa SG |
715 | * gdbtk.c (gdb_get_breakpoint_info): Return error if breakpoint |
716 | type is not bp_breakpoint. | |
8cbf6efc | 717 | end-sanitize-gdbtk |
9468f8aa | 718 | |
34c40fd7 SG |
719 | * source.c (forward_search_command reverse_search_command): Set |
720 | convenience variable $_ to be the line # of the match. | |
721 | * symtab.c (decode_line_1): Allow convenience variables to be | |
722 | used in line specs (for breakpoints and such). | |
723 | ||
95618211 SS |
724 | Wed Mar 8 12:51:00 1995 Stan Shebs <[email protected]> |
725 | ||
726 | * Makefile.in (VERSION): Bump to 4.14.1. | |
727 | * NEWS, README: Update for 4.14. | |
728 | * i386v-nat.c (i386_insert_aligned_watchpoint): Fix declaration. | |
729 | (i386_insert_nonaligned_watchpoint): Call aligned instead of | |
730 | generic watchpoint insertion. | |
731 | ||
830a65b3 PB |
732 | Tue Mar 7 19:26:10 1995 Per Bothner <[email protected]> |
733 | ||
734 | * valops.c (value_slice): Do COERCE_VARYING_ARRAY. | |
735 | ||
236274b9 SG |
736 | Tue Mar 7 00:23:47 1995 Stu Grossman ([email protected]) |
737 | ||
95618211 | 738 | * monitor.c, array-rom.c, monitor.h, rom68k-rom.c: Move target_ops |
32fa4b59 SG |
739 | into monitor.c. |
740 | * monitor.c (monitor_create_inferior): Allow run command to start | |
741 | program. | |
742 | ||
f17aed8b SG |
743 | * monitor.c (monitor_load): Set PC to start address when done |
744 | loading. | |
745 | ||
95618211 | 746 | * array-rom.c, monitor.h, rom68k-rom.c: Clean up target_ops. |
f17aed8b SG |
747 | Remove ref to monitor_create_inferior. |
748 | ||
8f078234 SG |
749 | * monitor.c: More general cleanups. Add prototypes, remove |
750 | unused routines. Fix bug with wrong number of args to error(). | |
751 | ||
cc60ad63 SG |
752 | * main.c (main): Don't start up GUI when running under gdb mode |
753 | in emacs. | |
754 | ||
1265e2d8 SG |
755 | * Makefile.in: Add rules for monitor.o and rom68k-rom.o to make |
756 | Sun make (with VPATH) work... | |
757 | ||
95618211 | 758 | * monitor.c, monitor.h, rom68k-rom.c: Serious cleanup to make IDP |
1265e2d8 | 759 | (rom68k) target work right. |
95618211 | 760 | * array-rom.c, op50-rom.c, w89k-rom.c: Partial updates to new |
1265e2d8 SG |
761 | monitor.c interface. More work needs to be done here. |
762 | * config/m68k/tm-monitor.h: Change DECR_PC_AFTER_BREAK to 0 to | |
763 | match the IDP monitor. Also, set NUM_REGS to 18 cuz there's no | |
764 | floating-point for this card. | |
765 | ||
95618211 | 766 | * serial.h, ser-go32.c, ser-go32-para.c, ser-mac.c, ser-tcp.c, |
85c8b135 SG |
767 | ser-unix.c: Add SERIAL_SETSTOPBITS to set the number of stopbits |
768 | (needed for IDP board?!?!?). | |
769 | ||
95618211 SS |
770 | * defs.h, utils.c, remote-hms.c, remote-pa.c, remote.c: Fix defs |
771 | and usage of fputc_unfiltered and putchar_unfiltered. Eliminate | |
7baea946 SG |
772 | putc_unfiltered (it's superfluous). |
773 | ||
95618211 | 774 | * command.h, command.c, top.c: Add var_enum command type. It's |
09374c98 | 775 | like var_string but allows only only one of the specified strings. |
236274b9 | 776 | |
e70bba9f JK |
777 | Mon Mar 6 15:03:59 1995 Jim Kingdon ([email protected]) |
778 | ||
779 | * valops.c (value_cast): Don't use backslash newline--pre-ANSI | |
780 | compilers (such as SunOS4 /bin/cc) don't generally support it | |
781 | except in some contexts. | |
782 | ||
f7a69ed7 PB |
783 | Fri Mar 3 17:42:48 1995 Per Bothner <[email protected]> |
784 | ||
2379f65c | 785 | * valops.c (value_cast): Check for cast to array type *before* |
f7a69ed7 PB |
786 | we coerce array to pointer (in case arg2 is already array). |
787 | ||
788 | * valops.c (call_function_by_hand): Set using_gcc to 2 if using | |
789 | gcc2. Needed for REG_STRUCT_HAS_ADDR to work on sparc. | |
790 | Also check REG_STRUCT_HAS_ADDR for union, array and string types. | |
791 | ||
792 | * valops.c (call_function_by_hand): Re-arrange code for pushing | |
793 | paramaters on the stack so we can do better STACK_ALIGN. | |
794 | ||
795 | * valops.c (call_function_by_hand): Call error if the number | |
796 | of arguments is fewer than parameter types in function type. | |
797 | ||
732ff6af DE |
798 | Fri Mar 3 17:13:05 1995 Doug Evans <[email protected]> |
799 | ||
800 | * sparc-tdep.c (sparc_extract_struct_value_address): Move | |
801 | sparc64 support to here. | |
802 | (sparc64_extract_struct_value_address): Deleted. | |
803 | (dump_ccreg): Add a prototype so long long arg -> int. | |
804 | * sparc/tm-sp64.h (USE_STRUCT_CONVENTION): Define. | |
805 | (EXTRACT_STRUCT_VALUE_ADDRESS): Delete. | |
806 | ||
13ffa6be JL |
807 | Fri Mar 3 15:12:12 1995 Jeff Law ([email protected]) |
808 | ||
3a0fbb3b JL |
809 | * hpread.c (hpread_record_lines): New argument "offset". All |
810 | callers changed. Use it to handle dynamic address relocation. | |
811 | (hpread_build_psymtabs): Adjust texthigh as we read each function | |
812 | debug symbol. Fix computation of texthigh. | |
813 | (hpread_read_subrange_type): Work around macro bugs in HP's | |
814 | compilers. | |
815 | (hpread_process_one_debug_symbol): Correctly map source lines. | |
816 | ||
2097152a JL |
817 | * somread.c (check_strange_names): Filter names emitted by the HP |
818 | compiler when generating PIC code. | |
819 | ||
13ffa6be JL |
820 | * valops.c (value_struct_elt_for_reference): Work around macro |
821 | bugs in HP's compilers. | |
822 | * c-exp.y (block): Likewise. | |
823 | ||
0d172a2e JK |
824 | Fri Mar 3 12:27:28 1995 Jim Kingdon <[email protected]> |
825 | ||
5816555b JK |
826 | * rs6000-tdep.c (push_dummy_frame): Fix order of arguments to |
827 | store_address. | |
828 | ||
0d172a2e JK |
829 | * utils.c [_AIX]: Include stddef.h instead of #defining size_t. |
830 | ||
629b6214 MM |
831 | Fri Mar 3 12:33:24 1995 Michael Meissner <[email protected]> |
832 | ||
833 | * rs6000-tdep.c (skip_prologue): Skip multiple stores of the saved | |
834 | registers that GCC emits on the PowerPC by default in addition to | |
835 | the store multiple instruction used on the Power series. | |
836 | ||
8b0f5a9d DE |
837 | Fri Mar 3 00:54:58 1995 Doug Evans <[email protected]> |
838 | ||
839 | * sparc-tdep.c (decode_asi): New function. | |
840 | (sparc_print_register_hook): Pretty print more v9 registers. | |
841 | * sparc/tm-sp64.h (REGISTER_NAMES): Fix some typos. | |
842 | ||
306d27ca DE |
843 | Thu Mar 2 22:20:22 1995 Doug Evans <[email protected]> |
844 | ||
845 | * dwarfread.c (struct dieinfo): Use CORE_ADDR for at_{low,high}_pc. | |
846 | (target_to_host): Change result type to CORE_ADDR. | |
847 | ||
848 | Thu Mar 2 15:13:04 1995 Jim Kingdon ([email protected]) | |
849 | ||
850 | * rs6000-tdep.c: Fix byte-swapping sins. | |
851 | ||
dc59e982 MM |
852 | Thu Mar 2 16:48:45 1995 Michael Meissner <[email protected]> |
853 | ||
854 | * rs6000-tdep.c (branch_dest): Minor code cleanup, don't share | |
855 | code between branch unconditional and branch conditional cases. | |
856 | ||
762cf56f DE |
857 | Wed Mar 1 09:41:26 1995 Doug Evans <[email protected]> |
858 | ||
859 | Various changes for sparc64. | |
860 | * sparc-tdep.c (NUM_SPARC_FPREGS): Define. | |
861 | (SPARC_INTREG_SIZE): Define. | |
862 | (*): Use SPARC_INTREG_SIZE instead of REGISTER_RAW_SIZE (intreg) | |
863 | where appropriate. | |
864 | (enum branch_type): New value `done_retry'. | |
865 | (isbranch): Renamed from isannulled. All callers changed. | |
866 | Support new sparc64 branch insns. | |
867 | (single_step): Handle done_retry. | |
868 | (sparc_extract_struct_value_address): Don't assume 4 byte regs. | |
869 | (get_saved_register): Likewise. | |
870 | (sparc_push_dummy_frame): Likewise. | |
871 | (sparc_frame_find_saved_regs): Likewise. | |
872 | (sparc_pop_frame): Likewise. Don't refer to FPS_REGNUM, CPS_REGNUM, | |
873 | or PS_REGNUM if not sparc64. sparc64 has 64 fp regs. | |
874 | (sparc64_extract_struct_value_address): New function. | |
875 | (dump_ccreg, sparc_print_register_hook): Likewise. | |
876 | * sp64-tdep.c: Deleted. | |
877 | * sparc/tm-sp64.h (GDB_TARGET_IS_SPARC64): Define. | |
878 | (NUM_REGS): Reduce by 2, cle/tle are in the pstate reg. | |
879 | (CC_HAS_LONG_LONG): Define. | |
880 | (REGISTER_NAMES): Delete cle/tle and reorganize. | |
881 | (PS_REGNUM, FPS_REGNUM, CPS_REGNUM): Delete, they're ifdef'd out of | |
882 | sparc-tdep.c now. | |
883 | (REGISTER_BYTES): Update. | |
884 | (REGISTER_CONVERT_TO_VIRTUAL, REGISTER_CONVERT_TO_RAW): Delete. | |
885 | (EXTRACT_RETURN_VALUE): Delete. Use definition in tm-sparc.h. | |
886 | (NO_SINGLE_STEP): Likewise. | |
887 | * sparc/tm-sparc.h (EXTRACT_VALUE_RETURN): Don't assume 4 byte regs. | |
888 | * sparc/sp64.mt: Move simulator support ... | |
889 | * sparc/sp64sim.mt: ... to here. | |
890 | ||
7e869571 KH |
891 | Wed Mar 1 13:14:42 1995 Kung Hsu <[email protected]> |
892 | ||
893 | * remote-vx960.c: new file for target specific register packaging. | |
894 | * remote-vx68.c: ditto. | |
895 | * config/i960/vxworks960.mt: add remote-vx960.o. | |
896 | * config/m68k/vxworks68.mt: add remote-vx68.o. | |
897 | ||
8bfd30b2 MM |
898 | Wed Mar 1 13:42:49 1995 Michael Meissner <[email protected]> |
899 | ||
900 | * remote.c (remote_wait): Make calls to strtol be type correct by | |
901 | passing the address of a char * pointer instead of an unsigned | |
902 | char *. | |
903 | ||
904 | * rs6000-tdep.c (push_dummy_frame): Cast sp to char * when calling | |
905 | write_memory to make things type correct. | |
906 | ||
ea082c0a MM |
907 | Wed Mar 1 12:17:31 1995 Michael Meissner <[email protected]> |
908 | ||
909 | * ch-exp.y, c-exp.y, f-exp.y, m2-exp.y (yy defines): Support the | |
910 | standard Linux yacc by adding more names to be redefined with a | |
911 | prefix. | |
912 | ||
bc28e68d JK |
913 | Tue Feb 28 22:55:47 1995 Jim Kingdon ([email protected]) |
914 | ||
915 | * hppa-tdep.c (pa_print_registers), monitor.c: Use | |
916 | extract_unsigned_integer and friends, not SWAP_TARGET_AND_HOST. | |
917 | * defs.h, findvar.c: Move SWAP_TARGET_AND_HOST back to findvar.c. | |
918 | Rename it to SWAP_FLOATING to make it clear it is no longer for | |
919 | integers. | |
920 | ||
326ae3e2 KH |
921 | Tue Feb 28 14:38:39 1995 Kung Hsu <[email protected]> |
922 | ||
66aa7cf9 KH |
923 | * defs.h (SWAP_TARGET_AND_HOST): check endianess at runtime not |
924 | compile time. | |
925 | ||
8cbf6efc | 926 | start-sanitize-arc |
abed6bc2 KH |
927 | * arc-tdep.c (_initialize_arc_tdep): set tm_print_insn according to |
928 | processor. | |
929 | * remote-arc.c (arc_wait): when a processor stops, stop other two | |
930 | processors too. | |
931 | * remote-arc.c (switch_command): switch tm_print_insn. | |
8cbf6efc | 932 | end-sanitize-arc |
abed6bc2 | 933 | |
bc01beb5 KH |
934 | * vx-share/ptrace.h: merge in WRS new ptrace requests. |
935 | ||
75988f94 KH |
936 | * defs.h: fix a syntax error. |
937 | ||
161520dc KH |
938 | * a29k-tdep.c (get_longjmp_target): add this function, from WRS. |
939 | * remote-vx.c: move read_register and write_register out to | |
940 | target specific files. | |
941 | * remote-vx29k.c (get_fp_contnets): add this function, from WRS. | |
942 | ||
326ae3e2 KH |
943 | * defs.h: define SWAP_TARGET_AND_HOST macro. |
944 | * findvar.c, monitor.c, hppa-tdep.c: remove definition of | |
945 | SWAP_TARGET_AND_HOST. | |
946 | ||
de7ad6d8 JK |
947 | Tue Feb 28 08:31:40 1995 Jim Kingdon ([email protected]) |
948 | ||
689409ca JK |
949 | * alpha-tdep.c (find_proc_desc): Only attempt to set |
950 | PROC_LOCALOFF (found_heuristic) if found_heuristic is non-NULL. | |
de7ad6d8 | 951 | |
431b7d5f SS |
952 | Mon Feb 27 11:56:32 1995 Stan Shebs <[email protected]> |
953 | ||
954 | * monitor.c: General gcc -Wall lint cleanup and reformat. | |
955 | (monitor_command): If no args, send an empty command. | |
956 | ||
82fc3432 SG |
957 | Thu Feb 23 21:07:25 1995 Stu Grossman ([email protected]) |
958 | ||
959 | * monitor.c (monitor_load_ascii_srec): Add a one second sleep | |
960 | after send LOAD_CMD to prevent loss of first S-record. | |
961 | ||
835c2559 PB |
962 | Tue Feb 21 20:48:42 1995 Per Bothner <[email protected]> |
963 | ||
964 | * valops.c (call_function_by_hand): Set using_gcc to 2 if gcc-2. | |
965 | Call error if too few arguments. | |
966 | If REG_STRUCT_HAS_ADDR (structs passed by invisible reference), | |
967 | copy and convert to reference *before* we calculate alignment. | |
968 | Also, make sure structs allocated for return values and invisible | |
969 | reference don't violate STACK_ALIGN. | |
970 | ||
1d19172b PB |
971 | Tue Feb 21 23:29:59 1995 Per Bothner <[email protected]> |
972 | ||
973 | * ch-exp.y (expression_conversion): Recognize 'ARRAY () TYPE (EXPR)' | |
974 | (same as C's '(TYPE[])EXPR') | |
975 | ||
7f4b4b71 SS |
976 | Tue Feb 21 11:47:26 1995 Stan Shebs <[email protected]> |
977 | ||
978 | * top.c (print_gdb_version): Update the year. | |
979 | ||
d940a47e JK |
980 | Sun Feb 19 14:31:57 1995 Jim Kingdon <[email protected]> |
981 | ||
7f4b4b71 | 982 | * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Look for newlib in |
d940a47e JK |
983 | `..' not in `../..'. |
984 | ||
f5de4904 PS |
985 | Sun Feb 19 11:05:28 1995 Peter Schauer ([email protected]) |
986 | ||
987 | * procfs.c (unconditionally_kill_inferior): Don't issue a PIOCKILL | |
988 | in addition to a PIOCSSIG to kill the inferior. | |
989 | ||
fda36387 PB |
990 | Thu Feb 16 15:06:12 1995 Per Bothner <[email protected]> |
991 | ||
992 | * parse.c (follow_types): Given (TYPE[]) (i.e. with no length), | |
993 | create a 0-length array type, and set BOUND_CANNOT_BE_DETERMINED. | |
994 | * valops.c (value_cast): If a cast like (TYPE[])VALUE (i.e. array | |
995 | of unknown length) use sizeof(VALUE)/sizeof(TYPE) as the length. | |
996 | * c-typeprint.c (c_type_print_varspec_suffix): If array length | |
997 | is 0, print it, but not if upper_bound is BOUND_CANNOT_BE_DETERMINED. | |
998 | ||
92c6bf4d MM |
999 | Thu Feb 16 16:06:50 1995 Michael Meissner <[email protected]> |
1000 | ||
1001 | * dcache.c (insque, remque): Rewrite Linux support. | |
1002 | ||
677653a0 MM |
1003 | Wed Feb 15 12:33:20 1995 Michael Meissner <[email protected]> |
1004 | ||
1005 | * config/powerpc/tm-ppc-eabi.h (TEXT_SEGMENT_BASE): Define as 1. | |
1006 | ||
fed9a8d4 MM |
1007 | * dcache.c (insque, remque): If compiling in standard C on Linux, |
1008 | protect insque and remque with macros to cast the pointer | |
1009 | arguments to the proper type. | |
677653a0 MM |
1010 | |
1011 | Tue Feb 14 17:16:41 1995 Stu Grossman ([email protected]) | |
1012 | ||
7f4b4b71 | 1013 | * annotate.c, breakpoint.c, defs.h, top.c: Replace |
677653a0 | 1014 | enable/disable_breakpoint_hook with modify_breakpoint_hook. |
7f4b4b71 SS |
1015 | start-sanitize-gdbtk |
1016 | * gdbtk.c: Ditto. | |
1017 | * gdbtk.c: General cleanups, get rid of unused variables. Redo | |
677653a0 MM |
1018 | handling of stdout/stderr to just return output as the result of |
1019 | the tcl command that caused the output. Cleanup -Wall stuff. | |
1020 | * (breakpoint_notify): Now returns just action and breakpoint | |
1021 | number. | |
1022 | * (gdb_get_breakpoint_list): New routine. Does the obvious. | |
1023 | * (gdb_get_breakpoint_info): Mostly derived from the old | |
1024 | breakpoint_notify, but returns lots more info. | |
1025 | * (dsprintf_append_element): Helper routine, works like printf, | |
1026 | but appends a tcl element onto the specified DString. Good for | |
1027 | building up lists as return values. | |
1028 | * (gdbtk_enable/disable_breakpoint): Go away. Replaced with | |
1029 | gdbtk_modify_breakpoint. | |
1030 | * (*many routines*): Use new result protocol. | |
1031 | * (call_wrapper): Make sure that recursive calls don't trash results. | |
1032 | * gdbtk.tcl: New windows, autocmd, and breakpoints. | |
1033 | * (gdbtk_tcl_fputs): Don't use $current_output_win redirection | |
1034 | anymore. It's not needed (in fact, this routine may not be needed | |
1035 | anymore). | |
1036 | * (gdbtk_tcl_breakpoint): Change to reflect new breakpoint | |
1037 | notification protocol. | |
1038 | * (gdbtk_tcl_busy gdbtk_tcl_idle): Straighten out buttons, remove | |
1039 | catches. | |
1040 | * (interactive_cmd): Use this wrapper around button invocations | |
1041 | of many commands. This will catch errors and put the results into | |
1042 | the command window. It also updates all the other windows. | |
1043 | * Also, change reliefs of most things to sunken. This actually | |
1044 | looks better. | |
1045 | * (create_file_win): Fix margin binding to allow breakpoints to | |
1046 | work again. | |
1047 | * (create_asm_win): Use return value of gdb_disassemble instead | |
1048 | of implicit I/O to the command window. | |
1049 | * (create_command_window): Use new result protocol to get output | |
1050 | from commands. | |
7f4b4b71 | 1051 | end-sanitize-gdbtk |
677653a0 | 1052 | |
5466f20f JK |
1053 | Tue Feb 14 16:58:07 1995 Jim Kingdon ([email protected]) |
1054 | ||
1055 | * expression.h: Move declaration of evaluate_subexp_with_coercion | |
1056 | from here... | |
1057 | * value.h: ...to here. | |
1058 | * expression.h: Don't include value.h | |
1059 | ||
a6865104 JK |
1060 | Tue Feb 14 11:46:07 1995 Jim Kingdon ([email protected]) |
1061 | ||
1062 | * expression.h: Move include of value.h until after declaration of | |
1063 | enum exp_opcode. | |
1064 | ||
faf4dcd7 SS |
1065 | Sun Feb 12 13:47:30 1995 Stan Shebs <[email protected]> |
1066 | ||
d5c8cefe SS |
1067 | * remote-e7000.c: Comprehensive cleanup; removal of dead code, |
1068 | simplify code, declare things, format to standards. | |
1069 | (inferior.h, value.h, command.h, remote-utils.h): Include. | |
1070 | (e7000_login): Rename to e7000_login_command. | |
1071 | (e7000_ftp): Rename to e7000_ftp_command. | |
1072 | (e7000_drain): Rename to e7000_drain_command. | |
1073 | ||
faf4dcd7 SS |
1074 | * irix5-nat.c (string.h): Include near beginning of file. |
1075 | ||
18d3d859 JK |
1076 | Sun Feb 12 12:36:38 1995 Jim Kingdon ([email protected]) |
1077 | ||
1078 | * valops.c (value_arg_coerce): Use VALUE_TYPE not SYMBOL_TYPE on | |
1079 | arg, it is a value not a symbol. | |
1080 | ||
1081 | gcc -Wall lint: | |
1082 | * eval.c: Move declaration of evaluate_subexp_with_coercion from here.. | |
1083 | * expression.h: ..to here. | |
1084 | * expression.h: Include value.h. | |
1085 | * ch-lang.c (evaluate_subexp_chill): Add default case in switch. | |
1086 | ||
60438e8e PB |
1087 | Sun Feb 12 11:03:47 1995 Per Bothner <[email protected]> |
1088 | ||
7398958c PB |
1089 | * language.h (struct language_defn): New field evaluate_exp. |
1090 | * c-lang.c (c_language_defn, cplus_language_defn, asm_langauge_defn), | |
1091 | f-lang.c (f_language_defn), language.c (unknown_language_defn, | |
1092 | auto_language_defn, local_language_defn), m2-lang.c (m2_language_defn): | |
1093 | Set evaluate_exp to evaluate_subexp_standard. | |
1094 | * ch-lang.c (evaluate_subexp_chill): New function. Chill-specific | |
1095 | support for MULTI_SUBSCRIPT. | |
1096 | (chill_language_defn): Set evaluate_exp to evaluate_subexp_chill. | |
1097 | * eval.c (enum noside): Move from here .... | |
1098 | * expression.h (enum noside): ... to here. | |
1099 | (evaluate_subexp_standard): New prototype. | |
1100 | * eval.c (evaluate_subexp): Renamed to evaluate_subexp_standard. | |
1101 | Removed lo-longer-needed test for chill_varying_type. | |
1102 | (evaluate_subexp): New. Calls exp->language_defn->evaluate_exp. | |
1103 | ||
60438e8e PB |
1104 | * ch-exp.y (maybe_expression_list): New non-terminal. |
1105 | (primitive_value): Allow empty parameter list. | |
1106 | ||
27202b6a PB |
1107 | Sun Feb 12 10:02:16 1995 Per Bothner <[email protected]> |
1108 | ||
1109 | * buildsym.c (finish_block): If finishing a function without known | |
1110 | parameter type info, set that from parameter symbols. | |
1111 | * c-typeprint.c (c_type_print_varspec_suffix): For TYPE_CODE_FUNC, | |
1112 | print parameter types, if available. | |
1113 | * ch-typeprint.c (chill_type_print_base): Likewise. | |
1114 | ||
1115 | * gdbtypes.h (struct type): Remove function type field. | |
1116 | (TYPE_FUNCTION_TYPE): Remove macro. We can't as simply re-use | |
1117 | function types now that we're also storing parameter types. | |
1118 | And the payoff is much less. | |
1119 | * gdbtypes.c (make_function_type): Don't use/set TYPE_FUNCTION_TYPE. | |
1120 | (recursive_dump_type): Don't print TYPE_FUNCTION_TYPE. | |
1121 | * dwarfread.c (read_subroutine_type): Don't set TYPE_FUNCTION_TYPE. | |
1122 | ||
5222ca60 PB |
1123 | * valops.c (value_arg_coerce): Now takes param_type argument. |
1124 | (call_function_by_hand): Convert arguments with value_arg_coerce | |
1125 | early, and overwrite original args with converted args. | |
1126 | No longer need multiple calls to value_arg_coerce. | |
1127 | (value_arg_push): Removed. | |
1128 | * hppa-tdep.c (hppa_push_arguments): No longer call value_arg_coerce. | |
1129 | * mips-tdep.c (mips_push_arguments): Likewise. | |
1130 | * alpha-tdep.c (alpha_push_arguments): Likewise. | |
1131 | * rs6000-tdep.c (push_arguments, ran_out_of_registers_for_arguments): | |
1132 | Likewise. | |
1133 | * value.h (value_arg_coerce): Remove declaration. (It's now static.) | |
1134 | ||
1135 | * valops.c (value_cast): Do COERCE_VARYING_ARRAY after COERCE_REF. | |
1136 | ||
7c606261 PB |
1137 | * symtab.c (add_param_to_type): Remove (commented-out) function, |
1138 | since that functionality has been re-written. | |
1139 | * coffread.c: Remove commented-out add_param_to_type support. | |
1140 | * mdebugread.c (parse_symbol): Likewise. | |
1141 | * stabsread.c (define_symbol): Likewise. | |
1142 | ||
21af55c9 JK |
1143 | Sun Feb 12 09:03:47 1995 Jim Kingdon ([email protected]) |
1144 | ||
1145 | * buildsym.c (start_subfile): Set language for f2c like for cfront. | |
1146 | ||
1147 | Thu Feb 9 20:20:11 1995 Rob Savoye <[email protected]> | |
1148 | ||
1149 | * op50n-rom.c: Add the control registers. | |
1150 | ||
76a457c0 SS |
1151 | Thu Feb 9 15:46:39 1995 Stan Shebs <[email protected]> |
1152 | ||
1153 | * Makefile.in (CLIBS): Add $(LIBIBERTY) before, in addition to | |
1154 | after, any host/target/native libraries. | |
1155 | * dcache.c (insque, remque): Remove declarations. | |
1156 | * gdbtypes.h (type_code): Remove trailing comma. | |
1157 | ||
1158 | From Peter Schauer: | |
1159 | * xcoffread.c (read_xcoff_symtab) [C_HIDEXT]: Move #ifdef | |
1160 | STATIC_NODEBUG_VARS inside case. | |
1161 | ||
137a07e6 JK |
1162 | Thu Feb 9 07:43:41 1995 Jim Kingdon <[email protected]> |
1163 | ||
1164 | * config/sparc/tm-sun4sol2.h: Define STATIC_TRANSFORM_NAME. | |
1165 | * partial-stab.h: Call it. | |
1166 | * stabsread.c (define_symbol) [STATIC_TRANSFORM_NAME]: Call | |
1167 | STATIC_TRANSFORM_NAME to get the name and use minimal symbols to | |
1168 | get the address. | |
1169 | * sparc-tdep.c (solaris_static_transform_name): New function. | |
1170 | ||
506af7a7 JL |
1171 | Thu Feb 9 12:09:09 1995 Jeff Law ([email protected]) |
1172 | ||
1173 | * somread.c (som_symtab_read): Handle dynamic relocation for both | |
1174 | text and data symbols. | |
1175 | (som_symfile_offsets): If objfile is a shared library, then get | |
1176 | text and data offsets from the shared library structures. | |
1177 | * somsolib.c (som_solib_add): Copy the bfd pointer from the | |
1178 | objfile rather than reopening the file again. | |
1179 | (som_solib_section_offsets): New function. | |
1180 | * somsolib.h (som_solib_section_offsets): Declare. | |
1181 | ||
2d336b1b JK |
1182 | Wed Feb 8 20:32:18 1995 Jim Kingdon <[email protected]> |
1183 | ||
1184 | * config/sparc/tm-sun4sol2.h, dbxread.c: Rename | |
1185 | N_SO_ADDRESS_MAYBE_MISSING to SOFUN_ADDRESS_MAYBE_MISSING. | |
1186 | * symtab.h (minimal_symbol) [SOFUN_ADDRESS_MAYBE_MISSING]: Add | |
1187 | filename field. | |
1188 | * elfread.c (record_minimal_symbol_and_info), | |
1189 | minsyms.c, symtab.h (prim_record_minimal_symbol_and_info): Return | |
1190 | newly created symbol. | |
1191 | * elfread.c (elf_symtab_read) [SOFUN_ADDRESS_MAYBE_MISSING]: | |
1192 | Set filename field of minimal symbol. | |
1193 | * symmisc.c (dump_msymbols) [SOFUN_ADDRESS_MAYBE_MISSING]: | |
1194 | Print filename field. | |
1195 | * minsyms.c, symtab.h (lookup_minimal_symbol): New arg sfile. | |
1196 | * symm-tdep.c, somsolib.c, hppa-tdep.c, c-exp.y, f-exp.y, | |
1197 | m2-exp.y, nindy-tdep.c, m3-nat.c, irix5-nat.c, hpread.c, | |
1198 | os9kread.c, breakpoint.c, alpha-tdep.c, valops.c, symtab.c, | |
1199 | printcmd.c, dbxread.c: Change callers to pass NULL for sfile. | |
1200 | * dbxread.c (process_one_symbol) [SOFUN_ADDRESS_MAYBE_MISSING]: | |
1201 | Find address of function from minimal symbols. | |
1202 | * partial-stab.h, case 'f', 'F': Call find_stab_function_addr | |
1203 | instead of getting pst->textlow from the stab. | |
1204 | * minsyms.c (find_stab_function_addr): New function. | |
1205 | ||
151e7820 RS |
1206 | Wed Feb 8 19:19:56 1995 Rob Savoye <[email protected]> |
1207 | ||
1208 | * monitor.c: Fix so all the output shows up in the GUI command | |
1209 | window. | |
1210 | ||
9c4ecee6 SS |
1211 | Mon Feb 6 18:50:59 1995 Stan Shebs <[email protected]> |
1212 | ||
1213 | * i386-tdep.c (_initialize_i386_tdep): Put void decl on separate | |
1214 | line, so init.c generation works correctly. | |
1215 | start-sanitize-arc | |
1216 | * arc-tdep.c (_initialize_arc_tdep): Ditto. | |
1217 | end-sanitize-arc | |
1218 | ||
16b3ea5e RS |
1219 | Mon Feb 6 14:44:36 1995 Rob Savoye <[email protected]> |
1220 | ||
04697040 RS |
1221 | * config/mips/idt.mt: Add support for the lsi33k target. |
1222 | * config/sparc/sun4sol2.mh: Add support for ser-tcp. | |
16b3ea5e RS |
1223 | * array-rom.c: Finish the rest of the support commands needed by |
1224 | GDB. | |
1225 | * mips-tdep.c: Add LSI33k register names and processor type. | |
1226 | ||
d039851f | 1227 | start-sanitize-gdbtk |
ddc0c38d | 1228 | Sun Feb 5 20:32:44 1995 Jim Kingdon ([email protected]) |
9c4ecee6 | 1229 | |
d039851f JK |
1230 | * gdbtk.c (gdb_disassemble): Deference pointer to function before |
1231 | calling it (pre-ANSI compilers generally require this). | |
ddc0c38d | 1232 | |
f64a8968 | 1233 | end-sanitize-gdbtk |
ddc0c38d SS |
1234 | Sat Feb 4 13:29:52 1995 Stan Shebs <[email protected]> |
1235 | ||
1236 | * config/m68k/est.mt (TDEPFILES): Remove m68k-pinsn.o. | |
1237 | ||
6396e0c0 KH |
1238 | Fri Feb 3 16:47:31 1995 Kung Hsu <[email protected]> |
1239 | ||
1240 | * ser-go32-para.c (dos_read): fix syntax errors. | |
1241 | ||
a76ef70a SG |
1242 | Fri Feb 3 11:19:20 1995 Stu Grossman ([email protected]) |
1243 | ||
ddc0c38d SS |
1244 | * core.c (dis_asm_read_memory), defs.h, top.c: Get rid of |
1245 | dis_asm_read_memory_hook. We can now call the disassemblers | |
1246 | directly and have no need for this hook anymore. | |
1247 | start-sanitize-gdbtk | |
1248 | * gdbtk.c (gdb_disassemble): Ditto. | |
1249 | end-sanitize-gdbtk | |
1250 | * defs.h, printcmd.c: Make print_insn be static. | |
a76ef70a SG |
1251 | |
1252 | * ser-go32.c (dos_comisr): Make this 8 bit clean. | |
1253 | * (dos_open dos_close): Allow multiple opens to the same device. | |
1254 | Use a ref count to prevent unwanted deallocations. | |
1255 | * sparcl-tdep.c: Put #ifdefs around all socket stuff to make GO32 | |
1256 | happy. | |
1257 | * (sparclite_ops): Switch to download_stratum. | |
1258 | * target.h (enum strata): Move download_stratum before | |
1259 | process_stratum so that executable targets get pushed on top of | |
1260 | download targets. | |
1261 | ||
1b552670 RS |
1262 | Thu Feb 2 19:02:45 1995 Rob Savoye <[email protected]> |
1263 | ||
1264 | * array-rom.c: Remove the non GDB remote protocol config stuff. | |
1265 | ||
1266 | * monitor.c: All reading/writing functions for memory and | |
1267 | registers work. | |
1268 | ||
75a5da5f KH |
1269 | Thu Feb 2 16:11:04 1995 Kung Hsu <[email protected]> |
1270 | ||
ddc0c38d | 1271 | start-sanitize-arc |
75a5da5f KH |
1272 | * config/arc/arc.mt: new target makefile for arc processor. |
1273 | * config/arc/tm-arc.h: new target header for arc processor. | |
1274 | * config/arc/go32.mh: new go32 host makefile for arc processor. | |
1275 | * config/arc/xm-go32.h: new go32 host header for arc processor. | |
1276 | * arc-tdep.c: new target dependent codes for arc processor. | |
1277 | * remote-arc.c: new file for arc-specific protocol through | |
1278 | parallel line. | |
ddc0c38d | 1279 | end-sanitize-arc |
75a5da5f | 1280 | * ser-go32-para.c: new file for go32 parallel port communication. |
75a5da5f | 1281 | |
2d144441 SS |
1282 | Thu Feb 2 13:58:40 1995 Stan Shebs <[email protected]> |
1283 | ||
1284 | * Makefile.in (VERSION): Bump to 4.13.2. | |
1285 | ||
1286 | Thu Feb 2 07:27:56 1995 Jim Kingdon ([email protected]) | |
1287 | ||
1288 | Fix compiler warnings: | |
1289 | * remote-e7000.c (printf_e7000debug): Rename to puts_e7000debug | |
1290 | and have the caller do the sprintf. Saves us from varargs hell. | |
1291 | (normal): Define before use. | |
1292 | * remote-e7000.c: Reindent a few things. | |
1293 | ||
8a329002 | 1294 | Wed Feb 1 21:16:42 1995 Per Bothner <[email protected]> |
6073b8de | 1295 | |
8a329002 PB |
1296 | * f-typeprint.c (f_type_print_varspec_suffix): Print array index |
1297 | ranges in reverse order. | |
1298 | * f-valprint.c (f77_create_arrayprint_offset_tbl): Fix calculation. | |
1299 | ||
1300 | * eval.c (evaluate_subscript): Don't call value_subscript, since | |
1301 | it adjusts for lower bound and enforces ranges. | |
1302 | ||
1303 | * expression.h (exp_code): Remove MULTI_F77_SUBSCRIPT, OP_F77_SUBSTR. | |
1304 | * eval.c, parse.c: Removed uses of removed opcodes. | |
ead95f8a PB |
1305 | * eval.c (evaluate_subexp): Clean up handling of |
1306 | OP_UNDETERMINED_ARGLIST (no backtracking, more general). | |
1307 | ||
1308 | * f-valprint.c (f_val_print): Print TYPE_CODE_STRING using | |
1309 | LA_PRINT_STRING, and not val_print_string (which reads from inferior). | |
1310 | ||
1311 | * ch-lang.c (chill_is_varying_struct), ch-lang.h: Remve function | |
1312 | duplicate function made redundant by chill_varying_type. | |
1313 | ||
1314 | Re-write of f77 string and complex number support: | |
1315 | ||
1316 | * language.h (struct language_defn): New fields string_lower_bound | |
1317 | and string_char_type. | |
1318 | * c-lang.c (c_language_defn, cplus_language_defn, asm_language_defn), | |
1319 | language.c (unknown_language_defn, auto_language_defn, | |
1320 | local_language_defn), m2-lang.c (m2_language_defn), f-lang.c | |
1321 | (f_language_defn), ch-lang.c (chill_language_defn): Set new fields. | |
1322 | * gdbtypes.c (create_string_type): Use new string_char_type field. | |
1323 | * valops.c (value_string): Use new string_lower_bound field. | |
1324 | ||
1325 | * defs.h (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT): Removed. | |
1326 | * f-lang.c (f_create_fundamental_type, _initialize_f_language), | |
1327 | m2-lang.c (m2_create_fundamental_type), | |
1328 | gdbtypes.c (_initialize_gdbtypes): Set TYPE_TARGET_TYPE of complex | |
1329 | types. Set their TYPE_CODEs to TYPE_CODE_COMPLEX. | |
1330 | * mdebugread.c (mdebug_type_complex, mdebug_type_double_complex): | |
1331 | Removed. Use builtin_type_complex and builtin_type_double_complex. | |
1332 | ||
1333 | * gdbtypes.h (enum type_code): Removed TYPE_CODE_LITERAL_STRING | |
1334 | and TYPE_CODE_LITERAL_COMPLEX. | |
1335 | * c-typeprint.c, f-typeprint.c, f-valprint.c, eval.c: Removed uses of | |
1336 | TYPE_CODE_LITERAL_STRING and TYPE_CODE_LITERAL_COMPLEX. | |
1337 | * gdbtypes.c, gdbtypes.h (f77_create_literal_complex_type, | |
1338 | f77_create_literal_string_type): Removed. | |
1339 | * value.h (VALUE_LITERAL_DATA, VALUE_SUBSTRING_MEMADDR, | |
1340 | VALUE_SUBSTRING_MYADDR): Removed. | |
1341 | ||
1342 | * expression.h (enum exp_opcode): Rename OP_F77_LITERAL_COMPLEX to | |
1343 | OP_COMPLEX. | |
1344 | * parse.c: Update accordingly. | |
1345 | ||
1346 | * f-valprint.c (f77_print_cmplx): Removed. | |
1347 | (f_val_print case TYPE_CODE_COMPLEX): Re-write to use print_floating. | |
1348 | ||
1349 | * f-exp.y (STRING_LITERAL): Use OP_STRING instead of OP_ARRAY. | |
1350 | * eval.c (evaluate_subexp): For case OP_ARRAY, don't call | |
1351 | f77_value_literal_string. | |
1352 | * valops.c, value.h (f77_value_literal_string, f77_value_substring, | |
1353 | f77_assign_from_literal_string, f77_assign_from_literal_complex): | |
1354 | Removed. | |
1355 | (value_assign): No longer need to handle literal types. | |
1356 | * valops.c (f77_value_literal_complex), value.h: Re-written and | |
1357 | renamed to value_literal_complex. Last arg is now a (complex) type. | |
1358 | * valops.c (f77_cast_into_complex): Re-written and renamed to | |
1359 | cast_into_complex. | |
1360 | * eval.c (evaluate_subexp): Update accordingly. | |
1361 | ||
6073b8de PB |
1362 | * ch-valprint.c (chill_val_print): On TYPE_CODE_STRING, don't |
1363 | print address for non-'s'-formats. | |
1364 | * ch-typeprint.c, ch-valprint.c: Use chill_varying_type instead | |
1365 | of chill_is_varying_struct. | |
1366 | ||
e3be225e SS |
1367 | Wed Feb 1 13:27:33 1995 Stan Shebs <[email protected]> |
1368 | ||
1369 | gcc -Wall lint. | |
1370 | * alpha-tdep.c (alpha_in_lenient_prologue): Comment out. | |
1371 | (after_prologue): Remove unused local b. | |
1372 | * procfs.c (thread.h): Include. | |
1373 | (pr_flag_table, pr_why_table, faults_table, siginfo_table): Use | |
1374 | nested braces in initializer. | |
1375 | * top.c (initialize_targets, initialize_utils): Declare. | |
1376 | (locate_arg, insert_args): Add parens around tested assignments. | |
1377 | * remote-utils.c (sr_scan_args): Remove decl of strtol. | |
1378 | * remote.c (thread.h): Include. | |
1379 | (remote_wait): Remove unused local p2. | |
1380 | * sparc-tdep.c (fill_gregset, fill_fpregset): Remove decls of | |
1381 | registers array. | |
1382 | ||
1383 | defs.h (stdlib.h): Include. | |
1384 | (exit, perror, atoi, qsort, memcpy, memcmp): Don't declare. | |
1385 | (fclose, atof, malloc, realloc, free, strchr, strrchr, strstr, | |
1386 | strtok, strerror): Don't specify parameter types in declaration. | |
1387 | ||
f91a9e05 PB |
1388 | Wed Feb 1 12:23:57 1995 Per Bothner <[email protected]> |
1389 | ||
1390 | * ch-exp.y (value_string_element, string_primitive_value, | |
1391 | start_element, left_element, right_element, slice_size, | |
1392 | lower_element, upper_element, first_element): Removed. | |
1393 | (value_string_slice, value_array_slice): Replaced by ... | |
1394 | (slice): New non-terminal, with working slice support. | |
1395 | (primitive_value_lparen, rparen): New non-terminals. | |
1396 | (maybe_tuple_elements): New non-terminal, to allow empty tuples. | |
1397 | (idtokentab): Added "up". | |
1398 | ||
1399 | * value.h (COERCE_VARYING_ARRAY): New macro. | |
1400 | * valarith.c (value_subscript): Use it. | |
1401 | * valops.c (value_cast): Likewise. Also, do nothing if already | |
1402 | correct type, and allow converting from/to range to/from scalar. | |
1403 | ||
1404 | * valops.c, value.h (varying_to_slice, value_slice): New functions. | |
1405 | * eval.c (OP_ARRAY): Add cast for array element. | |
1406 | * expression.h (TERNOP_SLICE, TERNOP_SLICE_COUNT): New exp_opcodes. | |
1407 | * valops.c (chill_varying_type): Moved function frp, here ... | |
1408 | * gdbtypes.c (chill_varying_type), gdbtypes.h: ... to here. | |
1409 | * parse.c (length_of_subexp, prefixify_subexp): Add support | |
1410 | for TERNOP_SLICE, TERNOP_SLICE_COUNT. | |
1411 | * expprint.c (print_subexp, dump_expression): Likewise. | |
1412 | * eval.c (evaluate_subexp): Likewise. | |
1413 | ||
1414 | * eval.c (evaluate_subexp case MULTI_SUBSCRIPT): Don't call | |
1415 | value_x_binop on a Chill varying string. | |
1416 | ||
23676ab8 JK |
1417 | Tue Jan 31 13:51:53 1995 Jim Kingdon ([email protected]) |
1418 | ||
1419 | * config/m68k/monitor.mt, | |
1420 | config/pa/{hppabsd.mt,hppahpux.mt,hppaosf.mt,hppapro.mt}: Put | |
1421 | depfiles in TDEPFILES not REMOTE_O. | |
1422 | ||
ccbae889 SC |
1423 | Tue Jan 31 11:14:44 1995 Steve Chamberlain <sac@splat> |
1424 | ||
1425 | From [email protected]. | |
1426 | * ser-go32.c (dos_close): Don't crash if scb null. | |
1427 | (dos_sendbreak): New function. | |
1428 | (dos_ops): Point to dos_sendbreak. | |
1429 | (dos_info): Calculate COM number correctly. | |
1430 | ||
a81ce07d JK |
1431 | Tue Jan 31 09:40:11 1995 Jim Kingdon ([email protected]) |
1432 | ||
1433 | * xcoffread.c (process_xcoff_symbol): Use new variables | |
1434 | func_symbol_type and var_symbol_type as type of functions and | |
1435 | variables which don't have any stabs associated with them. | |
1436 | Reindent most of function. | |
1437 | (_initialize_xcoffread): Initialize *_symbol_type. | |
1438 | ||
1439 | * xcoffread.c (read_xcoff_symtab): Reindent most of function. | |
1440 | Put C_HIDEXT symbols in the minimal symbols, rather than ignoring | |
1441 | them (this part commented out as I didn't quite get it to work). | |
1442 | (cs_to_section, find_targ_sec): New functions, to support above code. | |
1443 | * xcoffread.c (RECORD_MINIMAL_SYMBOL): Only skip '.' if it is | |
1444 | actually present. | |
1445 | ||
0e887539 | 1446 | Mon Jan 30 17:34:24 1995 Stu Grossman ([email protected]) |
e3be225e | 1447 | start-sanitize-gdbtk |
78daa95e SG |
1448 | * gdbtk.tcl (create_file_win): Disable old popup menu for source |
1449 | window. | |
e3be225e | 1450 | end-sanitize-gdbtk |
0e887539 SG |
1451 | * sparcl-tdep.c: Add `sparclite' target for doing serial and udp |
1452 | downloads to SPARClite demo boards. | |
1453 | ||
1454 | Sun Jan 29 09:43:22 1995 Jim Kingdon ([email protected]) | |
1455 | ||
1456 | * remote.c, remote-pa.c: Remove #if 0'd icache code. It has had | |
1457 | no hope of working as is for a long time (in particular, shebs' 27 | |
1458 | Jan 95 change confuses the issue further--target_read_memory and | |
1459 | xfer_core_file do *not* do the same thing in this context). | |
1460 | Revise comment. | |
1461 | ||
de537409 PS |
1462 | Sat Jan 28 13:40:46 1995 Peter Schauer ([email protected]) |
1463 | ||
1464 | * elfread.c (elf_symtab_read): Do not test BSF_GLOBAL for | |
1465 | procedure linkage table symbols, it is no longer set due to the | |
1466 | Jan 6 BFD change in bfd/elfcode.h. | |
1467 | ||
06c41b39 SS |
1468 | Fri Jan 27 17:08:06 1995 Stan Shebs <[email protected]> |
1469 | ||
f22661ee SS |
1470 | * top.c (use_windows): Clarify comments. |
1471 | ||
0d2d8412 SS |
1472 | * convex-tdep.c (xfer_core_file): Comment out. |
1473 | * config/convex/tm-convex.h (XFER_CORE_FILE): Remove. | |
1474 | * remote.c, remote-pa.c (remote_fetch_word): Change xfer_core_file | |
1475 | references to target_read_memory. | |
1476 | * gdbcore.h (xfer_core_file, core_open, core_detach): Remove | |
1477 | declarations. | |
1478 | * corelow.c (core_open, core_detach): Make static. | |
1479 | ||
06c41b39 SS |
1480 | * arm-tdep.c: Make it compile. |
1481 | (exec_file_command, xfer_core_file): Comment out. | |
1482 | (arm_print_insn): Remove, now in libopcodes. | |
1483 | (skip_prologue): Comment out most of body. | |
1484 | (arm_frame_find_saved_regs): Move here from tm-arm.h. | |
1485 | (_initialize_arm_tdep): Set tm_print_insn. | |
1486 | * config/arm/tm-arm.h: Remove old refs to first_object_file_end. | |
1487 | (XFER_CORE_FILE): Remove. | |
1488 | (FRAME_FIND_SAVED_REGS): Call arm_frame_find_saved_regs. | |
1489 | ||
0d6a571b JK |
1490 | Fri Jan 27 08:48:28 1995 Jim Kingdon ([email protected]) |
1491 | ||
1492 | * Makefile.in (CHILL_LIB): Define as in testsuite/Makefile.in. | |
1493 | ||
bf644f8f JK |
1494 | Thu Jan 26 18:24:41 1995 Jim Kingdon <[email protected]> |
1495 | ||
606ae2ba JK |
1496 | * symtab.c (find_pc_line): When subtracting one to get a line |
1497 | number, make sure not to end up with zero. | |
1498 | ||
bf644f8f JK |
1499 | * remote-vx.c: Revert all of Kung's changes of 16 Jan. The |
1500 | problems with those changes were (a) the file didn't compile, (b) | |
1501 | they changed memset to bzero--memset is correct, (c) they took out | |
1502 | code to deal with boards lacking floating point, (d) who knows | |
1503 | what I didn't discover in a quick read. | |
1504 | ||
c746aa85 SG |
1505 | Thu Jan 26 17:32:54 1995 Stu Grossman ([email protected]) |
1506 | ||
1507 | * sparcl-tdep.c: Clean up formatting and indentation. | |
1508 | ||
d2d0e51d SC |
1509 | Thu Jan 26 10:49:59 1995 Steve Chamberlain <sac@splat> |
1510 | ||
1511 | * remote-hms.c (hms_ops): Change ref of hr_load_image | |
1512 | to gr_load_image. | |
03fc5a0b SC |
1513 | (dcache_flush, dcache_hit, dcache_value, dcache_fetch, |
1514 | dcache_poke, dcache_init): Deleted. | |
1515 | (hms_open, hms_resume, hms_fetch_word, hms_store_word): | |
1516 | Use dcache routines provided by remote-util.h | |
d2d0e51d | 1517 | |
97544048 MM |
1518 | Thu Jan 26 12:08:31 1995 Michael Meissner <[email protected]> |
1519 | ||
1520 | * configure.in: Add support for powerpc-*-eabi. | |
1521 | ||
1522 | * powerpc/tm-ppc-eabi.h, powerpc/pcc-eabi.mt: New files for | |
1523 | PowerPC support. | |
1524 | ||
acc4efde PB |
1525 | Wed Jan 25 18:13:14 1995 Per Bothner <[email protected]> |
1526 | ||
1527 | * language.h (struct language_defn): New field c_style_arrays. | |
1528 | * language.c (unknown_language_defn, auto_language_defn, | |
1529 | local_language_defn), c-lang.c (c_language_defn, cplus_language_defn, | |
1530 | asm_language_defn): Set c_style_arrays to true. | |
1531 | * m2-lang.c (m2_language_defn), ch-lang.c (chill_language_defn), | |
1532 | f-lang.c (f_language_defn): Set c_style_arrays to false. | |
1533 | * valops.c (value_string): If c_style_array is not set, | |
1534 | allocate string in gdb (not inferior) using allocate_value. | |
1535 | ||
1536 | * value.h (COERCE_ARRAY), valops.c (value_addr, value_arg_coerce): | |
1537 | Only call value_coerce_array if current_language->c_style_arrays. | |
1538 | * values.c: Add #include "language.h". (Needed for COERCE_ARRAY.) | |
1539 | ||
1540 | * valops.c (chill_varying_type): New predicate. | |
1541 | * valops.c (value_cast): Support assigning a fixed string or array | |
1542 | to a variable string/array structure. | |
1543 | ||
1544 | * valarith.c (value_subscripted_rvalue): Extra parameter lowerbound. | |
1545 | Check index>=lowerbound, and then add lowerbound to index here, | |
1546 | instead of in caller. Generalize to arbitrary lval_types. | |
1547 | (value_subscript): Use enhanced value_subscripted_rvalue if | |
1548 | c_style_arrays is false (and index is in range). | |
1549 | ||
8cbf6efc | 1550 | start-sanitize-gdbtk |
b66051ec SG |
1551 | Wed Jan 25 18:23:46 1995 Stu Grossman ([email protected]) |
1552 | ||
1553 | * gdbtk.c (gdbtk_init): Prevent segfault when gdbtk.tcl can't be | |
1554 | found. | |
1555 | * gdbtk.tcl: Initialize expr_update_list() to prevent errors when | |
1556 | popping up expression window for the first time. | |
8cbf6efc | 1557 | end-sanitize-gdbtk |
b66051ec | 1558 | |
ee3a45e7 PB |
1559 | Wed Jan 25 18:13:14 1995 Per Bothner <[email protected]> |
1560 | ||
1561 | * eval.c (evaluate_subexp case OP_ARRAY): Fix calls to memset: | |
1562 | TYPE_LENGTH is length in bytes, not bits. | |
1563 | ||
5024a43f JK |
1564 | Wed Jan 25 08:19:35 1995 Jim Kingdon ([email protected]) |
1565 | ||
1566 | * infrun.c (proceed): Flush stdout before resuming inferior. | |
1567 | * infcmd.c (step_1), annotate.c (annotate_starting): | |
1568 | Don't bother to flush here. | |
1569 | ||
dc192b86 JL |
1570 | Wed Jan 25 01:11:21 1995 Jeff Law ([email protected]) |
1571 | ||
1572 | * hpread.c (hpread_process_one_debug_symbol): Fix lines garbled | |
1573 | by an ill-advised global search and replace. | |
1574 | ||
c81a3fa9 SG |
1575 | Tue Jan 24 12:10:28 1995 Stu Grossman ([email protected]) |
1576 | ||
8e5bc49f SG |
1577 | * gdbtk.tcl (create_registers_window): Work around a radiobutton |
1578 | widget bug to make Options|Natural button work. | |
1579 | ||
c81a3fa9 SG |
1580 | * gdbtk.c (gdb_disassemble): Fix problem with source+assembly and |
1581 | g++ caused by out-of-order pc's. | |
1582 | * gdbtk.tcl (files_command): Remove duplicate file names. Also, | |
1583 | add scrollbar. | |
1584 | ||
6bd7d9fa SG |
1585 | Mon Jan 23 17:21:09 1995 Stu Grossman ([email protected]) |
1586 | ||
1587 | * gdbtk.tcl: Take .gdbtkinit if it exists. Makes gdbtk match the | |
1588 | doc! | |
1589 | ||
6d34c236 PB |
1590 | Mon Jan 23 13:11:46 1995 Per Bothner <[email protected]> |
1591 | ||
1592 | Add support for Chill bitstring literals (e.h. H'FF00'). | |
1593 | * ch-exp.y (match_bitstring_literal): Fix for proper endianness. | |
1594 | * expprint.c (print_subexp): Don't call error on OP_BITSTRING, | |
1595 | just print B'<unimlemented>'. | |
1596 | * gdbtypes.c (create_set_type): Fix bug in length calculation. | |
1597 | * valops.c, value.h (value_bitstring): New function. | |
1598 | * eval.c (evaluate_subexp): Implement support for OP_BITSTRING. | |
1599 | ||
1600 | * ch-typeprint.c (chill_type_print_base): For TYPE_CODE_FUNC, | |
1601 | check that return type is non-void, and print in proper Chill syntax. | |
1602 | ||
ce51845b RS |
1603 | Mon Jan 23 12:20:34 1995 Rob Savoye <[email protected]> |
1604 | ||
1605 | * Makefile.in: Remove references to remote-mon.c. | |
1606 | * remote-mon.c: remove. Replaced by rom68k-rom.c. | |
1607 | * rom68k-rom.c: Support for Rom68k monitor. | |
1608 | ||
a9c67591 JK |
1609 | Mon Jan 23 10:50:57 1995 Jim Kingdon ([email protected]) |
1610 | ||
1611 | * Makefile.in (CHILL_FOR_TARGET): Update -L argument to point to | |
1612 | gcc/ch/runtime not chillrt, since that is where the chill runtime | |
1613 | lives now. | |
1614 | ||
0c699ac1 SC |
1615 | Mon Jan 23 00:06:57 1995 Steve Chamberlain <sac@splat> |
1616 | ||
1617 | * remote-hms.c (hms_load): Delete. | |
1618 | (target_ops): Use hr_load_image. | |
1619 | ||
1620 | * remote-e7000.c, remote-z8k.c, remote-nindy.c (target_ops): | |
1621 | Define memory_insert/remove_breakpoint. | |
1622 | * xm-go32.h: Remove redundant SIGs. | |
1623 | ||
1624 | Thu Jan 19 20:26:58 1995 Steve Chamberlain <sac@splat> | |
1625 | ||
1626 | * ser-go32.c: Rewritten by [email protected]. | |
1627 | ||
dcda44a0 PB |
1628 | Fri Jan 20 15:23:55 1995 Per Bothner <[email protected]> |
1629 | ||
1630 | * expression.h (OP_LABELED): New operator, for Chill | |
1631 | labeled structre tuples. | |
1632 | * ch-exp.y (tuple_element, named_record_element, tuple_elements): | |
1633 | New non-terminals, to handle labeled structure tuples. | |
1634 | (tuple): Re-define using tuple_elements. | |
1635 | * eval.c (evaluate_labeled_field_init): New function, to handle | |
1636 | initialization of structure fields, possibly using OP_LABELED. | |
1637 | (evaluate_subexp): Use it. | |
1638 | * expprint.c (print_subexp case): For OP_ARRAY, use Chill syntax | |
1639 | for Chill. Handled OP_LABELED. | |
1640 | * parse.c (length_of_subexp, prefixify_subexp): Handle OP_LABELED. | |
1641 | ||
1642 | * eval.c (evaluate_subexp): Handle Chill Powerset tuples. | |
1643 | * valarith.c (value_bit_index): Just treat bitstring as represented | |
1644 | by an array of bytes. Alignment is handled by compiler. | |
1645 | ||
1646 | Wed Jan 18 19:00:29 1995 Stan Shebs <[email protected]> | |
1647 | ||
1648 | * h8300-tdep.c (gdb_print_insn_h8300): Fix typo (&info -> info). | |
1649 | * sh-tdep.c (gdb_print_insn_sh): Ditto. | |
1650 | ||
6bbc99e3 KH |
1651 | Wed Jan 18 11:25:43 1995 Kung Hsu <[email protected]> |
1652 | ||
1653 | * remote-os9k.c (rombug_open): Fix a bug in exception handling | |
1654 | command. | |
1655 | * remote-os9k.c (rombug_write_inferior_memory): reset buffer after | |
1656 | write. | |
1657 | ||
eedb3363 JK |
1658 | Tue Jan 17 09:48:38 1995 Jim Kingdon <[email protected]> |
1659 | ||
1660 | * parse.c (_initialize_parse): Improve wording of names of | |
1661 | msym_*_symbol_type. | |
1662 | ||
daa4c5f8 ILT |
1663 | Tue Jan 17 14:00:58 1995 Ian Lance Taylor <[email protected]> |
1664 | ||
1665 | * config/mips/tm-mips.h (enum mips_fpu_type): New enum. | |
1666 | (mips_fpu): Change type to enum mips_fpu_type. | |
1667 | (FIX_CALL_DUMMY): Handle mips_fpu == MIPS_FPU_SINGLE. | |
1668 | * mips-tdep.c (mips_fpu): Change type to enum mips_fpu_type. | |
1669 | Don't initialize. | |
1670 | (mips_fpu_string): New static variable. | |
1671 | (mips_push_dummy_frame): Handle mips_fpu == MIPS_FPU_SINGLE. | |
1672 | (mips_pop_frame): Likewise. | |
1673 | (mips_extract_return_value): Likewise. | |
1674 | (mips_store_return_value): Likewise. | |
1675 | (mips_set_fpu_command): New static function. | |
1676 | (mips_show_fpu_command): New static function. | |
1677 | (_initialize_mips_tdep): Change handling of set/show mipsfpu. | |
1678 | ||
3fb93d86 JK |
1679 | Tue Jan 17 09:48:38 1995 Jim Kingdon <[email protected]> |
1680 | ||
5ad32be2 JK |
1681 | * a29k-tdep.c (gdb_print_insn_a29k): Fix typo (&info -> info). |
1682 | ||
3fb93d86 JK |
1683 | * parse.c (write_exp_msymbol): Use new variables |
1684 | msym_*_symbol_type as type of msymbol expression. | |
1685 | (_initialize_parse): Initialize them. | |
1686 | ||
18b46e7c SS |
1687 | Mon Jan 16 18:11:03 1995 Stan Shebs <[email protected]> |
1688 | ||
1689 | General cleanup and simplication of disassembler interface. | |
1690 | * a29k-pinsn.c, arm-pinsn.c, convex-pinsn.c, gould-pinsn.c, | |
1691 | hppa-pinsn.c, i386-pinsn.c, i960-pinsn.c, m68k-pinsn.c, | |
1692 | m88k-pinsn.c, mips-pinsn.c, ns32k-pinsn.c, pyr-pinsn.c, | |
1693 | rs6000-pinsn.c, sparc-pinsn.c, tahoe-pinsn.c, vax-pinsn.c: Remove. | |
1694 | * gould-tdep.c, ns32k-tdep.c, tahoe-tdep.c, vax-tdep.c: New files, | |
1695 | had been -pinsn.c files. | |
1696 | * Makefile.in (ALLDEPFILES): Remove removed files. | |
1697 | (a29k-pinsn.o, arm-pinsn.o, convex-pinsn.o, gould-pinsn.o, | |
1698 | hppa-pinsn.o, i386-pinsn.o, i960-pinsn.o, m68k-pinsn.o, | |
1699 | m88k-pinsn.o, mips-pinsn.o, ns32k-pinsn.o, pyr-pinsn.o, | |
1700 | rs6000-pinsn.o, sparc-pinsn.o, tahoe-pinsn.o, vax-pinsn.o): | |
1701 | Remove compile actions. | |
1702 | * arm-tdep.o, gould-tdep.o, ns32k-tdep.o, tahoe-tdep.o, | |
1703 | vax-tdep.o: Add compile actions. | |
1704 | * defs.h (tm_print_insn): New global. | |
1705 | * a29k-tdep.c (gdb_print_insn_a29k): New function. | |
1706 | (_initialize_a29k_tdep): Rename from _initialize_29k, | |
1707 | set tm_print_insn. | |
1708 | * alpha-tdep.c (print_insn): Remove. | |
1709 | (_initialize_alpha_tdep): Set tm_print_insn. | |
1710 | * arm-tdep.c (arm_print_insn): New function, was print_insn | |
1711 | in arm-pinsn.c. | |
1712 | * convex-tdep.c (convex_print_insn): New function, was print_insn | |
1713 | in convex-pinsn.c. | |
1714 | * h8300-tdep.c (print_insn): Remove. | |
1715 | (gdb_print_insn_h8300): New function. | |
1716 | (_initialize_h8300_tdep): New function. | |
1717 | * h8500-tdep.c (print_insn): Remove. | |
1718 | (_initialize_h8500_tdep): New function. | |
1719 | * hppa-tdep.c (_initialize_hppa_tdep): Set tm_print_insn. | |
1720 | * i386-tdep.c (_initialize_i386_tdep): New function. | |
1721 | * i960-tdep.c (mem, next_insn): New functions, were in | |
1722 | i960-pinsn.c. | |
1723 | (_initialize_i960_tdep): Set tm_print_insn. | |
1724 | * m68k-tdep.c (_initialize_m68k_tdep): New function. | |
1725 | * m88k-tdep.c (_initialize_m88k_tdep): New function. | |
1726 | * mips-tdep.c (gdb_print_insn_mips): New function. | |
1727 | (_initialize_mips_tdep): Set tm_print_insn. | |
1728 | * pyr-tdep.c (pyr_print_insn): New function, was print_insn | |
1729 | in pyr-pinsn.c. | |
1730 | * rs6000-tdep.c (_initialize_rs6000_tdep): New function. | |
1731 | * sh-tdep.c (print_insn): Remove. | |
1732 | (gdb_print_insn_sh): New function. | |
1733 | (_initialize_sh_tdep): Set tm_print_insn. | |
1734 | * sparc-tdep.c (_initialize_sparc_tdep): New function. | |
1735 | * w65-tdep.c (print_insn): Remove. | |
1736 | (_initialize_w65_tdep): New function. | |
1737 | * z8k-tdep.c (print_insn): Remove. | |
1738 | (gdb_print_insn_z8k): New function. | |
1739 | (_initialize_z8k_tdep): Set tm_print_insn. | |
1740 | * printcmd.c (print_insn): New function, generic disassembler. | |
1741 | * config/*/*.mt (TDEPFILES): Remove refs to *-pinsn.o. | |
1742 | ||
83d9bb14 KH |
1743 | Mon Jan 16 15:43:29 1995 Kung Hsu <[email protected]> |
1744 | ||
1745 | * Makefile.in: add new files remote-vx29k.c, config/a29k/tm-vx29k.h, | |
1746 | and config/a29k/vx29k.mt. | |
1747 | * configure.in: add new configuration a29k-*-vxworks. | |
1748 | * remote-vx29k.c: new file merged from WRS. | |
1749 | * remote-vx.c: merge changes from WRS. | |
1750 | * config/a29k/vx29k.mt: new file for new configuration. | |
1751 | * config/a29k/tm-vx29k.h: new header file for newconfiguration. | |
1752 | ||
16041d53 SC |
1753 | Sun Jan 15 14:36:19 1995 Steve Chamberlain <sac@splat> |
1754 | ||
1755 | * breakpoint.h (disable_breakpoint, enable_breakpoint): | |
1756 | New declarations. | |
1757 | (enum bpdisp): Change name of 'delete' member to 'del'. | |
1758 | (struct bpstat): Changed name to 'bpstats'. | |
1759 | * breakpoint.c (disable_breakpoint, enable_breakpoint, | |
1760 | breakpoint_chain): Made globally visible. | |
1761 | (bpstat_stop_status): Use new name for bpstat. | |
1762 | (break_command_1, watch_command_1, catch_command_1, | |
1763 | breakpoint_auto_delete, denable_delete_breakpoint): Use 'del' | |
1764 | instead of 'delete'. | |
1765 | (set_breakpoint_sal): New function. | |
1766 | * defs.h (registers_changed_hook): New declaration. | |
1767 | * infcmd.c (run_stack_dummy): 'delete' is now 'del'. | |
1768 | * inflow.c (new_tty): Treat WIN32 in same way as __GO32__ | |
1769 | * main.c (main): Don't scan options when in WIN32 and exit | |
1770 | without entering main loop. | |
1771 | * m2-exp.y (m2_elx): Member 'class' is now 'aclass'. | |
1772 | * symtab.h (struct symbol, struct partial_symbol): Changed name of | |
1773 | member 'class' to 'aclass'. | |
1774 | (SYMBOL_CLASS, PSYMBOL_CLASS): Reflect change. | |
1775 | * top.c (registers_changed_hook): New definition. | |
1776 | * utils.c (quit, notice_quit, initialize_utils): Treate WIN32 | |
1777 | in same way as __GO32__. | |
1778 | * value.h (c_typedef_print): Rename 'new' argument. | |
1779 | ||
be21628d SC |
1780 | * w65-tdep.c, config/tm-w65.h, config/w65.mt: New files. |
1781 | * configure.in: Suppprt for w65, | |
1782 | ||
1783 | ||
22b1c54a JK |
1784 | Sat Jan 14 11:18:11 1995 Jim Kingdon <[email protected]> |
1785 | ||
8248d21b JK |
1786 | * infcmd.c (signal_command): For "signal 0", pass (CORE_ADDR)-1, |
1787 | not stop_pc, to proceed. | |
1788 | ||
22b1c54a JK |
1789 | * eval.c (evaluate_subexp): Clear expect_type except for C++ and CHILL. |
1790 | ||
b5088d10 JK |
1791 | Fri Jan 13 17:52:57 1995 Jim Kingdon <[email protected]> |
1792 | ||
1793 | * infcmd.c (signal_command): Accept "signal 0"; the change to not | |
1794 | accept it was accidental. "handle 0" and "info signal 0" remain | |
1795 | illegal, though. | |
1796 | ||
218d43e5 SS |
1797 | Fri Jan 13 15:19:01 1995 Stan Shebs <[email protected]> |
1798 | ||
1799 | * Makefile.in (all): Don't make libgdb-files. | |
1800 | (libgdb): New action, makes libgdb-files. | |
1801 | ||
0f8631fb PB |
1802 | Thu Jan 12 21:23:25 1995 Per Bothner <[email protected]> |
1803 | ||
1804 | * stabsread.c (read_enum_type): When pending enum symbols are | |
1805 | put into the enum type, they must be inserted in "backwards | |
1806 | order, in case we've overflowed a struct pending buffer. | |
1807 | ||
218d43e5 | 1808 | start-sanitize-gdbtk |
4604b34c SG |
1809 | Thu Jan 12 15:02:40 1995 Stu Grossman ([email protected]) |
1810 | ||
218d43e5 | 1811 | * gdbtk.c, gdbtk.tcl: Update/add copyright. |
4604b34c SG |
1812 | * gdbtk.tcl (build_framework): Several fixes for filespec widget, |
1813 | including dismiss button, and better error handling. | |
1814 | * (create_command_win): Bind button 2 to retrieve selection. | |
218d43e5 | 1815 | end-sanitize-gdbtk |
4604b34c | 1816 | |
2592eef8 PS |
1817 | Thu Jan 12 09:33:24 1995 Peter Schauer ([email protected]) |
1818 | ||
1819 | * README: Add note about SPARCworks cc release 3.0 and higher. | |
1820 | ||
1821 | Add procfs support for Alpha OSF/1-2.x. | |
1822 | * config/alpha/nm-osf.h: Renamed from nm-alpha.h, generic | |
1823 | OSF/1 native support. | |
1824 | * config/alpha/alpha-osf1.mh (NAT_FILE): Changed accordingly. | |
1825 | (MUNCH_DEFINE): Removed. | |
1826 | * config/alpha/alpha-osf2.mh, config/alpha/nm-osf2.h: New files | |
1827 | for procfs support. | |
1828 | * configure.in (alpha-dec-osf*): Use alpha-osf2.mh for OSF/1 | |
1829 | release 2.x and higher, else alpha-osf1.mh, as the procfs support | |
1830 | in release 1.x is incomplete. | |
1831 | * Makefile.in (ALLCONFIG): Add config/alpha/alpha-osf2.mh. | |
1832 | * alpha-nat.c (supply_gregset, fill_gregset, supply_fpgregset, | |
1833 | fill_fpgregset): New routines for procfs support. | |
1834 | * inftarg.c (_initialize_inftarg): Don't add ptrace support | |
1835 | if we have an optional procfs and /proc is accessible. | |
1836 | * procfs.c: Include sys/fault.h and sys/syscall.h before | |
1837 | including sys/procfs.h. | |
1838 | (unconditionally_kill_inferior): If PROCFS_NEED_PIOCSSIG_FOR_KILL | |
1839 | is defined, additionally perform a PIOCSSIG to really terminate | |
1840 | the inferior. | |
1841 | (create_procinfo): Always return a result. | |
1842 | (create_procinfo, do_attach): Don't trace T_IFAULT faults if | |
1843 | PROCFS_DONT_TRACE_IFAULT is defined. | |
1844 | (procfs_init_inferior): Use START_INFERIOR_TRAPS_EXPECTED as | |
1845 | argument to startup_inferior if it is defined. | |
1846 | (proc_set_exec_trap): If PIOCSSPCACT is defined, use it instead | |
1847 | of tracing exits from exec system calls. Needed for the user level | |
1848 | loader under Alpha OSF/1. | |
1849 | (do_detach): Clear any pending signal if we want to detach from | |
1850 | a process without a signal. | |
1851 | (set_proc_siginfo): If PROCFS_DONT_PIOCSSIG_CURSIG is defined, | |
1852 | don't issue a PIOCSSIG if pr_cursig already contains the signal we | |
1853 | intend to set. | |
1854 | (info_proc_signals): If PROCFS_SIGPEND_OFFSET is defined, the | |
1855 | pending signals are numbered from 1 instead of 0. | |
1856 | (info_proc_mappings): Increase size of output format for addresses | |
1857 | if BFD_HOST_64_BIT is defined. | |
1858 | (procfs_stop): Renamed from child_stop. | |
1859 | (_initialize_procfs): Don't add procfs support if we have an | |
1860 | optional procfs and /proc is not accessible. | |
1861 | ||
218d43e5 | 1862 | start-sanitize-gdbtk |
724498fd SG |
1863 | Wed Jan 11 17:06:55 1995 Stu Grossman ([email protected]) |
1864 | ||
280c564c | 1865 | * gdbtk.tcl: Add button to control mixed source disassembly. |
218d43e5 | 1866 | Use text widgets in expr window. The give me more control over |
280c564c | 1867 | layout. |
218d43e5 SS |
1868 | Add auto-updating of exprs in expression window. |
1869 | Handle expressions out of scope a bit better. | |
1870 | Make selected window pop up to the top when invoked via the | |
280c564c | 1871 | menubar. |
218d43e5 | 1872 | Make copyright message have raised relief. |
280c564c | 1873 | |
724498fd SG |
1874 | * gdbtk.c (gdbtk_init): Improve handling for errors in gdbtk.tcl |
1875 | during startup. | |
218d43e5 | 1876 | end-sanitize-gdbtk |
724498fd | 1877 | |
b04a78d4 RS |
1878 | Wed Jan 11 17:53:26 1995 Rob Savoye <[email protected]> |
1879 | ||
1880 | * array-rom.c: Add support for most commands. | |
1881 | ||
1882 | * monitor.c: Add GDB remote protocol for the hybrid environment on | |
1883 | the Array board. | |
1884 | ||
b47ae8fb JL |
1885 | Wed Jan 11 00:44:01 1995 Jeff Law ([email protected]) |
1886 | ||
1887 | * command.c (show_user_1): Use print_command_line to show a user | |
1888 | defined command (including control structures). | |
1889 | ||
1890 | * top.c (init_main): Change documentation for user defined | |
1891 | commands to indicate they may accept up to ten arguments. | |
1892 | ||
1d9489c1 JK |
1893 | Tue Jan 10 16:22:41 1995 Jim Kingdon <[email protected]> |
1894 | ||
1895 | * mips-tdep.c (mips_skip_prologue): Accept or as well as addu for | |
1896 | `move $s8, $sp' instruction. | |
1897 | ||
3b55fbe3 JK |
1898 | Sun Jan 8 12:45:34 1995 Jim Kingdon <[email protected]> |
1899 | ||
1900 | * target.c, target.h (target_signal_from_command): New function. | |
1901 | * infrun.c (handle_command, signals_info), infcmd.c | |
1902 | (signal_command): Use it. | |
1903 | * infrun.c, infcmd.c: Update docstrings for these commands. | |
1904 | ||
1905 | * target.h (enum target_signal), target.c (signals), target.c | |
1906 | (target_signal_from_host, target_signal_to_host): Add | |
1907 | TARGET_SIGNAL_REALTIME_* and TARGET_SIGNAL_PRIO for lynx. | |
1908 | * config/tm-lynx.h: Define signal numbers for realtime events. | |
1909 | ||
02b40a19 PS |
1910 | Sat Jan 7 07:23:53 1995 Peter Schauer ([email protected]) |
1911 | ||
1912 | * dbxread.c (process_one_symbol): Handle N_FUN symbols | |
1913 | for Sun acc 3.0 under SunOS4. | |
1914 | ||
1915 | Changes to improve handling of runtime common symbols | |
1916 | under SunOS4. | |
1917 | * minsyms.c (get_symbol_leading_char): New routine to determine | |
1918 | the leading symbol character for an objfile. | |
1919 | (prim_record_minimal_symbol_and_info, install_minimal_symbols): | |
1920 | Use it. | |
1921 | * objfiles.h (rt_common_objfile): New global, points to objfile | |
1922 | containing the runtime common minimal symbols. | |
1923 | * objfiles.c (free_objfile): Mark rt_common_objfile as | |
1924 | unallocated before freeing it. | |
1925 | * solib.c (allocate_rt_common_objfile): New routine to allocate | |
1926 | an objfile for the runtime common minimal symbols. | |
1927 | (solib_add_common_symbols): Allocate an objfile for the runtime | |
1928 | common symbols if necessary and put common symbols into it. | |
1929 | Clean up code and comments. | |
1930 | (solib_add, special_symbol_handling): Cleanup comments regarding | |
1931 | runtime common symbols. | |
1932 | * stabsread.c (scan_file_globals_1): New routine, contains | |
1933 | old scan_file_globals code. Checks if there are any unresolved | |
1934 | global symbols before starting the expensive minimal symbol table | |
1935 | search. | |
1936 | (scan_file_globals): Now calls scan_file_globals_1 for the passed | |
1937 | objfile and eventually for the runtime common objfile. Complains | |
1938 | about any unresolved global symbols and removes them from the | |
1939 | global symbol chain to avoid dangling pointers into the symbol | |
1940 | table if the symbol table is reread. | |
1941 | ||
09722039 SG |
1942 | Thu Jan 5 17:38:29 1995 Stu Grossman ([email protected]) |
1943 | ||
4a4f9e3b | 1944 | * Makefile.in (install_only uninstall): Indent for clarity. |
09722039 SG |
1945 | |
1946 | * core.c (dis_asm_read_memory): Add call to | |
1947 | dis_asm_read_memory_hook to provide alternate way for disassembler | |
1948 | to read memory. | |
1949 | ||
1950 | * defs.h: Protect from multiple inclusion. Add decl for | |
1951 | dis_asm_read_memory_hook. | |
1952 | ||
4a4f9e3b SS |
1953 | * top.c: Make window startup be the default. |
1954 | * Add dis_asm_read_memory_hook. | |
1955 | ||
1956 | start-sanitize-gdbtk | |
09722039 SG |
1957 | * gdbtk.c (finish_saving_output): Don't do anything if not saving |
1958 | output. | |
1959 | * (breakpoint_notify): Don't send null filename to tcl. | |
1960 | * (gdb_eval): New tcl command to eval an expression. | |
1961 | * (gdb_disassemble): New tcl command to do disassembly. This | |
1962 | allows tcl code to choose between exec file and target memeory, | |
1963 | and can also do mixed source and assembly. | |
1964 | * (gdbtk_init): Move reading of gdbtk.tcl to the end to make sure | |
1965 | that more of the environment is set up. Also, create link between | |
1966 | gdb and tcl vars disassemble{-_}from{-_}exec. | |
1967 | ||
1968 | * gdbtk.tcl: New expression window support. | |
1969 | * Make assembly window be 80 columns wide. | |
1970 | * Use new disassembly method. Add menu items to select | |
1971 | disassembly from exec file or target. | |
1972 | * Change View menubar item to Options. | |
1973 | ||
1974 | * Get rid of Stack, Breakpoints, Signals, and Variables Windows, | |
1975 | since they don't exist yet. | |
1976 | ||
1977 | * Pop up a copyright window on startup. | |
4a4f9e3b | 1978 | end-sanitize-gdbtk |
09722039 | 1979 | |
117a817d JL |
1980 | Thu Jan 5 01:16:40 1995 Jeff Law ([email protected]) |
1981 | ||
1982 | * stabsread.c (define_symbol): Handle `a' symbol type used for | |
1983 | reference parameter passed in a register. | |
1984 | ||
c4a5c37c SS |
1985 | start-sanitize-gdbtk |
1986 | Wed Jan 4 19:49:10 1995 Stan Shebs <[email protected]> | |
1987 | ||
1988 | * gdbtk.tcl (build_framework): Add standard commands menu, more | |
1989 | windows to standard windows menu. | |
1990 | (not_implemented_yet): Clarify message. | |
1991 | end-sanitize-gdbtk | |
1992 | ||
034022bf KH |
1993 | Wed Jan 4 12:27:29 1995 Kung Hsu <[email protected]> |
1994 | ||
c023fbf4 KH |
1995 | * defs.h: move include tm.h up, so that the type LONGEST can |
1996 | also based on the target requirement to determine. In this case | |
1997 | target mips64. | |
1998 | ||
034022bf KH |
1999 | * remote-os9k.c (rombug_open): catch exception e in rombug. |
2000 | * remote-os9k.c (rombug_wait): print message before register display | |
2001 | from rombug. | |
2002 | ||
fd2ae9ec JK |
2003 | Wed Jan 4 09:18:27 1995 Jim Kingdon ([email protected]) |
2004 | ||
2005 | * top.c (locate_arg): Call strchr not index. | |
2006 | ||
3bcf4181 PB |
2007 | Tue Jan 3 16:52:03 1995 Per Bothner <[email protected]> |
2008 | ||
2d67c7e9 PB |
2009 | * ch-exp.y (literal): Recognize NULL. |
2010 | (tuple): Parse simple unlabelled tuples. | |
2011 | * eval.c (evaluate_subexp case OP_ARRAY): Use expect_type to | |
2012 | evaluate brace-initializer-expressions depending on context. | |
2013 | (evaluate_subexp case UNOP_CAST): Pass the target type as | |
2014 | expected type when evaluating the expression. | |
2015 | ||
3bcf4181 PB |
2016 | * ch-typeprint.c (chill_type_print_base): Get names of PTR and |
2017 | BOOL from TYPE_NAME. | |
2018 | * ch-valprint.c (chill_print_type_scalar): New function, to handle | |
2019 | TYPE_CODE_RANGE better than print_type_scalar does. | |
2020 | (chill_val_print_array_elements): Use above new function. | |
2021 | ||
6dd6578b SS |
2022 | Mon Jan 2 15:02:51 1995 Stan Shebs <[email protected]> |
2023 | ||
2024 | * remote-udi.c (udi_load): Tell symbol_file_add that the | |
2025 | program being loaded is the main program. | |
c4ea046a | 2026 | |
986c54ca | 2027 | For older changes see ChangeLog-94 |
bd5635a1 RP |
2028 | \f |
2029 | Local Variables: | |
2030 | mode: indented-text | |
2031 | left-margin: 8 | |
2032 | fill-column: 74 | |
2033 | version-control: never | |
2034 | End: |