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