* ieee.c: Add global function write_ieee_debugging_info and a
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
ed3b618d
JL
1Mon Jan 8 12:00:40 1996 Jeffrey A Law (law@cygnus.com)
2
3 * infptrace.c (initialize_infptrace): Move function out of
4 #ifdef conditional; put code within the function inside an
5 #ifdef conditional.
436d4143
JL
6
7 * buildsym.c (end_symtab): Remove sort_pending and sort_linevec
8 arguments. Sorting is now dependent on OBJF_REORDERED. All
9 callers/references changed.
10 * dbxread.c (read_ofile_symtab): Correctly determine value for
11 last_source_start_addr for reordered executables.
12 (process_one_symbol): Handle N_FUN with no name as an end of
13 function marker.
14 * partial-stab.h (case N_FN, N_TEXT): Don't assume CUR_SYMBOL_VALUE
15 is the high text address for a psymtab.
16 (case N_SO): Likewise.
17 (case N_FUN): Handle N_FUN with no name as an end of function
18 marker.
19 * minsyms.c (lookup_minimal_symbol_by_pc): Examine all symbols
20 at the same address rather than a random subset of them.
21 * coffread.c (coff_symfile_init): Set OBJF_REORDERED.
22 * elfread.c (elf_symfile_init): Similarly.
23 * somread.c (som_symfile_init): Similarly.
24 * xcoffread.c (xcoff_symfile_init): Similarly.
25
5351b2a0
SG
26Fri Jan 5 17:46:01 1996 Stu Grossman (grossman@cygnus.com)
27
28 * stack.c (print_stack_frame print_frame_info) symmisc.c
29 (dump_symtab): Change RETURN_MASK_ERROR to RETURN_MASK_ALL so
30 that catch_errors doesn't get blindsided by QUIT and lose the
31 cleanup chain. This fixes a problem where ^C while in a
32 user-defined command sometimes leaves instream NULL and causes a
33 segfault in command_loop.
34
127841e4
BK
35Fri Jan 5 13:59:16 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
36
37 * configure.in, configure: Add `-ldl -lw' for Solaris linking.
38
6b4fe21d
SC
39Fri Jan 5 12:02:00 1996 Steve Chamberlain <sac@slash.cygnus.com>
40
41 * config/sh/sh.mt, config/powerpc/*.mt, config/pa/hppapro.mt,
42 config/m68k/monitor.mt, config/h8500/h8500.mt, config/h8300/h8300.mt:
43 srec.o renamed to dsrec.o.
44
0fe1522a
SG
45Thu Jan 4 16:04:54 1996 Stu Grossman (grossman@cygnus.com)
46
47 * breakpoint.c (remove_breakpoint): Change error to warning so
48 that hardware watchpoint removal problems won't leave breakpoint
49 traps in the target.
d039321c 50start-sanitize-gdbtk
0fe1522a 51 * configure configure.in: Make --enable-gdbtk be the default.
d039321c 52end-sanitize-gdbtk
0fe1522a
SG
53 * remote-e7000.c (e7000_insert_breakpoint,
54 e7000_remove_breakpoint): Use e7000 based breakpoints, not memory
55 breakpoints.
56 * (e7000_wait): Adjust PC back by two when we see a breakpoint to
57 compensate for e7000 maladjustment.
58 * sparcl-tdep.c (sparclite_check_watch_resources): Fix logic bug
59 which prevented hardware watchpoints from working.
60
7531f36e
FF
61Thu Jan 4 10:44:17 1996 Fred Fish <fnf@cirdan.cygnus.com>
62
63 * infptrace.c (udot_info): New function.
64 (PT_*): Define each individually if that one is not defined.
7531f36e
FF
65 * rs6000-nat.c (kernel_u_size): New function
66 Include <sys/user.h> for "struct user"
7531f36e
FF
67 * alpha-nat.c (kernel_u_size): New function.
68 Include <sys/user.h> for "struct user"
7531f36e
FF
69 * sparc-nat.c (kernel_u_size): New function.
70 Include <sys/user.h> for "struct user"
7531f36e 71 * i386b-nat.c (kernel_u_size): New function.
7531f36e 72 * i386v-nat.c (kernel_u_size): New function.
7531f36e
FF
73 * config/i386/nm-fbsd.h (KERNEL_U_SIZE): Define.
74 (kernel_u_size): Declare.
7531f36e
FF
75 * config/i386/nm-linux.h (KERNEL_U_SIZE): Define.
76 (kernel_u_size): Declare.
7531f36e
FF
77 * config/sparc/nm-sun4os4.h (KERNEL_U_SIZE): Define.
78 (kernel_u_size): Declare.
7531f36e
FF
79 * config/alpha/nm-osf2.h (KERNEL_U_SIZE): Define.
80 (kernel_u_size): Declare.
7531f36e
FF
81 * config/rs6000/nm-rs6000.h (KERNEL_U_SIZE): Define.
82 (kernel_u_size): Declare.
7531f36e 83
1750a5ef
SC
84Thu Jan 4 11:00:01 1996 steve chamberlain <sac@slash.cygnus.com>
85
86 * mdebugread.c (mylookup_symbol): enum namespace becomes
87 enum_namespace type.
88 * symfile.c (add_psymbol_to_list)
89 (add_psymbol_addr_to_list): Ditto.
90 * symtab.c (lookup_partial_symbol): Ditto.
91 (lookup_symbol): Ditto.
92 (lookup_block_symbol): Ditto.
93 * win32-nat.c (handle_load_dll): Use incoming dll base.
94 (child_wait): Catch DLL load errors.
95 (create_child_inferior): Translated between paths correctly.
96
e33aefba
FF
97Wed Jan 3 23:13:53 1996 Fred Fish <fnf@cygnus.com>
98
99 * i386v4-nat.c (supply_gregset, fill_gregset): Subtract NUM_FREGS
100 from NUM_REGS to get number of general registers that we care about.
e33aefba
FF
101 * config/i386/tm-i386.h (REGISTER_BYTES): Define in terms
102 of number of general regs and number of floating point regs.
e33aefba 103
e02a2ad9
SC
104Wed Jan 3 19:49:54 1996 steve chamberlain <sac@slash.cygnus.com>
105
a3b64bf9
SC
106 * config/i386/tm-win32.h (IN_SOLIB_CALL_TRAMPOLINE): New.
107 (SKIP_TRAMPOLINE_CODE): New.
108 * config/i386/xm-win32.h (CANT_FORK): Deleted.
109 (SLASH*) Changed to use unix style slash.
e02a2ad9
SC
110 * symtab.h (namespace enum): becomes typedef to avoid namespace
111 collision in C++.
112 * infcmd.c (path_command): Use empty string if PATH name not set.
113 * i386-tdep.c (skip_trampoline_code): New function.
114 * srec.c: Renamed dsrec.c to avoid filename collision.
115 * Makefile.in: Cope with renaming.
e02a2ad9 116
ef4d6187 117Wed Jan 3 13:09:04 1996 Fred Fish <fnf@cygnus.com>
5eccb7dc 118
ef4d6187
FF
119 * symmisc.c (print_objfile_statistics): Print memory use statistics
120 for objfile psymbol, symbol, and type obstacks.
5eccb7dc 121
ef4d6187 122Tue Jan 2 13:41:14 1996 Stan Shebs <shebs@andros.cygnus.com>
3dcd429f 123
ef4d6187
FF
124 * config/mips/nm-irix5.h: Restore.
125 (TARGET_HAS_HARDWARE_WATCHPOINTS, etc): Define as for Irix 4;
126 from Lee Iverson <leei@ai.sri.com>.
127 * config/mips/irix5.mh (NAT_FILE): Use nm-irix5.h.
128 * config/mips/irix[345].mh (MUNCH_DEFINE): Remove.
3dcd429f 129
ef4d6187 130For older changes see ChangeLog-95
bd5635a1
RP
131\f
132Local Variables:
133mode: indented-text
134left-margin: 8
135fill-column: 74
136version-control: never
137End:
This page took 0.341703 seconds and 4 git commands to generate.