Use <varargs.h>, since <stdarg.h> is not portable.
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
313fdead
JG
1Thu Oct 24 09:33:44 1991 John Gilmore (gnu at cygnus.com)
2
3 * dwarfread.c: Use <varargs.h>, since <stdarg.h> is not portable.
4
4a35d6e9
FF
5Thu Oct 24 01:32:51 1991 Fred Fish (fnf at cygnus.com)
6
35f5886e
FF
7 * dwarfread.c: New file for DWARF debugging format support.
8
9 * elfread.c: New file for ELF object file format support.
10
11 * procfs.c: New file for SVR4 /proc (process file system) support.
12
13 * tm-amix.h, xm-amix.h, tconfig/amix, xconfig/amix: New files for
14 Amiga UNIX support.
15
16 * xm-svr4.h, tm-svr4.h: New files for SVR4 support.
17
18 * xm-m68k.h: New file for host machines with m68k cpu.
19
bb4ff694
FF
20 * Makefile.in: Add elfread.c and dwarfread.c to SFILES_MAINDIR.
21 Add elfread.o and dwarfread.o to OBS.
22
23 * symfile.h: Add "elf" to list of supported formats in comment.
24
e2aab031
FF
25 * c-exp.y, defs.h, symtab.h, valprint.c: Add three new builtin
26 types to gdb, builtin_type_long_double, builtin_type_complex, and
27 builtin_type_double_complex. Add and use new TARGET_SHORT_BIT,
28 TARGET_INT_BIT, TARGET_LONG_BIT, TARGET_FLOAT_BIT,
29 TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_COMPLEX_BIT, and
30 TARGET_DOUBLE_COMPLEX_BIT, as the sizes in bits of the indicated
31 types on the target machine (ala the existing TARGET_LONG_LONG_BIT).
32
02070680
FF
33 * infrun.c: When using SVR4 /proc interface instead of ptrace(),
34 call proc_set_exec_trap() to setup child to stop at first instruction.
35
36 * inftarg.c: When using SVR4 /proc interface, call proc_wait()
37 rather than wait().
38
39 * m68k-tdep.c: Add new routines supply_gregset(), fill_gregset(),
40 supply_fpregset(), and fill_fpregset(), which are machine
41 dependent support routines for SVR4 /proc interface.
42
2bc2e684
FF
43 * utils.c: Add warning_setup() and warning(). Warning() behaves
44 the same as error() except that it returns normally rather than
45 jumping back to command level. Modules that don't want to call
46 warning() for some reason, but want to produce their own warnings,
47 can call warning_setup() to ensure compatibility with the way
48 warning() and error() deal with the terminal.
49
eaa1ef1d
FF
50 * symtab.c: Make internal errors produce more useful messages.
51
dcd15e5e
FF
52 * tm-68k.h: Move code that is duplicated in almost every single
53 m68k based machine's configuration files to this common file.
54 Duplications in the configuration files still need to be removed
55 (FIXME).
56
150f5436
FF
57 * infrun.c (child_create_inferior): System V versions must call
58 setpgrp() with no arguments, to comply with prototyping typically
59 in <unistd.h>.
60
cb17dfb1
FF
61 * munch: Add support for SVR4 style nm output.
62
4a35d6e9
FF
63 * dbxread.c, mipsread.c symmisc.c, symtab.c: Remove the object
64 file specific fields from the partial symbol table structure and
65 replace them with a pointer to private data for each different
66 flavor of object file reader to initialize appropriately.
67
0d3e7f60
SG
68Tue Oct 22 18:04:32 1991 Stu Grossman (grossman at cygnus.com)
69
70 * infrun.c (wait_for_inferior): Check return value from
71 find_pc_line.
72
bc6c937d
SG
73Mon Oct 21 17:47:03 1991 Stu Grossman (grossman at cygnus.com)
74
75 * infrun.c (wait_for_inferior): fix stepi/nexti that was broken
76 by my last edit to this routine.
77
44e4e473
SC
78Mon Oct 21 10:04:39 1991 Steve Chamberlain (steve at rtl.cygnus.com)
79
80 * configure.in: added ebmon target.
81
785ce19c 82Wed Oct 16 22:49:58 1991 John Gilmore (gnu at cygnus.com)
a1b8c5d6
JG
83
84 GDB-4.2 release!
85
86 * Makefile.in: Roll VERSION to 4.2.
44e4e473 87 * README, TODO, WHATS.NEW: Update.
a1b8c5d6
JG
88
89 * core.c (core_open): Improve error message for bad file.
90 Pass .reg virtual memory address to fetch_core_registers to help
91 it find the registers in the core-file header.
92 * coredep.c (fetch_core_registers): Take new argument, use it,
93 and pass it to register_addr to locate the block of registers.
785ce19c 94 * xm-mips.h: Update KERNEL_U_ADDR for new scheme. Cleanup a bit.
a1b8c5d6
JG
95
96 * dbxread.c (read_dbx_symtab, process_one_symbol): Handle
97 Sequent N_FN_SEQ like everybody else's N_FN.
98
99 * main.c: Circumvent SCO cc bug with #if !!defined(USG).
100 * tm-i386v.h: #endif guck.
101 * xconfig/i386*: Remove -Dgetpagesize()=4096 kludge.
785ce19c
JG
102 * xconfig/i386sco: Add HAVE_STRSTR to avoid ANSI bdeath.
103 * xconfig/tahoe: Add REGEX, which seems to be missing.
104
105 * coredep.c: Add <sys/types.h> for SCOnix.
106 * dbxread.c (read_dbx_symntab): Avoid coredump on malformed file.
107 * printcmd.c (print_formatted): Flush output before disassembly.
a1b8c5d6 108
93ae2e88
RP
109Tue Oct 15 20:12:32 1991 Roland H. Pesch (pesch at fowanton.cygnus.com)
110
9e0906a6
RP
111 * doc/refcard.tex (sec "Working Files"): consistent metavars and