2001-01-22 Kazu Hirata <kazu@hxi.com>
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
f6427ade
C
12001-01-22 J.T. Conklin <jtc@redback.com>
2
3 * ns32k-tdep.c: #include "frame.h"
4 * config/ns32k/tm-umax.h (FRAME_FIND_SAVED_REGS): Restore. It
5 appears to have been inadvertantly removed sometime in May 1999.
6
7 * Revert 2000-11-09 changes where shared library objects were
8 moved from NATDEPFILES to TDEPFILES on NetBSD targets. While
9 we'd like to be able to debug dynamically linked executables,
10 this makes it impossible to build a cross debugger on a many
11 hosts.
12
13 * config/i386/nbsd.mt: Remove solib.o, solib-svr4.o from TDEPFILES.
14 * config/i386/nbsdelf.mt: Likewise.
15 * config/m68k/nbsd.mt: Likewise.
16 * config/ns32k/nbsd.mt: Likewise.
17 * config/powerpc/nbsd.mt: Likewise.
18 * config/sparc/nbsd.mt: Likewise.
19 * config/sparc/nbsdelf.mt: Likewise.
20 * config/i386/nbsd.mh: Add solib.o, solib-svr4.o to NATDEPFILES.
21 * config/i386/nbsdelf.mh: Likewise.
22 * config/m68k/nbsd.mh: Likewise.
23 * config/ns32k/nbsd.mh: Likewise.
24 * config/powerpc/nbsd.mh: Likewise.
25 * config/sparc/nbsd.mh: Likewise.
26
8052a17a
JM
272001-01-19 Jason Merrill <jason@redhat.com>
28
29 * dbxread.c (read_ofile_symtab): Stay with AUTO_DEMANGLING for G++.
30 (process_one_symbol): Likewise.
31 * dwarfread.c (handle_producer): Likewise.
32
21a6f6bb
AC
33Thu Jan 18 12:08:57 2001 Andrew Cagney <cagney@b1.cygnus.com>
34
35 * configure.in (build_warnings): Disable -Wuninitialized until GDB
36 compiles with -Wuninitialized,-Werror.
37 * configure: Regenerate.
38
39 * MAINTAINERS: Add list of buildable targets.
40
494b7ec9
AC
41Thu Jan 18 12:48:04 2001 Andrew Cagney <cagney@b1.cygnus.com>
42
43 * defs.h (STRCMP): Delete macro.
44
45 * objfiles.c (objfile_relocate): Replace STRCMP with call to
46 strcmp.
47 * symtab.c (lookup_partial_symbol, lookup_block_symbol): Ditto.
48 * symfile.c (compare_symbols): Ditto.
49 * standalone.c (open): Ditto.
50 * remote-es.c (verify_break): Ditto.
51 * cli/cli-decode.c (add_cmd, add_show_from_set): Ditto.
52
53 * symfile.c (compare_psymbols): Delete comment refering to STRCMP.
54
8038e1e2
AC
55Thu Jan 18 12:25:06 2001 Andrew Cagney <cagney@b1.cygnus.com>
56
57 * varobj.c (FREEIF): Delete macro.
58 (varobj_set_value, free_variable): Replace FREEIF with ``xfree''
59 call.
60
ea8d0b28
NC
612001-01-18 Nick Clifton <nickc@redhat.com>
62
63 * arc-tdep.c (arc_cpu_type_table): Add new arc core numbers.
64 (arc_print_insn): No bfd available, so pass NULL to
65 arc_get_disassembler.
66
5dbd9048
JB
672001-01-09 James Ingham <jingham@inghji.apple.com>
68
69 * symtab.c (lookup_symbol_aux): Call lookup_symbol_aux to lookup
70 a mangled symbol rather than recursing into lookup_symbol, since
71 this will just re-unmangle the name & call lookup_symbol_aux -
72 leading to an infinite recursion.
73
28ae27b1
MK
742001-01-18 Mark Kettenis <kettenis@gnu.org>
75
76 * infcmd.c (print_return_value): Restore another space lost by
77 switch to UIOUT. ``$NN='' should be ``$NN =''.
78
6ab3a9c9
AC
79Fri Jan 19 02:31:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
80
81 * target.h (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT)
82 * breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Wrap macro
83 definition in parenthesis.
84
ad6525fc
AC
85Fri Jan 19 02:13:40 2001 Andrew Cagney <cagney@b1.cygnus.com>
86
87 From 2000-10-27 Mark Salter <msalter@redhat.com>:
88 * remote.c (remote_remove_hw_breakpoint): Add 'len' field to Z
89 packet.
90 (remote_insert_hw_breakpoint): Ditto.
91
6259c7e2
C
922001-01-17 J.T. Conklin <jtc@redback.com>
93
94 * config/m68k/tm-nbsd.h (USE_STRUCT_CONVENTION): Define.
9c95b27f 95 (BPT_VECTOR, REMOTE_BPT_VECTOR): Change to 0xf.
6259c7e2
C
96 * config/m68k/nbsd.mt (TDEPFILES): Add m68knbsd-tdep.o.
97 * m68knbsd-tdep.c: New file.
98
99 * i386nbsd-tdep.c: Remove #if 0'd out #includes.
100
101 * m68knbsd-nat.c: #include gdbcore.h.
102
abdcb2a5
AC
103Wed Jan 17 09:41:58 2001 Andrew Cagney <cagney@b1.cygnus.com>
104
105 * MAINTAINERS: Add J.T. Conklin to Blanket Write Privs.
106
e7a8479f
MS
1072001-01-16 Michael Snyder <msnyder@cleaver.cygnus.com>
108
aaeb7efa
MS
109 * procfs.c (procfs_stopped_by_watchpoint): Don't die if process
110 goes away -- just return false (ie. not stopped by watchpoint).
e7a8479f
MS
111 * source.c (openp): Fix typo in comment.
112
7036d6ce
ND
1132001-01-12 Nicholas Duffek <nsd@redhat.com>
114
115 * blockframe.c (generic_get_saved_register): Spelling fix.
116 * frame.h (FRAME_FP): Spelling fix.
117
9549d9c1
AC
118Fri Jan 12 18:29:46 2001 Andrew Cagney <cagney@b1.cygnus.com>
119
120 * infcmd.c (print_return_value): Restore space lost by switch to
121 UIOUT. ``$NN='' should be ``$NN =''.
122
7302a204
ND
1232001-01-08 Nicholas Duffek <nsd@redhat.com>
124
125 * regcache.c (set_register_cached, register_buffer,
126 real_register, pseudo_register fetch_register, store_register):
127 New functions.
128 (register_changed, read_relative_register_raw_bytes_for_frame,
129 registers_changed, registers_fetched, read_register_bytes,
130 read_register_gen, write_register_gen, read_register,
131 read_signed_register, write_register, supply_register): Replace
132 register_valid[] with register_cached() and
133 set_register_cached().
134 (read_register_bytes, read_register_gen, write_register_gen,
135 read_register, read_signed_register, write_register,
136 supply_register): Replace registers[] with register_buffer().
137 (read_register_bytes, read_register_gen, read_register,
138 read_signed_register): Call fetch_register().
139 (write_register_gen, write_register): Call real_register() and
140 store_register().
141 (write_register_bytes): Call store_register().
142 * value.h (set_register_cached, register_buffer): Prototype.
143 * remote.c (remote_fetch_registers): Allocate regs[] with a
144 run-time size. Replace register_valid[] with
145 set_register_cached().
146 (store_register_using_P, remote_store_registers): Replace
147 registers[] with register_buffer().
148
5ebd2499
ND
1492001-01-08 Nicholas Duffek <nsd@redhat.com>
150
151 * regcache.c: Change "write-back" comment to "write-through".
152 Change "regno" to "regnum".
153 (read_register, read_signed_register): Remove "raw" from return
154 value description.
155 (supply_register): Spelling fix.
156 * value.h: Change "regno" to "regnum".
157
1302fd5e
FN
1582001-01-08 Fernando Nasser <fnasser@redhat.com>
159
160 * Makefile.in (install-gdbtk): Add .itcl files to the list of files
161 to be installed.
162
9dcb560c
MS
1632001-01-04 Michael Snyder <msnyder@mvstp600e.cygnus.com>
164
165 * mips-tdep.c (mips_coerce_float_to_double): Fix typo in comment.
166
0e2fb98e
ND
1672001-01-04 Nicholas Duffek <nsd@redhat.com>
168
169 * valops.c (VALUE_SUBSTRING_START): Delete.
170
12cf3f1b
ND
1712001-01-04 Nicholas Duffek <nsd@redhat.com>
172
173 * Makefile.in (SUBDIR_CLI_OBS): Add cli/cli-utils.o.
174 (SUBDIR_CLI_SRCS): Add cli/cli-utils.c.
175 (cli_utils_h): New variable.
176 (cli/cli-utils.o): New rule.
177 * cli/cli-utils.c: New file.
178 * cli/cli-utils.h: New file.
179
cc533b9d
ND
1802001-01-04 Nicholas Duffek <nsd@redhat.com>
181
182 * config/i386/tm-i386.h (REGISTER_CONVERT_TO_VIRTUAL,
183 REGISTER_CONVERT_TO_RAW): Delete trailing semicolon.
184
ad2a4d09
C
1852001-01-03 J.T. Conklin <jtc@redback.com>
186
187 * alphabsd-nat.c, i386-linux-nat.c, i386bsd-nat.c: Fix typo in
188 comment.
189
8140e7ac
MS
1902001-01-02 Michael Snyder <msnyder@cleaver.cygnus.com>
191
d19b71be
MS
192 * sh-tdep.c (sh_extract_return_value): Allow for small return type.
193 (sh_sh4_extract_return_value): Call sh_extract_return_value for
194 non-float types.
779e876b 195 * sparc-tdep.c (sparc_frame_chain): Fix typo in comment.
72e22353
MS
196 Update copyright notice.
197
15f33b66 198For older changes see ChangeLog-2000
c906108c
SS
199\f
200Local Variables:
201mode: change-log
202left-margin: 8
203fill-column: 74
204version-control: never
205End:
This page took 0.346924 seconds and 4 git commands to generate.