7462a76186d9b818fbb33a6555f7a290f82a3653
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 Mon 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.
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
26 Fri 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
35 Fri Jan 5 13:59:16 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
36
37 * configure.in, configure: Add `-ldl -lw' for Solaris linking.
38
39 Fri 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
45 Thu 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.
50 start-sanitize-gdbtk
51 * configure configure.in: Make --enable-gdbtk be the default.
52 end-sanitize-gdbtk
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
61 Thu 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.
65 * rs6000-nat.c (kernel_u_size): New function
66 Include <sys/user.h> for "struct user"
67 * alpha-nat.c (kernel_u_size): New function.
68 Include <sys/user.h> for "struct user"
69 * sparc-nat.c (kernel_u_size): New function.
70 Include <sys/user.h> for "struct user"
71 * i386b-nat.c (kernel_u_size): New function.
72 * i386v-nat.c (kernel_u_size): New function.
73 * config/i386/nm-fbsd.h (KERNEL_U_SIZE): Define.
74 (kernel_u_size): Declare.
75 * config/i386/nm-linux.h (KERNEL_U_SIZE): Define.
76 (kernel_u_size): Declare.
77 * config/sparc/nm-sun4os4.h (KERNEL_U_SIZE): Define.
78 (kernel_u_size): Declare.
79 * config/alpha/nm-osf2.h (KERNEL_U_SIZE): Define.
80 (kernel_u_size): Declare.
81 * config/rs6000/nm-rs6000.h (KERNEL_U_SIZE): Define.
82 (kernel_u_size): Declare.
83
84 Thu 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
97 Wed 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.
101 * config/i386/tm-i386.h (REGISTER_BYTES): Define in terms
102 of number of general regs and number of floating point regs.
103
104 Wed Jan 3 19:49:54 1996 steve chamberlain <sac@slash.cygnus.com>
105
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.
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.
116
117 Wed Jan 3 13:09:04 1996 Fred Fish <fnf@cygnus.com>
118
119 * symmisc.c (print_objfile_statistics): Print memory use statistics
120 for objfile psymbol, symbol, and type obstacks.
121
122 Tue Jan 2 13:41:14 1996 Stan Shebs <shebs@andros.cygnus.com>
123
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.
129
130 For older changes see ChangeLog-95
131 \f
132 Local Variables:
133 mode: indented-text
134 left-margin: 8
135 fill-column: 74
136 version-control: never
137 End:
This page took 0.060297 seconds and 4 git commands to generate.