* remote-e7000.c (e7000_load): New routine to download via the
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 Fri Feb 23 22:33:04 1996 Stu Grossman (grossman@critters.cygnus.com)
2
3 * remote-e7000.c (e7000_load): New routine to download via the
4 network.
5 * (e7000_wait): Don't backup PC when we hit a breakpoint.
6 Apparantly new sh2 pods get this right...
7 * (e7000_ops): Add call to e7000_load.
8
9 Thu Feb 22 00:52:42 1996 J.T. Conklin <jtc@rtl.cygnus.com>
10
11 * config/m68k/{nbsd.mh,nbsd.mt,nm-nbsd.h,tm-nbsd.h,xm-nbsd.h},
12 m68knbsd-nat.c: New files, support for NetBSD/m68k.
13
14 * configure.in (m68k-*-netbsd*): New config.
15 * configure: Regenerated.
16
17 Wed Feb 21 19:00:21 1996 Fred Fish <fnf@ninemoons.com>
18
19 * standalone.c (open, _initialize_standalone): Fix obvious typos
20 reported by Martin Pool <martin@citr.uq.oz.au>.
21
22 Wed Feb 21 14:24:04 1996 Jeffrey A Law (law@cygnus.com)
23
24 * solib.c (solib_create_inferior_hook): Fix thinko.
25
26 Tue Feb 20 23:59:19 1996 Jeffrey A Law (law@cygnus.com)
27
28 * solib.c (solib_break_names): Define for Solaris and Linux.
29 (enable_break): For SVR4 systems, first try to use the debugger
30 interfaces in the dynamic linker to track shared library events
31 as they happen, then fall back to BKPT_AT_SYMBOL code. Convert
32 BKPT_AT_SYMBOL code to use shared library event breakpoints.
33 (solib_create_inferior_hook): Simplify BKPT_AT_SYMBOL code,
34 it no longer needs to restart/wait on the inferior.
35 * symfile.c (find_lowest_section): No longer static.
36 * symfile.h (find_lowest_section): Corresponding changes.
37
38 Tue Feb 20 18:54:08 1996 Fred Fish <fnf@rtl.cygnus.com>
39
40 * valops.c (COERCE_FLOAT_TO_DOUBLE): Define default value.
41 (value_arg_coerce): Use COERCE_FLOAT_TO_DOUBLE.
42 * config/alpha/tm-alpha.h (COERCE_FLOAT_TO_DOUBLE): Define to 1.
43 * config/mips/tm-mips.h: Ditto.
44 * config/pa/tm-hppa.h: Ditto.
45 * config/rs6000/tm-rs6000.h: Ditto.
46 * config/sparc/tm-sparc.h: Ditto.
47
48 Tue Feb 20 17:32:05 1996 J.T. Conklin <jtc@rtl.cygnus.com>
49
50 * config/{i386,ns32k}/nbsd.mh (NATDEPFILES): Remove core-aout.o.
51
52 * config/nm-nbsd.h (FETCH_INFERIOR_REGISTERS): Defined.
53 * config/xm-nbsd.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG):
54 #ifdef'd out definitions --- Causes serious gdb failures on
55 the i386. Need to investigate further before enabling.
56
57 * i386b-nat.c (fetch_inferior_registers, store_inferior_registers,
58 fetch_core_registers): New functions. These functions are defined
59 if FETCH_INFERIOR_REGISTERS is set. Registers are fetched/stored
60 with ptrace PT_GETREGS/PT_SETREGS.
61
62 Tue Feb 20 16:55:06 1996 Stu Grossman (grossman@critters.cygnus.com)
63
64 * findvar.c (extract_floating store_floating): Replace `long
65 double' with `DOUBLEST'.
66
67 Mon Feb 19 15:25:51 1996 J.T. Conklin <jtc@rtl.cygnus.com>
68
69 * config/xm-nbsd.h (CC_HAS_LONG_LONG, PRINTF_HAS_LONG_LONG):
70 Define.
71
72 Mon Feb 19 10:32:05 1996 Jeffrey A Law (law@cygnus.com)
73
74 * symtab.h (looup_minimal_symbol_solib_trampoline): Declare.
75
76 * breakpoint.h (remove_solib_event_breakpoints): Declare.
77 * breakpoint.c (remove_solib_event_breakpoints): New function.
78 * somsolib.c (solib_create_inferior_hook): Remove all solib event
79 breakpoints before inserting any new ones. Use a solib event
80 breakpoint for the breakpoint at "_start".
81 Remove extraneous "\n" from calls to warning.
82
83 * breakpoint.c (breakpoint_1): Add missing "sigtramp" to bptypes
84 name array.
85
86 Mon Feb 19 01:09:32 1996 Doug Evans <dje@cygnus.com>
87
88 * dwarfread.c (add_partial_symbol): Use ADD_PSYMBOL_ADDR_TO_LIST
89 for CORE_ADDR values.
90 (new_symbol): Use SYMBOL_VALUE_ADDRESS for CORE_ADDR values.
91 * symfile.h (add_psymbol_{,addr}to_list): Add prototypes.
92
93 Sun Feb 18 14:37:13 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
94
95 * mipsread.c (mipscoff_symfile_read): Unconditionally add
96 alpha coff dynamic symbols for all symbol files. Makes skipping
97 over the trampoline code work when stepping from a function in a
98 shared library into a function in a different shared library.
99
100 Sun Feb 18 09:27:10 1996 Stu Grossman (grossman@cygnus.com)
101
102 * config/sparc/tm-sparc.h: Define PS_FLAG_CARRY. Define
103 RETURN_VALUE_ON_STACK to return long doubles on the stack.
104
105 Sat Feb 17 16:33:11 1996 Fred Fish <fnf@cygnus.com>
106
107 * Makefile.in (ch-exp.o): Add dependencies.
108 (various): Add gdb_string.h to dependencies that need it.
109
110 Sat Feb 17 08:57:50 1996 Fred Fish <fnf@cygnus.com>
111
112 * symmisc.c (print_symbol_bcache_statistics): Update description for
113 printing byte cache statistics.
114
115 Thu Feb 16 16:02:03 1996 Stu Grossman (grossman@cygnus.com)
116
117 * Add native support for long double data type.
118 * c-exp.y (%union): Change dval to typed_val_float. Use DOUBLEST
119 to store actual data. Change types of INT and FLOAT tokens to
120 typed_val_int and typed_val_float respectively. Create new token
121 DOUBLE_KEYWORD to specify the string `double'. Make production
122 for FLOAT use type determined by parse_number. Add production for
123 "long double" data type.
124 * (parse_number): Use sscanf to parse numbers as float, double or
125 long double depending upon the type of typed_val_float.dval. Also
126 allow user to specify `f' or `l' suffix to explicitly specify
127 float or long double constants. Change typed_val to
128 typed_val_int.
129 * (yylex): Change typed_val to typed_val_int. Also, scan for
130 "double" keyword.
131 * coffread.c (decode_base_type): Add support for T_LNGDBL basic
132 type.
133 * configure, configure.in: Add check for long double support in
134 the host compiler.
135 * defs.h: Define DOUBLEST appropriatly depending on whether
136 HAVE_LONG_DOUBLE (from autoconf) is defined. Also, fix prototypes
137 for functions that handle this type.
138 * expression.h (union exp_element): doubleconst is now type
139 DOUBLEST.
140 * m2-exp.y f-exp.y (%union): dval becomes type DOUBLEST.
141 * findvar.c (extract_floating): Make return value be DOUBLEST.
142 Also, add support for numbers with size of long double.
143 * (store_floating): Arg `val' is now type DOUBLEST. Handle all
144 floating types.
145 * parser-defs.h parse.c (write_exp_elt_dblcst): Arg expelt is now
146 DOUBLEST.
147 * valarith.c (value_binop): Change temp variables v1, v2 and v to
148 type DOUBLEST. Coerce type of result to long double if either op
149 was of that type.
150 * valops.c (value_arg_coerce): If argument type is bigger than
151 double, coerce to long double.
152 * (call_function_by_hand): If REG_STRUCT_HAS_ADDR is defined, and
153 arg type is float and > 8 bytes, then use pointer-to-object
154 calling conventions.
155 * valprint.c (print_floating): Arg doub is now type DOUBLEST.
156 Use appropriate format and precision to print out floating point
157 values.
158 * value.h: Fixup prototypes for value_as_double,
159 value_from_double, and unpack_double to use DOUBLEST.
160 * values.c (record_latest_value): Remove check for invalid
161 floats. Allow history to store them so that people may examine
162 them in hex if they want.
163 * (value_as_double unpack_double): Change return value to DOUBLEST.
164 * (value_from_double): Arg `num' is now DOUBLEST.
165 * (using_struct_return): Use RETURN_VALUE_ON_STACK macro (target
166 specific) to expect certain types to always be returned on the stack.
167
168 Fri Feb 16 14:00:54 1996 Fred Fish <fnf@cygnus.com>
169
170 * bcache.c, bcache.h: New files to implement a byte cache.
171 * Makefile.in (SFILES): Add bcache.c.
172 (symtab_h): Add bcache.h.
173 (HFILES_NO_SRCDIR): add bcache.h
174 (COMMON_OBJS): Add bcache.o
175 (bcache.o): New target.
176 * dbxread.c (start_psymtab): Make global_syms & static_syms
177 type "partial_symbol **".
178 * hpread.c (hpread_start_symtab): Ditto.
179 * os9kread.c (os9k_start_psymtab): Ditto.
180 * stabsread.h (start_psymtab): Ditto.
181 * {symfile.c, symfile.h} (start_psymtab_common): Ditto.
182 * maint.c (maintenance_print_statistics): Call
183 print_symbol_bcache_statistics.
184 * objfiles.c (allocate_objfile): Initialize psymbol bcache malloc
185 and free pointers.
186 * solib.c (allocate_rt_common_objfile): Ditto.
187 * symfile.c (reread_symbols): Ditto.
188 (free_objfile): Free psymbol bcache when objfile is freed.
189 (objfile_relocate): Use new indirect psymbol pointers.
190 * objfiles.h (struct objfile): Add psymbol cache.
191 * symfile.c (compare_psymbols): Now passed pointers to pointers to
192 psymbols.
193 (reread_symbols): Free psymbol bcache when freeing other objfile
194 resources.
195 (add_psymbol_to_list, add_psymbol_addr_to_list): Initialize new
196 psymbol using the psymbol bcache.
197 (init_psymbol_list): Psymbol lists now contain pointers rather than
198 the actual psymbols.
199 * symfile.h (psymbol_allocation_list): Psymbol lists now dynamically
200 grown arrays of pointers.
201 (ADD_PSYMBOL_VT_TO_LIST): Initialize new symbol using the psymbol
202 bcache.
203 * symmisc.c (print_partial_symbols): Now takes pointer to pointer
204 to partial symbol.
205 (print_symbol_bcache_statistics): New function to print per objfile
206 bcache statistics.
207 (print_partial_symbol, print_partial_symbols,
208 maintenance_check_symtabs, extend_psymbol_list):
209 Account for change to pointer to pointer to partial symbol.
210 * symtab.c (find_pc_psymbol, lookup_partial_symbol, decode_line_2,
211 make_symbol_completion_list):
212 Account for change to pointer to pointer to partial symbol.
213 * symtab.h (bcache.h): Include.
214 * xcoffread.c (xcoff_start_psymtab): Make global_syms & static_syms
215 type "partial_symbol **".
216
217 Fri Feb 16 10:02:34 1996 Fred Fish <fnf@cygnus.com>
218
219 * dwarfread.c (free_utypes): New function.
220 (read_file_scope): Call free_utypes as cleanup, rather than just
221 freeing the utypes pointer.
222
223 Thu Feb 15 21:40:52 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
224
225 * demangle.c (is_cplus_marker): New function, checks if a
226 character is one of the commonly used C++ marker characters.
227 * defs.h (is_cplus_marker): Add prototype.
228 * c-typeprint.c (c_type_print_base), ch-lang.c (chill_demangle),
229 cp-valprint.c (cp_print_class_method), mdebugread.c (parse_symbol),
230 stabsread.c (define_symbol, read_member_functions, read_struct_fields),
231 symtab.h (OPNAME_PREFIX_P, VTBL_PREFIX_P, DESTRUCTOR_PREFIX_P),
232 values.c (vb_match): Use is_cplus_marker instead of comparison
233 with CPLUS_MARKER.
234
235 Thu Feb 15 18:08:13 1996 Fred Fish <fnf@cygnus.com>
236
237 * symfile.h (INLINE_ADD_PSYMBOL): Default this to 0 and possibly
238 delete entirely someday.
239
240 Thu Feb 15 15:25:34 1996 Stan Shebs <shebs@andros.cygnus.com>
241
242 * mpw-make.sed: Edit out makefile rebuild rule.
243 (host_alias, target_alias): Comment out instead of deleting.
244 (@LIBS@): Edit out references.
245
246 Tue Feb 13 22:56:46 1996 Fred Fish <fnf@cygnus.com>
247
248 * symfile.c (add_psymbol_to_list, add_psymbol_addr_to_list):
249 Use n_psyms in OBJSTAT, not psyms.
250
251 Mon Feb 12 15:59:31 1996 Doug Evans <dje@charmed.cygnus.com>
252
253 * configure.in (sparclet-*-aout*): New config.
254 * configure: Regenerated.
255
256 Mon Feb 12 14:17:52 1996 Fred Fish <fnf@cygnus.com>
257
258 * somsolib.c (som_solib_add): Use xmalloc rather than bare
259 unchecked call to malloc.
260 * remote-mips.c (pmon_load_fast): ditto.
261 * remote-mm.c (mm_open): ditto.
262 * hpread.c (hpread_lookup_type): ditto.
263 * remote-adapt.c (adapt_open): ditto.
264
265 Mon Feb 12 13:11:32 1996 Fred Fish <fnf@cygnus.com>
266
267 * f-lang.c (allocate_saved_bf_node, allocate_saved_function_node,
268 allocate_saved_f77_common_node, allocate_common_entry_node,
269 add_common_block): Use xmalloc rather than malloc, some of which
270 were unchecked.
271 * gnu-regex.c: At same point as other gdb specific changes
272 #undef malloc and then #define it to xmalloc.
273 * ch-exp.c (growbuf_by_size): Use xmalloc/xrealloc rather than
274 bare unchecked calls to malloc/realloc.
275 * stabsread.c (dbx_lookup_type): Use xmalloc rather than bare
276 unchecked call to malloc.
277
278 Wed Feb 7 11:31:26 1996 Stu Grossman (grossman@cygnus.com)
279
280 * symtab.c (gdb_mangle_name): Change opname var to be const to
281 match return val of cplus_mangle_name.
282 * i960-tdep.c: Change arg types of next_insn to match callers.
283
284 Wed Feb 7 07:34:24 1996 Fred Fish <fnf@cygnus.com>
285
286 * config/i386/linux.mh (XM_CLIBS, GDBSERVER_LIBS): Remove. These
287 apparently aren't needed in any reasonably recent version of
288 linux.
289
290 Tue Feb 6 21:37:03 1996 Per Bothner <bothner@kalessin.cygnus.com>
291
292 * stabsread.c (read_range_type): If !self-subrange and language
293 is Chill, assume a true range. If a true_range is a sub_subrange,
294 use builtin_type_int for index_type.
295
296 Tue Feb 6 18:38:51 1996 J.T. Conklin <jtc@slave.cygnus.com>
297
298 * nindy-share/nindy.c (say): Use stdarg.h macros when compiling
299 with an ANSI compiler.
300
301 start-sanitize-gdbtk
302 Tue Feb 6 16:31:25 1996 Tom Tromey <tromey@creche.cygnus.com>
303
304 * gdbtk.tcl (create_file_win): Eliminate text widget B1 binding so
305 double-clicking will work again.
306 (create_asm_win): Put "break" at end of all B1 bindings.
307 (create_file_win): Lower "sel" tag, don't raise it.
308 (ensure_line_visible): New proc.
309 (update_listing, update_assembly): Use it.
310 (create_copyright_window): Destroy window on Leave event.
311 (create_command_window): Put "break" at end of all B2 bindings.
312
313 end-sanitize-gdbtk
314 Mon Feb 5 18:24:28 1996 Steve Chamberlain <sac@slash.cygnus.com>
315
316 From Michael_Snyder@NeXT.COM (Michael Snyder):
317 * valops.c (value_arg_coerce): Coerce float to double, unless the
318 function prototype specifies float.
319
320 Mon Feb 5 09:51:55 1996 Tom Tromey <tromey@creche.cygnus.com>
321
322 * language.c (set_language_command): Use languages table when
323 printing available languages.
324
325 Sat Feb 3 12:22:05 1996 Fred Fish <fnf@cygnus.com>
326
327 Fix problems reported by Hans Verkuil (hans@wyst.hobby.nl):
328 * command.c (add_cmd): Add missing initialization for enums member.
329 Reorder members to match structure declaration to make it easier to
330 tell when one is missing.
331 * exec.c (exec_file_command): Fix problem where filename in malloc'd
332 memory is referenced after being freed.
333
334 Sat Feb 3 03:26:21 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
335
336 * dwarfread.c (read_func_scope): Avoid GDB core dumps if
337 AT_name tag is missing.
338
339 * procfs.c (procfs_stopped_by_watchpoint): Fix logic when
340 FLTWATCH and FLTKWATCH are defined.
341
342 * remote.c (remote_read_bytes): Advance memaddr for transfers,
343 return number of bytes transferred for partial reads.
344
345 * top.c (init_signals): Reset SIGTRAP to SIG_DFL.
346
347 Fri Feb 2 13:40:50 1996 Steve Chamberlain <sac@slash.cygnus.com>
348
349 * win32-nat.c (mappings): Add ppc registers.
350 (child_resume): Turn off step for ppc.
351
352 Thu Feb 1 10:29:31 1996 Steve Chamberlain <sac@slash.cygnus.com>
353
354 * config/powerpc/(cygwin32.mh, cygwin32.mt, tm-cygwin32.h,
355 xm-cygwin32.h): New.
356 * config/i386/(*win32*): Becomes *cygwin32*.
357 * configure.in (i[3456]86-*-win32*): Becomes i[3456]86-*-cygwin32.
358 (powerpcle-*-cygwin32): New.
359 * configure: Regenerate.
360 * win32-nat.c (child_create_inferior): Call CreateProcess
361 with the right program arg.
362
363 Thu Feb 1 11:01:10 1996 Jeffrey A Law (law@cygnus.com)
364
365 * config/pa/tm-hppa.h (SOFT_FLOAT): Provide a default definition.
366
367 Wed Jan 31 19:01:28 1996 Fred Fish <fnf@cygnus.com>
368
369 * serial.c: Change fputc/fputs/fprintf to _unfiltered forms.
370
371 Wed Jan 31 18:36:27 1996 Stan Shebs <shebs@andros.cygnus.com>
372
373 * config/sparc/xm-sun4os4.h (HAVE_TERMIOS): Remove.
374
375 * config/sparc/xm-sparc.h (HAVE_WAIT_STRUCT): Remove, never used.
376
377 * config/i386/nm-i386mach.h (CHILD_PREPARE_TO_STORE): Move to
378 here from config/i386/xm-i386mach.h, fix name.
379 * config/i386/nm-sun386.h: Ditto, from config/i386/xm-sun386.h.
380 * config/i386/nm-ptx4.h (CHILD_PREPARE_TO_STORE): Move to
381 here from config/i386/xm-ptx4.h.
382 * config/i386/nm-ptx4.h: Ditto, from config/i386/xm-ptx.h.
383 * config/i386/nm-symmetry.h: Ditto, from config/i386/xm-symmetry.h.
384 * config/m68k/nm-sun3.h: Ditto, from config/m68k/xm-sun3.h.
385 * config/sparc/nm-nbsd.h: Ditto, from config/sparc/xm-nbsd.h.
386 * config/sparc/nm-sun4os4: Ditto, from config/sparc/xm-sparc.h.
387
388 * config/sparc/nm-sun4sol2.h: New file, renamed from nm-sysv4.h.
389 (PRSVADDR_BROKEN): Move here from xm-sun4sol2.h.
390 * config/sparc/sun4sol2.mh (NAT_FILE): Update.
391
392 Wed Jan 31 17:20:26 1996 Jeffrey A Law (law@cygnus.com)
393
394 * config/pa/tm-hppa.h (EXTRACT_RETURN_VALUE): Handle software
395 floating point correctly.
396 (STORE_RETURN_VALUE): Likewise.
397 * config/pa/tm-pro.h (SOFT_FLOAT): define.
398
399 Wed Jan 31 13:34:52 1996 Fred Fish <fnf@cygnus.com>
400
401 * config/i386/xm-linux.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
402 Define to what should be reasonable values. However, apparently
403 a bug in linux mmap prevents mapped symbol tables from working.
404
405 Tue Jan 30 18:26:19 1996 Fred Fish <fnf@cygnus.com>
406
407 * defs.h (errno.h>: Move #include closer to head of file to solve
408 obscure problem with systems that declare perror with const arg, in
409 both errno.h and stdio.h, and const is defined away by intervening
410 local include.
411
412 Tue Jan 30 15:41:10 1996 Fred Fish <fnf@cygnus.com>
413
414 From Jon Reeves <reeves@zk3.dec.com>:
415 * i386-stub.c (getpacket): Change fprintf stream from "gdb" to stderr.
416 (mem_fault_routine): Fix misplaced volatile type qualifier in decl.
417
418 Mon Jan 29 19:05:58 1996 Fred Fish <fnf@cygnus.com>
419
420 * Makefile.in (diststuff): Make all-doc; diststuff target does not
421 exist in doc/Makefile.in.
422
423 Mon Jan 29 18:44:57 1996 Stan Shebs <shebs@andros.cygnus.com>
424
425 * config/m88k/xm-cxux.h (BP_HIT_COUNT): Remove, never used.
426
427 Mon Jan 29 00:10:35 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
428
429 * ch-valprint.c (calculate_array_length): New function to
430 determine the length of an array type.
431 (chill_val_print (case TYPE_CODE_ARRAY)): If the length of an
432 array type is zero, call calculate_array_length.
433
434 * gdbtypes.c (get_discrete_bounds (case TYPE_CODE_ENUM)): The
435 values may not be sorted. Scan all entries and set the real lower
436 and upper bound.
437
438 Sun Jan 28 15:50:42 1996 Fred Fish <fnf@cygnus.com>
439
440 * config/xm-linux.h: Move include of solib.h and #define of
441 SVR4_SHARED_LIBS from here ...
442 * config/nm-linux.h: ...to here.
443
444 Sat Jan 27 10:34:05 1996 Fred Fish <fnf@cygnus.com>
445
446 * configure.in (AC_CHECK_HEADERS): Check for sys/procfs.h.
447 Also check for gregset_t and fpregset_t types.
448 * configure: Regenerate.
449 * core-regset.c (sys/procfs.h): Only include if HAVE_SYS_PROCFS_H
450 is defined.
451 (fetch_core_registers): Turn into stub unless both HAVE_GREGSET_T
452 and HAVE_FPREGSET_T are defined. These changes allow systems
453 like linux that are migrating to /proc support to use a single
454 configuration for both new and old versions.
455
456 * config/i386/linux.mt: Note that this is now for both a.out and
457 ELF systems.
458 * config/i386/linux.mh (NATDEPFILES): Add solib.o, core-regset.o,
459 i386v4-nat.o
460 * config/i386/tm-linux.h (tm-sysv4.h): Include.
461 * config/i386/xm-linux.h (solib.h): Include
462 (SVR4_SHARED_LIBS): Define.
463 * i386v4-nat.c: Only compile if HAVE_SYS_PROCFS_H is defined.
464 (supply_gregset, fill_gregset): Compile if HAVE_GREGSET_T defined.
465 (supply_fpregset, fill_fpregset): Compile if HAVE_FPREGSET_T
466 defined.
467
468 Fri Jan 26 13:48:14 1996 Stan Shebs <shebs@andros.cygnus.com>
469
470 * config/sparc/xm-sparc.h (NEW_SUN_CORE): Remove, never used.
471 * config/i386/xm-sun386.h: Ditto.
472 * config/m68k/xm-sun2.h, config/m68k/xm-sun3.h: Ditto.
473
474 Thu Jan 25 16:05:53 1996 Tom Tromey <tromey@creche.cygnus.com>
475
476 * Makefile.in (INSTALLED_LIBS, CLIBS): Include @LIBS@.
477
478 Thu Jan 25 09:22:15 1996 Steve Chamberlain <sac@slash.cygnus.com>
479
480 From Greg McGary <gkm@gnu.ai.mit.edu>:
481 * dcache.c (dcache_peek, dcache_poke): Advance addr for
482 multi-byte I/O.
483
484 Thu Jan 25 13:08:51 1996 Doug Evans (dje@cygnus.com)
485
486 * infrun.c (normal_stop): Fix test for shared library event.
487
488 Thu Jan 25 03:26:38 1996 Doug Evans <dje@charmed.cygnus.com>
489
490 * configure.in (sparc64-*-*): Add default host configuration.
491 start-sanitize-gdbtk
492 (sparc64-*-solaris2* host): Link statically if GCC used.
493 end-sanitize-gdbtk
494 (sparc64-*-solaris2*): Add target configuration.
495 * configure: Regenerated.
496 * sparc/sp64sol2.mt: New file.
497
498 Wed Jan 24 22:31:37 1996 Doug Evans <dje@charmed.cygnus.com>
499
500 * Makefile.in (RUNTEST): srcdir renamed to rootsrc.
501
502 Wed Jan 24 15:42:24 1996 Tom Tromey <tromey@creche.cygnus.com>
503
504 * Makefile.in (lint): Close backquotes.
505
506 start-sanitize-gdbtk
507 Wed Jan 24 15:28:41 1996 Tom Tromey <tromey@creche.cygnus.com>
508
509 * gdbtk.tcl, gdbtk.c: Updated copyrights.
510
511 * configure.in: Look for -ldl or -ldld when using Tcl 7.5 or
512 greater.
513 * configure: Rebuilt.
514
515 end-sanitize-gdbtk
516 Wed Jan 24 13:19:10 1996 Fred Fish <fnf@cygnus.com>
517
518 * NEWS: Make note of new record and replay feature for
519 remote debug sessions.
520 * serial.c (gdbcmd.h): Include.
521 (serial_logfile, serial_logfp, serial_reading, serial_writing):
522 Define here, for remote debug session logging.
523 (serial_log_command, serial_logchar, serial_write, serial_readchar):
524 New functions for remote debug session logging.
525 (serial_open): Open remote debug session log file when needed.
526 (serial_close): Close remote debug session log file when needed.
527 (_initialize_serial): Add set/show commands for name of remote
528 debug session log file.
529 * serial.h (serial_readchar): Declare
530 (SERIAL_READCHAR): Call serial_readchar().
531 (SERIAL_WRITE): Call serial_write().
532 (serial_close): Declare as extern.
533 (serial_logfile, serial_logfp): Declare.
534 * top.c (execute_command): Declare serial_logfp. Log user command
535 in remote debug session log if log file is open.
536 * remote-array.c (array_wait): #ifdef out echo to gdb_stdout.
537 (array_read_inferior_memory): Rewrite to fix memory overwrite bug.
538 * remote-array.c (SREC_SIZE): Remove, duplicates define in
539 monitor.h.
540 * remote-array.c (hexchars, hex2mem): Remove, unused.
541 * gdbserver/low-linux.c (store_inferior_registers): Remove
542 unnecessary extern declaration of registers[].
543 * gdbserver/Makefile.in (all): Add gdbreplay.
544 * gdbserver/gdbreplay.c: New file.
545 * gdbserver/README: Give example of recording a remote
546 debug session with gdb and then replaying it with gdbreplay.
547
548 Tue Jan 23 18:02:35 1996 Per Bothner <bothner@kalessin.cygnus.com>
549
550 * stabsread.c (rs6000_builtin_type): Make bool type unsigned.
551 (read_one_struct_field): Support boolean bitfields.
552 * c-valprint.c (c_val_print): Print booleans properly.
553
554 Tue Jan 23 18:54:09 1996 Stan Shebs <shebs@andros.cygnus.com>
555
556 * remote-vxsparc.c (vx_convert_to_virtual, vx_convert_from_virtual):
557 Remove, never used.
558 * config/sparc/vxsparc.mt (TDEPFILES): Add remote-vxsparc.o.
559
560 Tue Jan 23 14:36:05 1996 Per Bothner <bothner@kalessin.cygnus.com>
561
562 * ch-exp.c (parse_tuple): Error if invalid mode.
563
564 * value.h (COERCE_ARRAY): Don't coerce enums.
565 (COERCE_ENUM): Don't COERCE_REF.
566 (COERCE_NUMBER): New macro (same as COERCE_ARRAY then COERCE_ENUM).
567 * valops.c (value_assign): Only do COERCE_ARRAY if internalvar (let
568 value_cast handle it otherwise); do *not* COERCE_ENUM either way.
569 * valarith.c: Use COERCE_NUMBER instead od COEREC_ARRAY.
570 Add COERCE_REF before COERCE_ENUM.
571 * values.c (value_as_long): Simplify.
572
573 * valops.c (value_array): Create internalvar if !c_style_arrays.
574
575 * language.c (lang_bool_type): Add Fortran support.
576 * eval.c (OP_BOOL): Use LA_BOOL_TYPE.
577
578 Tue Jan 23 13:08:26 1996 Jeffrey A Law (law@cygnus.com)
579
580 * symfile.c (auto_solib_add): Renamed from auto_solib_add_at_startup.
581 All references changed.
582 * breakpoint.c (bpstat_what): Add shlib_event to the class types.
583 Update state table. Reformat so that it's still readable.
584 When we hit the shlib_event breakpoint, set the calss of shlib_event.
585 (breakpoint_1): Add "shlib events" as a breakpoint type.
586 Print the shlib_event breakpoint like other breakpoints.
587 (create_solib_event_breakpoint): New function.
588 (breakpoint_re_set_one): Handle solib_event breakpoints.
589 * breakpoint.h (enum bytype): Add bp_shlib_event breakpoint type.
590 (enum bpstat_what_main_action): Add BPSTAT_WHAT_CHECK_SHLIBS
591 action.
592 (create_solib_event_breakpoint): Declare.
593 * infrun.c (wait_for_inferior): Handle CHECK_SHLIBS bpstat.
594 (normal_stop): Inform the user when the inferior stoped due
595 to a shared library event.
596 (_initialize_infrun): Add new set/show variable "stop-on-solib-events"
597 to control whether or not gdb continues the inferior or stops it when
598 a shared library event occurs.
599 * minsyms.c (lookup_minimal_symbol_solib_trampoline): New function.
600 * somsolib.c (TODO list): Update.
601 (som_solib_create_inferior_hook): Arrange for gdb to be notified
602 when significant shared library events occur.
603 * hppa-tdep.c (find_unwind_entry): No longer static.
604
605 Tue Jan 23 09:00:48 1996 Doug Evans <dje@charmed.cygnus.com>
606
607 * printcmd.c (print_insn): Pass fprintf_unfiltered to
608 INIT_DISASSEMBLE_INFO.
609 start-sanitize-gdbtk
610 * gdbtk.c (gdb_disassemble): Likewise.
611 end-sanitize-gdbtk
612
613 Mon Jan 22 16:59:40 1996 Stan Shebs <shebs@andros.cygnus.com>
614
615 * remote.c (remotebreak): New GDB variable.
616 (remote_break): New global.
617 (remote_interrupt): Send a break instead of ^C if remote_break.
618 * NEWS: Describe the new variable.
619
620 Mon Jan 22 16:24:11 1996 Doug Evans <dje@charmed.cygnus.com>
621
622 * sparc-tdep.c (_initialize_sparc_tdep): Always use print_insn_sparc.
623
624 Fri Jan 19 07:19:38 1996 Fred Fish <fnf@cygnus.com>
625
626 * hp300ux-nat.c (getpagesize): Remove unused function
627 fetch_core_registers.
628 (hp300ux_core_fns): Remove, is unused.
629 (_initialize_core_hp300ux): Remove, is unused.
630 (gdbcore.h): Remove #include, no longer needed.
631
632 Fri Jan 19 00:59:53 1996 Jeffrey A Law (law@cygnus.com)
633
634 * rs6000-nat.c (exec_one_dummy_insn): Rework to avoid
635 ptrace bug in aix4.1.3 on the rs6000.
636
637 Wed Jan 17 13:22:27 1996 Stan Shebs <shebs@andros.cygnus.com>
638
639 * remote-hms.c (hms_ops): Add value for to_thread_alive.
640 * remote-nindy.c (nindy_ops): Ditto.
641 * remote-udi.c (udi_ops): Ditto.
642
643 Tue Jan 16 18:00:35 1996 James G. Smith <jsmith@cygnus.co.uk>
644
645 * remote-mips.c (pmon_opn, pmon_wait, pmon_makeb64, pmon_zeroset,
646 pmon_checkset, pmon_make_fastrec, pmon_check_ack,
647 pmon_load_fast): New functions. Support for the PMON monitor world.
648 (common_open): New function to merge support for different monitors.
649 (mips_open): Use common_open().
650 (mips_send_command): New function.
651 (mips_send_packet): Scan out-of-sequence packets.
652 (mips_enter_debug, mips_exit_debug): New functions.
653 (pmon_ops): New target definition structure.
654
655 Tue Jan 16 11:22:58 1996 Stu Grossman (grossman@cygnus.com)
656
657 * Makefile.in (CLIBS): Add LIBS to allow libraries to be
658 specified on the make command line (via make LIBS=xxx).
659 start-sanitize-gm
660 * configure.in (enable-gm): magic.o -> gmagic.o.
661 end-sanitize-gm
662
663 start-sanitize-gdbtk
664 Mon Jan 15 09:58:41 1996 Tom Tromey <tromey@creche.cygnus.com>
665
666 * gdbtk.tcl (create_expr_window): Many changes to update GUI.
667 (add_expr): Changes from create_expr_window.
668 (create_command_window): Set focus.
669 (delete_expr): Rewrote.
670 (expr_update_button): New proc.
671 (add_expr): Put bindings on FocusIn, FocusOut.
672 Don't allow .file_popup to be torn off.
673 end-sanitize-gdbtk
674
675 Fri Jan 12 21:41:58 1996 Jeffrey A Law (law@cygnus.com)
676
677 * symtab.c (find_pc_symtab): Don't lose if OBJF_REORDERED
678 is set but there are no psymtabs.
679
680 Fri Jan 12 15:56:12 1996 Steve Chamberlain <sac@slash.cygnus.com>
681
682 * dsrec.c (load_srec): Remove unused variable.
683 monitor.c (monitor_expect): Don't expect a ^C to echo.
684 * serial.c (serial_open): Add parallel interface.
685 * sh3-rom.c (parallel, parallel_in_use): New.
686 (sh3_load): If parallel_in_use, download though the
687 parallel port.
688 (sh3_open): Open parallel port if specified.
689 (sh3_close): New function.
690 (_inititalize_sh3): Add sh3_close hook and documentation.
691 * monitor.c (monitor_close): Export.
692 * monitor.h (monitor_close): Add prototype.
693
694 Fri Jan 12 13:11:42 1996 Stan Shebs <shebs@andros.cygnus.com>
695
696 From Wilfried Moser <wilfried.moser@aut.alcatel.at>:
697 * remote.c (remotetimeout): New GDB variable, use to set the
698 remote timeout for reading.
699
700 start-sanitize-gdbtk
701 Fri Jan 12 09:36:17 1996 Tom Tromey <tromey@creche.cygnus.com>
702
703 * gdbtk.tcl (gdbtk_tcl_query): Swap Yes and No buttons.
704 (update_listing): Use lassign. Use "see" to scroll. Don't need
705 screen_top, screen_bot, screen_height.
706 (update_assembly): Use "see" to scroll.
707 (textscrollproc): Removed.
708 (create_file_win): Don't use textscrollproc.
709 (asmscrollproc): Removed.
710 (create_asm_window): Don't use asmscrollproc.
711 (create_asm_win): Ditto.
712 (screen_height, screen_top, screen_bot): Removed.
713 (run_editor): New proc.
714 (build_framework): Use it.
715 (create_file_win, create_source_window): Don't use textscrollproc.
716 (create_breakpoints_window): Set -xscrollcommand on canvas.
717 (not_implemented_yet): Default button is 0.
718 (delete_char): Don't use tk_textBackspace.
719 (create_command_window): Allow Tk bindings to fire after deleting
720 character.
721 (create_command_window): Make Delete delete left, not right.
722 end-sanitize-gdbtk
723
724 Fri Jan 12 07:14:27 1996 Fred Fish <fnf@cirdan.cygnus.com>
725
726 * lynx-nat.c, irix4-nat.c, sparc-nat.c: Include gdbcore.h
727 to get "struct core_fns" defined.
728 * Makefile.in (lynx-nat.o, irix4-nat.o, sparc-nat.o):
729 Are dependent upon gdbcore_h.
730
731 Thu Jan 11 23:13:24 1996 Per Bothner <bothner@cygnus.com>
732
733 * symfile.c (decrement_reading_symtab): New function.
734 * symfile.c, symtab.h (currently_reading_symtab): New variable.
735 * symfile.c (psymtab_to_symtab): Adjust currently_reading_symtab.
736 * gdbtypes.c (check_typedef): Don't call lookup_symbol if
737 currently_reading_symtab (since that could infinitely recurse).
738
739 Thu Jan 11 17:21:25 1996 Per Bothner <bothner@kalessin.cygnus.com>
740
741 * stabsread.c (read_struct_type): Trivial simplification.
742
743 * stabsread.c (define-symbol): Use invisible references
744 for TYPE_CODE_SET and TYPE_CODE_BITSTRING too.
745 * valops.c (call_function_by_hand): Likewise.
746 * eval.c (evaluate_subexp_standard): When known, use the formal
747 parameter type as the expected type when evaluating arg expressions.
748 * ch-lang.c (evaluate_subexp_chill): Likewise (for MULTI_SUBSCRIPT).
749
750 start-sanitize-gdbtk
751 Thu Jan 11 10:08:14 1996 Tom Tromey <tromey@creche.cygnus.com>
752
753 * main.c (main): Disable window interface if --help or --version
754 specified.
755
756 * gdbtk.tcl (FSBox): Don't use tk_listboxSingleSelect.
757
758 Changes in sync with expect:
759 * configure.in (ENABLE_GDBTK): Use CY_AC_PATH_TCL and
760 CY_AC_PATH_TK.
761 * aclocal.m4: Replaced with version from expect.
762 * configure: Regenerated.
763 end-sanitize-gdbtk
764
765 Wed Jan 10 16:08:49 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
766
767 * configure.in, configure: Recognize rs6000-*-aix4*.
768 * config/powerpc/xm-aix.h: Reduce to include "xm-aix4.h".
769 * config/rs6000/aix4.mh (XM_FILE): Point to xm-aix4.h.
770 * config/rs6000/xm-aix4.h: New file.
771 * config/xm-aix4.h: New file.
772
773 Wed Jan 10 11:25:37 1996 Fred Fish <fnf@cygnus.com>
774
775 From Wilfried Moser <wilfried.moser@aut.alcatel.at>:
776 * gdbserver/low-linux.c: New file.
777 * remote.c (remote_read_bytes): Fix aborts on larger packets.
778
779 * config/i386/linux.mh (GDBSERVER_DEPFILES, GDBSERVER_LIBS):
780 Define.
781 * stabsread.c (define_symbol): If register value is too large,
782 tell what it is and what max is.
783
784 start-sanitize-gdbtk
785 Wed Jan 10 09:07:22 1996 Tom Tromey <tromey@creche.cygnus.com>
786
787 * gdbtk.tcl (gdbtk_tcl_fputs, gdbtk_tcl_fputs_error,
788 gdbtk_tcl_flush): Use "see", not "yview".
789 (gdbtk_tcl_query): Use questhead bitmap.
790 various: Always wrap condition of 'if' in {...}.
791 (add_breakpoint_frame): Set -value on radiobuttons.
792 (lassign): New proc.
793 (add_breakpoint_frame): Use lassign, not series of assignments.
794 (decr): Made faster.
795 (interactive_cmd): Use "see", not "yview".
796 (not_implemented_yet): Use warning bitmap.
797 (update_expr): Don't allow $expr to be evalled by Tcl.
798 (create_expr_window): Don't use "focus".
799 (delete_char, delete_line): Define globally.
800 (delete_line, delete_char, create_command_window, update_autocmd,
801 build_framework, create_asm_win, create_file_win): Use "see", not
802 "yview".
803 (create_copyright_window, center_window, bind_widget_after_class):
804 New procs.
805 (FSBox,create_command_window, create_autocmd_window): Binding
806 changes for Tk4.
807 (textscrollproc): Define globally.
808 (build_framework): tk_menuBar no longer needed. Keys Prior, Next,
809 Home, End, Up, and Down are all defined by Tk.
810 (apply_filespec): Use error bitmap in dialog.
811 (files_command): Don't use tk_listboxSingleSelect.
812 (files_command): Don't use "uniq" to remove duplicates from a
813 list.
814 (update_assembly): Use lassign.
815 (create_asm_win): Removed redundant bindings.
816 (listing_window_button_1, file_popup_menu): Use tk_popup.
817 (ButtonRelease-1 binding): Just remove tag from window; rest
818 handled by Tk.
819
820 * gdbtk.c (gdbtk_query): Use Tcl_Merge to provide quoting.
821 (call_wrapper): Use Tcl_Eval, not Tcl_VarEval.
822 (gdbtk_call_command): Ditto.
823 end-sanitize-gdbtk
824
825 Tue Jan 9 09:33:53 1996 Jeffrey A Law (law@cygnus.com)
826
827 * hpread.c (hpread_build_psymtabs): Finish Jan 4th
828 enum namespace -> enum_namespace change.
829
830 Tue Jan 9 04:44:47 1996 Wilfried Moser (Alcatel) <moser@rtl.cygnus.com>
831
832 * ch-exp.c (parse_primval): In case ARRAY, add missing
833 FORWARD_TOKEN ().
834
835 Mon Jan 8 13:29:34 1996 Stan Shebs <shebs@andros.cygnus.com>
836
837 * remote-mips.c (mips_receive_header): Recognize \012 instead
838 of \n, but write \n when program sends a \012.
839 * ser-mac.c (mac_input_buffer): Increase size of buffer.
840
841 Mon Jan 8 12:00:40 1996 Jeffrey A Law (law@cygnus.com)
842
843 * infptrace.c (initialize_infptrace): Move function out of
844 #ifdef conditional; put code within the function inside an
845 #ifdef conditional.
846
847 * buildsym.c (end_symtab): Remove sort_pending and sort_linevec
848 arguments. Sorting is now dependent on OBJF_REORDERED. All
849 callers/references changed.
850 * dbxread.c (read_ofile_symtab): Correctly determine value for
851 last_source_start_addr for reordered executables.
852 (process_one_symbol): Handle N_FUN with no name as an end of
853 function marker.
854 * partial-stab.h (case N_FN, N_TEXT): Don't assume CUR_SYMBOL_VALUE
855 is the high text address for a psymtab.
856 (case N_SO): Likewise.
857 (case N_FUN): Handle N_FUN with no name as an end of function
858 marker.
859 * minsyms.c (lookup_minimal_symbol_by_pc): Examine all symbols
860 at the same address rather than a random subset of them.
861 * coffread.c (coff_symfile_init): Set OBJF_REORDERED.
862 * elfread.c (elf_symfile_init): Similarly.
863 * somread.c (som_symfile_init): Similarly.
864 * xcoffread.c (xcoff_symfile_init): Similarly.
865
866 Fri Jan 5 17:46:01 1996 Stu Grossman (grossman@cygnus.com)
867
868 * stack.c (print_stack_frame print_frame_info) symmisc.c
869 (dump_symtab): Change RETURN_MASK_ERROR to RETURN_MASK_ALL so
870 that catch_errors doesn't get blindsided by QUIT and lose the
871 cleanup chain. This fixes a problem where ^C while in a
872 user-defined command sometimes leaves instream NULL and causes a
873 segfault in command_loop.
874
875 Fri Jan 5 13:59:16 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
876
877 * configure.in, configure: Add `-ldl -lw' for Solaris linking.
878
879 Fri Jan 5 12:02:00 1996 Steve Chamberlain <sac@slash.cygnus.com>
880
881 * config/sh/sh.mt, config/powerpc/*.mt, config/pa/hppapro.mt,
882 config/m68k/monitor.mt, config/h8500/h8500.mt, config/h8300/h8300.mt:
883 srec.o renamed to dsrec.o.
884
885 Thu Jan 4 16:04:54 1996 Stu Grossman (grossman@cygnus.com)
886
887 * breakpoint.c (remove_breakpoint): Change error to warning so
888 that hardware watchpoint removal problems won't leave breakpoint
889 traps in the target.
890 start-sanitize-gdbtk
891 * configure configure.in: Make --enable-gdbtk be the default.
892 end-sanitize-gdbtk
893 * remote-e7000.c (e7000_insert_breakpoint,
894 e7000_remove_breakpoint): Use e7000 based breakpoints, not memory
895 breakpoints.
896 * (e7000_wait): Adjust PC back by two when we see a breakpoint to
897 compensate for e7000 maladjustment.
898 * sparcl-tdep.c (sparclite_check_watch_resources): Fix logic bug
899 which prevented hardware watchpoints from working.
900
901 Thu Jan 4 10:44:17 1996 Fred Fish <fnf@cirdan.cygnus.com>
902
903 * infptrace.c (udot_info): New function.
904 (PT_*): Define each individually if that one is not defined.
905 * rs6000-nat.c (kernel_u_size): New function
906 Include <sys/user.h> for "struct user"
907 * alpha-nat.c (kernel_u_size): New function.
908 Include <sys/user.h> for "struct user"
909 * sparc-nat.c (kernel_u_size): New function.
910 Include <sys/user.h> for "struct user"
911 * i386b-nat.c (kernel_u_size): New function.
912 * i386v-nat.c (kernel_u_size): New function.
913 * config/i386/nm-fbsd.h (KERNEL_U_SIZE): Define.
914 (kernel_u_size): Declare.
915 * config/i386/nm-linux.h (KERNEL_U_SIZE): Define.
916 (kernel_u_size): Declare.
917 * config/sparc/nm-sun4os4.h (KERNEL_U_SIZE): Define.
918 (kernel_u_size): Declare.
919 * config/alpha/nm-osf2.h (KERNEL_U_SIZE): Define.
920 (kernel_u_size): Declare.
921 * config/rs6000/nm-rs6000.h (KERNEL_U_SIZE): Define.
922 (kernel_u_size): Declare.
923
924 Thu Jan 4 11:00:01 1996 steve chamberlain <sac@slash.cygnus.com>
925
926 * mdebugread.c (mylookup_symbol): enum namespace becomes
927 enum_namespace type.
928 * symfile.c (add_psymbol_to_list)
929 (add_psymbol_addr_to_list): Ditto.
930 * symtab.c (lookup_partial_symbol): Ditto.
931 (lookup_symbol): Ditto.
932 (lookup_block_symbol): Ditto.
933 * win32-nat.c (handle_load_dll): Use incoming dll base.
934 (child_wait): Catch DLL load errors.
935 (create_child_inferior): Translated between paths correctly.
936
937 Wed Jan 3 23:13:53 1996 Fred Fish <fnf@cygnus.com>
938
939 * i386v4-nat.c (supply_gregset, fill_gregset): Subtract NUM_FREGS
940 from NUM_REGS to get number of general registers that we care about.
941 * config/i386/tm-i386.h (REGISTER_BYTES): Define in terms
942 of number of general regs and number of floating point regs.
943
944 Wed Jan 3 19:49:54 1996 steve chamberlain <sac@slash.cygnus.com>
945
946 * config/i386/tm-win32.h (IN_SOLIB_CALL_TRAMPOLINE): New.
947 (SKIP_TRAMPOLINE_CODE): New.
948 * config/i386/xm-win32.h (CANT_FORK): Deleted.
949 (SLASH*) Changed to use unix style slash.
950 * symtab.h (namespace enum): becomes typedef to avoid namespace
951 collision in C++.
952 * infcmd.c (path_command): Use empty string if PATH name not set.
953 * i386-tdep.c (skip_trampoline_code): New function.
954 * srec.c: Renamed dsrec.c to avoid filename collision.
955 * Makefile.in: Cope with renaming.
956
957 Wed Jan 3 13:09:04 1996 Fred Fish <fnf@cygnus.com>
958
959 * symmisc.c (print_objfile_statistics): Print memory use statistics
960 for objfile psymbol, symbol, and type obstacks.
961
962 Tue Jan 2 13:41:14 1996 Stan Shebs <shebs@andros.cygnus.com>
963
964 * config/mips/nm-irix5.h: Restore.
965 (TARGET_HAS_HARDWARE_WATCHPOINTS, etc): Define as for Irix 4;
966 from Lee Iverson <leei@ai.sri.com>.
967 * config/mips/irix5.mh (NAT_FILE): Use nm-irix5.h.
968 * config/mips/irix[345].mh (MUNCH_DEFINE): Remove.
969
970 For older changes see ChangeLog-95
971 \f
972 Local Variables:
973 mode: indented-text
974 left-margin: 8
975 fill-column: 74
976 version-control: never
977 End:
This page took 0.052018 seconds and 4 git commands to generate.