]>
Commit | Line | Data |
---|---|---|
437b434f KB |
1 | 2004-01-19 Kevin Buettner <[email protected]> |
2 | ||
3 | * target.c (default_region_size_ok_for_hw_watchpoint): Compare | |
4 | the region size against the size of a pointer, not the size of | |
5 | a register as given by DEPRECATED_REGISTER_SIZE. | |
6 | ||
55fb0713 AC |
7 | 2004-01-19 Andrew Cagney <[email protected]> |
8 | ||
9 | * tui/tui-regs.h: Include "tui-data.h". | |
10 | (tuiFirstRegElementNoInLine): Delete declaration. | |
11 | (tui_display_registers_from): Rename tuiDisplayRegistersFrom. | |
12 | (tui_last_regs_line_no): Rename tuiLastRegsLineNo. | |
13 | (tui_line_from_reg_element_no): Rename tuiLineFromRegElementNo. | |
14 | (tui_calculate_regs_column_count): Rename | |
15 | tuiCalculateRegsColumnCount. | |
16 | (tui_check_register_values): Rename tuiCheckRegisterValues. | |
17 | (tui_show_registers): Rename tuiShowRegisters. | |
18 | (tui_display_registers_from_line): Rename | |
19 | tuiDisplayRegistersFromLine. | |
20 | (tui_first_reg_element_inline): Rename tuiFirstRegElementInLine. | |
21 | (tui_toggle_float_regs): Rename tuiToggleFloatRegs. | |
22 | (tui_first_reg_element_no_inline): Rename | |
23 | tuiFirstRegElementNoInLine. | |
24 | * tui/tui-data.h: Update copyright. | |
25 | (enum tui_register_display_type): Rename _TuiRegisterDisplayType. | |
26 | * tui/tui-windata.c: Update copyright, update references. | |
27 | * tui/tui-regs.c: Update copyright, update references. | |
28 | * tui/tui-win.c: Update copyright, update references. | |
29 | * tui/tui-layout.c: Update copyright, update references. | |
30 | ||
cebe9500 AC |
31 | 2004-01-18 Andrew Cagney <[email protected]> |
32 | ||
bcdf1568 AC |
33 | * tui/tui-io.c: Update copyright. |
34 | (key_is_end_sequence, key_is_backspace): New functions. | |
35 | (key_is_command_char, key_is_start_sequence): New function. | |
36 | (tui_getc): Update references. | |
37 | * tui/tui-io.h: Update copyright. | |
38 | (m_tuiStartNewLine): Delete macro. | |
39 | (m_isBackspace, m_isDeleteChar): Delete macros. | |
40 | (m_isDeleteLine, m_isDeleteToEol): Delete macros. | |
41 | (m_isNextPage, m_isPrevPage): Delete macros. | |
42 | (m_isLeftArrow, m_isRightArrow): Delete macros. | |
43 | (m_isXdbStyleCommandChar): Delete macro. | |
44 | (key_is_start_sequence): Declare, replace m_isStartSequence. | |
45 | (key_is_end_sequence): Declare, replace m_isEndSequence. | |
46 | (key_is_backspace): Declare ,replace m_isBackspace. | |
47 | (key_is_command_char): Declare, replace m_isCommandChar. | |
48 | * tui/tui-command.c: Update copyright. | |
49 | (tuiDispatchCtrlChar): Update references. | |
50 | ||
130d87e6 AC |
51 | * config/djgpp/fnchange.lst: Delete tui/tuiSourceWin.c and |
52 | tuiSourceWin.h. | |
53 | ||
d7b2e967 AC |
54 | * tui/tui-command.c: Rename tui/tuiCommand.c. |
55 | * tui/tui-command.h: Rename tui/tuiCommand.h. | |
56 | * tui/tui-data.c: Rename tui/tuiData.c. | |
57 | * tui/tui-data.h: Rename tui/tuiData.h. | |
58 | * tui/tui-disasm.c: Rename tui/tuiDisassem.c. | |
59 | * tui/tui-disasm.h: Rename tui/tuiDisassem.h. | |
60 | * tui/tui-io.c: Rename tui/tuiIO.c. | |
61 | * tui/tui-io.h: Rename tui/tuiIO.h. | |
62 | * tui/tui-layout.c: Rename tui/tuiLayout.c. | |
63 | * tui/tui-layout.h: Rename tui/tuiLayout.h. | |
64 | * tui/tui-regs.c: Rename tui/tuiRegs.c. | |
65 | * tui/tui-regs.h: Rename tui/tuiRegs.h. | |
66 | * tui/tui-source.c: Rename tui/tuiSource.c. | |
67 | * tui/tui-source.h: Rename tui/tuiSource.h. | |
68 | * tui/tui-stack.c: Rename tui/tuiStack.c. | |
69 | * tui/tui-stack.h: Rename tui/tuiStack.h. | |
70 | * tui/tui-win.c: Rename tui/tuiWin.c. | |
71 | * tui/tui-win.h: Rename tui/tuiWin.h. | |
72 | * tui/tui-windata.c: Rename tui/tuiDataWin.c. | |
73 | * tui/tui-windata.h: Rename tui/tuiDataWin.h. | |
74 | * tui/tui-wingeneral.c: Rename tui/tuiGeneralWin.c. | |
75 | * tui/tui-wingeneral.h: Rename tui/tuiGeneralWin.h. | |
76 | * tui/tui-winsource.c: Rename tui/tuiSourceWin.c. | |
77 | * tui/tui-winsource.h: Rename tui/tuiSourceWin.h. | |
78 | * tui/tui-file.c: Update includes. | |
79 | * tui/tui-hooks.c: Update includes. | |
80 | * tui/tui-interp.c: Update includes. | |
81 | * tui/tui.c: Update includes. | |
82 | * Makefile.in: Update all tui/ dependencies. | |
83 | (SUBDIR_TUI_OBS, SUBDIR_TUI_SRCS): Update file names. | |
84 | ||
b2100910 AC |
85 | * Makefile.in: Update copyright. Update dependencies. |
86 | ||
cebe9500 AC |
87 | * tui/tuiSourceWin.c (tui_update_breakpoint_info): Fix compile |
88 | problem. | |
89 | ||
c6f0559b AC |
90 | 2004-01-18 Andrew Cagney <[email protected]> |
91 | ||
43e9390b AC |
92 | * mn10300-tdep.c (_initialize_mn10300_tdep): Call gdbarch_register |
93 | instead of register_gdbarch_init. | |
94 | ||
c6f0559b AC |
95 | * remote-sds.c (tohex): Delete unused function. Update copyright. |
96 | * xstormy16-tdep.c (xstormy16_register_virtual_size): Ditto. | |
97 | * v850-tdep.c (v850_register_virtual_size): Ditto. | |
98 | * target.c (normal_target_post_startup_inferior): Ditto. | |
99 | * source.c (ambiguous_line_spec): Ditto. | |
100 | * remote.c (adapt_remote_get_threadinfo): Ditto. | |
101 | * mi/mi-out.c (out_field_fmt): Ditto. | |
102 | * mi/mi-interp.c (mi_interp_read_one_line_hook): Ditto. | |
103 | (output_control_change_notification): Ditto. | |
104 | * m68k-tdep.c (m68k_register_byte): Ditto. | |
105 | (m68k_remote_breakpoint_from_pc): Ditto. | |
106 | * ui-out.c (init_ui_out_state): Delete unused declaration. | |
107 | * stabsread.c (search_value): Ditto. | |
108 | * mi/mi-cmd-env.c (env_cli_command): Ditto. | |
109 | * maint.c (print_section_table): Ditto. | |
110 | * infrun.c (set_follow_fork_mode_command): Ditto. | |
111 | ||
a8504492 MK |
112 | 2004-01-18 Mark Kettenis <[email protected]> |
113 | ||
114 | * dwarf2-frame.c (execute_cfa_program): Move DWA_CFA_nop before | |
115 | DW_CFA_def_cfa_exporession. Add support for | |
116 | DW_CFA_offset_extendend_sf, DW_CFA_def_cfa_sf and | |
117 | DW_CFA_def_cfa_offset_sf. This should fix PR backtrace/1391. | |
118 | ||
0bd8997e AC |
119 | 2004-01-18 Andrew Cagney <[email protected]> |
120 | ||
121 | * ocd.c: Update copyright. | |
122 | (bdm_read_register_command): Delete unused function. | |
123 | (_initialize_remote_ocd): Delete commented out reference. | |
124 | (get_quoted_char, reset_packet): Delete #if0ed function. | |
125 | (output_packet, put_quoted_char): Delete #if0ed function. | |
126 | (stu_put_packet, stu_get_packet): Delete #if0ed function. | |
127 | (ocd_start_remote): Delete #if0ed code, remove #if1 wrapper. | |
128 | (BDM_BREAKPOINT): Delete #if0ed macro. | |
129 | (remote_timeout): Delete #if0ed variable. | |
130 | ||
31bb40e4 MK |
131 | 2004-01-18 Mark Kettenis <[email protected]> |
132 | ||
133 | * Makefile.in (ALLDEPFILES): Remove core-sol2.c. | |
134 | (core-sol2.o): Remove dependency. | |
135 | * core-sol2.c: Remove file. | |
136 | ||
887432a5 AC |
137 | 2004-01-17 Andrew Cagney <[email protected]> |
138 | ||
139 | * mdebugread.c (compare_blocks): Make addr_diff a LONGEST. | |
140 | * block.h: Make GLOBAL_BLOCK, STATIC_BLOCK, FIRST_LOCAL_BLOOCK | |
141 | enums. | |
142 | ||
29182b13 DJ |
143 | 2004-01-17 Daniel Jacobowitz <[email protected]> |
144 | ||
145 | * remote.c: Update copyright years. | |
146 | ||
2963ee1d DJ |
147 | 2004-01-17 Daniel Jacobowitz <[email protected]> |
148 | ||
149 | * remote.c (remote_vcont_resume): Use xstrprintf instead of sprintf. | |
150 | ||
79d45cd4 AC |
151 | 2004-01-17 Andrew Cagney <[email protected]> |
152 | ||
ee300cd4 AC |
153 | * mdebugread.c: Update copyright. |
154 | (parse_symbol): Replace DEPRECATED_STREQ with strcmp. | |
155 | (parse_type, parse_procedure): Ditto. | |
156 | (parse_partial_symbols, psymtab_to_symtab_1): Ditto. | |
157 | ||
fcacc9c2 AC |
158 | * cris-tdep.c (cris_store_struct_return): Put back accidently |
159 | deleted function. | |
160 | ||
79d45cd4 AC |
161 | * gdbarch.sh: Update copyright year. |
162 | * gdbarch.h, gdbarch.c: Re-generate. | |
163 | ||
b263358a DJ |
164 | 2004-01-17 Daniel Jacobowitz <[email protected]> |
165 | ||
166 | Suggested by George Anzinger. | |
167 | * dwarf2expr.c (execute_stack_op): Fetch the second item from the | |
168 | correct stack offset. Include unknown opcode numbers in the error | |
169 | message. | |
170 | ||
931aecf5 AC |
171 | 2004-01-17 Andrew Cagney <[email protected]> |
172 | ||
173 | * x86-64-tdep.c (x86_64_init_abi): No need to clear | |
174 | extract_struct_value_address, i386 does not set it. | |
175 | * sparc64-tdep.c (sparc64_init_abi): Do not set | |
176 | extract_struct_value_address, never called. | |
177 | (sparc64_extract_struct_value_address): Delete function. | |
178 | * m68hc11-tdep.c: Update copyright. | |
179 | (m68hc11_gdbarch_init): Delete redundant assignment of | |
180 | extract_struct_value_address. | |
181 | * i386-tdep.c: Update copyright. | |
182 | (i386_gdbarch_init): Do not set extract_struct_value_address, | |
183 | never called. | |
184 | (i386_extract_struct_value_address): Delete function. | |
185 | * sparc-tdep.c (sparc32_gdbarch_init): Do not set | |
186 | extract_struct_value_address, never called. | |
187 | (sparc32_extract_struct_value_address): #if 0 function. Add | |
188 | comments explaining its future. | |
189 | ||
756fe439 DJ |
190 | 2004-01-17 Daniel Jacobowitz <[email protected]> |
191 | ||
192 | * arm-tdep.c (arm_write_pc): New function. | |
193 | (arm_gdbarch_init): Call set_gdbarch_write_pc. | |
194 | ||
e74f0f02 DJ |
195 | 2004-01-17 Daniel Jacobowitz <[email protected]> |
196 | ||
197 | * breakpoint.c (must_shift_inst_regs): Delete. | |
198 | (bpstat_stop_status): Delete references to DECR_PC_AFTER_HW_BREAK | |
199 | and SHIFT_INST_REGS. | |
200 | * infcmd.c (step_1, step_1_continuation): Delete references to | |
201 | SHIFT_INST_REGS. | |
202 | * infrun.c (keep_going): Likewise. | |
203 | * target.h (DECR_PC_AFTER_HW_BREAK): Don't define. | |
204 | * config/i386/nm-i386.h (DECR_PC_AFTER_HW_BREAK): Likewise. | |
205 | ||
b6cb9035 AC |
206 | 2004-01-17 Andrew Cagney <[email protected]> |
207 | ||
444a1e2e AC |
208 | * gdbarch.sh (DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS): Delete. |
209 | * gdbarch.h, gdbarch.c: Re-generate. | |
210 | * infcmd.c (print_return_value): Delete reference to | |
211 | DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS. | |
212 | ||
def7e6ed AC |
213 | * cris-tdep.c (cris_gdbarch_init): Do not set |
214 | deprecated_extract_struct_value_address. | |
215 | ||
07be497a AC |
216 | * xstormy16-tdep.c: Update copyright. |
217 | (xstormy16_extract_struct_value_address): Update to current | |
218 | extract struct value address interface. | |
219 | (xstormy16_gdbarch_init): Set extract_struct_value_address. | |
220 | * sh64-tdep.c (sh64_extract_struct_value_address): Update to | |
221 | current extract struct value address interface. | |
222 | (sh64_gdbarch_init): Set extract_struct_value_address. | |
223 | ||
6b4d5c91 AC |
224 | * cris-tdep.c: Update copyright. |
225 | (cris_extract_struct_value_address): Delete function. | |
226 | (struct_return_address): Delete variable. | |
227 | (cris_store_struct_return): Do not set struct_return_address. | |
228 | ||
464e0365 AC |
229 | * mcore-tdep.c: Update copyright. |
230 | (mcore_extract_struct_value_address): Delete function. Update | |
231 | comments. | |
232 | (mcore_gdbarch_init): Update. | |
233 | * mn10300-tdep.c: Update copyright. | |
234 | (mn10300_extract_struct_value_address): Delete function. | |
235 | (mn10300_gdbarch_init): Update. | |
236 | * v850-tdep.c: Update copyright. | |
237 | (v850_extract_struct_value_address): Delete. | |
238 | (v850_gdbarch_init): Update. | |
239 | * ns32k-tdep.c: Update copyright. | |
240 | (ns32k_extract_struct_value_address): Delete. | |
241 | (ns32k_gdbarch_init): Update. | |
242 | * hppa-tdep.c (hppa_extract_struct_value_address): Delete. | |
243 | (hppa_gdbarch_init): Update. | |
244 | * vax-tdep.c: Update copyright. | |
245 | (vax_extract_struct_value_address): Delete. | |
246 | (vax_gdbarch_init): Update. | |
247 | ||
afb18d0f AC |
248 | * gdbarch.sh (DEPRECATED_NPC_REGNUM): Delete. |
249 | * gdbarch.h, gdbarch.c: Re-generate. | |
250 | * procfs.c (procfs_fetch_registers): Delete reference to | |
251 | DEPRECATED_NPC_REGNUM. | |
252 | (procfs_store_registers): Ditto. | |
253 | * regcache.c (generic_target_write_pc): Simplify. | |
254 | * lynx-nat.c: Delete #ifdef SPARC code. Not used. | |
255 | ||
a698f53e AC |
256 | * core-sol2.c (fetch_core_registers): Replace |
257 | DEPRECATED_NPC_REGNUM with equivalent tdep value. | |
258 | ||
adc11376 AC |
259 | * hppa-tdep.c: Update copyright year. |
260 | (hppa_target_write_pc): Use PCOQ_TAIL_REGNUM instead of | |
261 | NPC_REGNUM. | |
262 | (hppa_gdbarch_init): Do not set deprecated_npc_regnum. | |
263 | ||
b6cb9035 AC |
264 | * mips-tdep.c (mips_write_pc): New function. |
265 | (mips_gdbarch_init): Set "write_pc" to "mips_write_pc". | |
266 | (mips_read_pc): Use mips_regnum instead of PC_REGNUM. | |
267 | (mips_find_saved_regs, mips_software_single_step: Ditto. | |
268 | (mips_frame_saved_pc, mips_frame_saved_pc): Ditto. | |
269 | mips_init_extra_frame_info, mips_pop_frame): Ditto. | |
270 | ||
6d82d43b AC |
271 | 2004-01-17 Andrew Cagney <[email protected]> |
272 | ||
273 | * mips-tdep.c: Re-indent. Group functions by ABI. | |
274 | ||
71bd6bd4 AC |
275 | 2004-01-17 Andrew Cagney <[email protected]> |
276 | ||
277 | * gdbarch.sh (DECR_PC_AFTER_BREAK): Make zero the default. | |
278 | * gdbarch.c: Re-generate. | |
279 | * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set | |
280 | DECR_PC_AFTER_BREAK to zero. | |
281 | * vax-tdep.c (vax_gdbarch_init): Ditto. | |
282 | * v850-tdep.c (v850_gdbarch_init): Ditto. | |
283 | * sparc-tdep.c (sparc32_gdbarch_init): Ditto. | |
284 | * sh64-tdep.c (sh64_gdbarch_init): Ditto. | |
285 | * sh-tdep.c (sh_gdbarch_init): Ditto. | |
286 | * rs6000-tdep.c (rs6000_gdbarch_init): Ditto. | |
287 | * ns32k-tdep.c (ns32k_gdbarch_init): Ditto. | |
288 | * mn10300-tdep.c (mn10300_gdbarch_init): Ditto. | |
289 | * mips-tdep.c (mips_gdbarch_init): Ditto. | |
290 | * mcore-tdep.c (mcore_gdbarch_init): Ditto. | |
291 | * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto. | |
292 | * m32r-tdep.c (m32r_gdbarch_init): Ditto. | |
293 | * ia64-tdep.c (ia64_gdbarch_init): Ditto. | |
294 | * i386-interix-tdep.c (i386_interix_init_abi): Ditto. | |
295 | * hppa-tdep.c (hppa_gdbarch_init): Ditto. | |
296 | * h8300-tdep.c (h8300_gdbarch_init): Ditto. | |
297 | * frv-tdep.c (frv_gdbarch_init): Ditto. | |
298 | * cris-tdep.c (cris_gdbarch_init): Ditto. | |
299 | * avr-tdep.c (avr_gdbarch_init): Ditto. | |
300 | * arm-tdep.c (arm_gdbarch_init): Ditto. | |
301 | * i386-nto-tdep.c (i386nto_init_abi): Add comment. | |
302 | ||
a02abb62 JB |
303 | 2004-01-17 J. Brobecker <[email protected]> |
304 | ||
305 | * dwarf2read.c (dwarf2_non_const_array_bound_ignored_complaint): | |
306 | Delete, no longer used. | |
307 | (read_subrange_type): New function, mostly extracted from | |
308 | read_array_type(). | |
309 | (read_array_type): Replace extracted code by call to | |
310 | read_subrange_type(). | |
311 | (dwarf2_get_attr_constant_value): New function. | |
312 | (scan_partial_symbols): Add handling for DW_TAG_subrange_type. | |
313 | (add_partial_symbol): Likewise. | |
314 | (process_die): Likewise. | |
315 | (new_symbol): Likewise. | |
316 | (read_type_die): Likewise. | |
317 | ||
cf5b2f1b AC |
318 | 2004-01-16 Andrew Cagney <[email protected]> |
319 | ||
320 | * symfile.c: Update copyright year. | |
321 | (compare_symbols): Delete unused function. | |
322 | * stabsread.c: Update copyright year. | |
323 | (lrs_general_complaint): Delete unused function. | |
324 | (ref_search_value): Ditto. | |
325 | (get_substring): Delete declaration. | |
326 | * sh64-tdep.c: Update copyright year. | |
327 | (sh64_get_gdb_regnum): Delete unused function. | |
328 | * dwarf2read.c (dwarf2_unsupported_at_frame_base_complaint): | |
329 | Delete unused function. | |
330 | ||
d33b9831 MK |
331 | 2004-01-17 Mark Kettenis <[email protected]> |
332 | ||
333 | * defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF. | |
334 | * osabi.c (gdb_osabi_names): Add "OpenBSD ELF". | |
335 | ||
7aea86e6 AC |
336 | 2004-01-16 Andrew Cagney <[email protected]> |
337 | ||
338 | Changes from Peter Schauer. | |
339 | * rs6000-tdep.c: Update copyright year. | |
340 | (rs6000_push_dummy_call): Update the stack pointer before | |
341 | accessing the corresponding stack region. | |
342 | * rs6000-nat.c: Update copyright year. | |
343 | (set_host_arch): Set "info.abfd" to "exec_bfd". | |
344 | ||
26b0da32 MK |
345 | 2004-01-15 Mark Kettenis <[email protected]> |
346 | ||
347 | * blockframe.c: Update copyright year. | |
348 | (inside_entry_func): Don't treat a zero PC specially. | |
349 | ||
86fbe6cc EZ |
350 | 2004-01-14 Elena Zannoni <[email protected]> |
351 | ||
352 | * gcore.c (gcore_copy_callback): Use paddr_d to print size | |
353 | variable. | |
354 | (gcore_create_callback): Ditto. Skip any memory segment that has | |
355 | no permissions set. | |
356 | ||
63d06c5c DC |
357 | 2004-01-14 David Carlton <[email protected]> |
358 | ||
359 | Change symbols for C++ nested types to contain the fully qualified | |
360 | name, if possible. (At least in the DWARF-2 case.) Partial fix | |
361 | for PR's c++/57, c++/488, c++/539, c++/573, c++/609, c++/832, | |
362 | c++/895. | |
363 | * c-exp.y (qualified_type): Handle types nested within classes. | |
364 | * cp-namespace.c: Update comments. | |
365 | (cp_set_block_scope): Delete #if 0. | |
366 | (cp_lookup_nested_type): Handle types nested within classes. | |
367 | * dwarf2read.c: (scan_partial_symbols): Call add_partial_structure | |
368 | when appropriate. | |
369 | (add_partial_symbol): Add the name of the enclosing namespace to | |
370 | types. | |
371 | (pdi_needs_namespace): New. | |
372 | (add_partial_namespace): Tweak comment. | |
373 | (add_partial_structure): New. | |
374 | (psymtab_to_symtab_1): Initialize processing_current_prefix | |
375 | here... | |
376 | (process_die): instead of here. | |
377 | (read_structure_scope): Try to figure out the name of the class or | |
378 | namespace that the structure might be defined within. | |
379 | (read_enumeration): Generate fully-qualified names, if possible. | |
380 | (read_namespace): Don't set name to NULL. | |
381 | (die_specification): New. | |
382 | (new_symbol): Generate fully-qualified names for types. | |
383 | (read_type_die): Determine appropriate prefix. | |
384 | (determine_prefix): New. | |
385 | (typename_concat): New. | |
386 | (class_name): New. | |
387 | * valops.c (value_aggregate_elt): Pass NOSIDE to | |
388 | value_struct_elt_for_reference. | |
389 | (value_struct_elt_for_reference): Make static, add NOSIDE | |
390 | parameter, call value_maybe_namespace_elt as a last resort. | |
391 | (value_namespace_elt): Break out code into | |
392 | value_maybe_namespace_elt. | |
393 | (value_maybe_namespace_elt): New. | |
394 | ||
87783b8b AC |
395 | 2004-01-12 Andrew Cagney <[email protected]> |
396 | ||
397 | * mips-tdep.c (mips_convert_register_p): Handle both raw and | |
398 | cooked floating-point registers. | |
399 | (mips_gdbarch_init): Set convert_register_p, register_to_value, | |
400 | and value_to_register. | |
401 | ||
6503b91e AC |
402 | 2004-01-13 Andrew Cagney <[email protected]> |
403 | ||
404 | * gdbarch.sh (FUNCTION_START_OFFSET): Make zero the default. | |
405 | * gdbarch.c: Re-generate. | |
406 | * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set | |
407 | FUNCTION_START_OFFSET. | |
408 | * v850-tdep.c (v850_gdbarch_init): Ditto. | |
409 | * sparc-tdep.c (sparc32_gdbarch_init): Ditto. | |
410 | * sh64-tdep.c (sh64_gdbarch_init): Ditto. | |
411 | * sh-tdep.c (sh_gdbarch_init): Ditto. | |
412 | * s390-tdep.c (s390_gdbarch_init): Ditto. | |
413 | * rs6000-tdep.c (rs6000_gdbarch_init): Ditto. | |
414 | * ns32k-tdep.c (ns32k_gdbarch_init): Ditto. | |
415 | * mn10300-tdep.c (mn10300_gdbarch_init): Ditto. | |
416 | * mips-tdep.c (mips_gdbarch_init): Ditto. | |
417 | * mcore-tdep.c (mcore_gdbarch_init): Ditto. | |
418 | * m68k-tdep.c (m68k_gdbarch_init): Ditto. | |
419 | * m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto. | |
420 | * m32r-tdep.c (m32r_gdbarch_init): Ditto. | |
421 | * ia64-tdep.c (ia64_gdbarch_init): Ditto. | |
422 | * i386-tdep.c (i386_gdbarch_init): Ditto. | |
423 | * hppa-tdep.c (hppa_gdbarch_init): Ditto. | |
424 | * h8300-tdep.c (h8300_gdbarch_init): Ditto. | |
425 | * frv-tdep.c (frv_gdbarch_init): Ditto. | |
426 | * d10v-tdep.c (d10v_gdbarch_init): Ditto. | |
427 | * cris-tdep.c (cris_gdbarch_init): Ditto. | |
428 | * avr-tdep.c (avr_gdbarch_init): Ditto. | |
429 | * arm-tdep.c (arm_gdbarch_init): Ditto. | |
430 | * alpha-tdep.c (alpha_gdbarch_init): Ditto. | |
431 | ||
ea1dd7bc DJ |
432 | 2004-01-13 Daniel Jacobowitz <[email protected]> |
433 | ||
434 | * infrun.c (follow_fork_mode_ask): Remove. | |
435 | (follow_fork_mode_kind_names): Remove follow_fork_mode_ask. | |
436 | (follow_fork): Simplify and remove internal error for | |
437 | follow_fork_mode_ask. | |
438 | (_initialize_infrun): Update "set follow-fork-mode" help text. | |
439 | ||
0f0cffd2 AC |
440 | 2004-01-13 Andrew Cagney <[email protected]> |
441 | ||
442 | * configure.in: Update copyright year. | |
443 | (build_warnings): Add -Wunused-label. | |
444 | * configure: Re-generate. | |
445 | ||
de38af99 AC |
446 | 2004-01-12 Andrew Cagney <[email protected]> |
447 | ||
954a7fba AC |
448 | * exec.h (exec_ops): Make "extern". |
449 | ||
de38af99 AC |
450 | * mips-tdep.c (mips_pseudo_register_read): Don't return a value, |
451 | the function is void. | |
452 | (mips_pseudo_register_write): Ditto. | |
453 | ||
1a111ce3 AC |
454 | 2004-01-12 Andrew Cagney <[email protected]> |
455 | ||
456 | * stack.c (frame_info): Delete DEPRECATED_PRINT_EXTRA_FRAME_INFO | |
457 | call. Never defined. | |
458 | * sparc-tdep.h (struct frame_info): Add opaque declaration. | |
459 | * sparc64-tdep.h (struct gdbarch): Add opaque declaration. | |
460 | (struct sparc_gregset, struct regcache): Ditto. | |
461 | * sparc-nat.c: Update copyright. Specify "GNU/Linux". | |
462 | ||
48efe704 AC |
463 | 2004-01-12 Andrew Cagney <[email protected]> |
464 | ||
465 | * mi/ChangeLog: Delete file. Renamed to ... | |
466 | * mi/ChangeLog-1999-2003: New file. | |
467 | * tui/ChangeLog: Delete file. Renamed to ... | |
468 | * tui/ChangeLog-1998-2003: New file. | |
469 | ||
a54124c5 MK |
470 | 2004-01-11 Mark Kettenis <[email protected]> |
471 | ||
2ca62865 MK |
472 | * sparc64nbsd-tdep.c: Include "regset.h". |
473 | (sparc64nbsd_sizeof_struct_reg, sparc64nbsd_sizeof_struct_fpreg): | |
474 | Remove variables. | |
475 | (fetch_core_registers): Remove function. | |
476 | (sparc64nbsd_core_fns): Remove variable. | |
477 | (sparc64nbsd_supply_gregset, sparc64nbsd_supply_fpregset): New | |
478 | functions. | |
479 | (sparc64nbsd_init_abi): Initialize TDEP->gregset, | |
480 | TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset. | |
481 | (_initialize_sparc64nbsd_tdep): Remove call to add_core_fns. | |
482 | ||
ca9d58e9 MK |
483 | * sparc-tdep.c (sparc32_extract_struct_value_address): Rename from |
484 | sparc_extract_struct_value_address. | |
485 | (sparc32_gdbarch_init): Set extract_struct_value_address. | |
486 | * sparc64-tdep.c (sparc64_extract_struct_value_address): New | |
487 | function. | |
488 | (sparc64_init_abi): Set extract_struct_value_address. Don't set | |
489 | return_value_on_stack. | |
490 | ||
3cc87ec0 MK |
491 | * NEWS: Mention that %cs and %ss have been added to the AMD64 |
492 | configurations | |
493 | ||
5bf00f29 MK |
494 | * frame.c: Update copyright year. |
495 | (get_prev_frame): Improve comment. | |
496 | ||
4f7ec84e MK |
497 | * sparc64fbsd-tdep.c: Include "regset.h". |
498 | (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg): | |
499 | Remove variables. | |
500 | (fetch_core_registers): Remove function. | |
501 | (sparc64fbsd_core_fns): Remove variable. | |
502 | (sparc64fbsd_supply_gregset, sparc64fbsd_supply_fpregset): New | |
503 | functions. | |
504 | (sparc64fbsd_init_abi): Initialize TDEP->gregset, | |
505 | TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_gregset. | |
46b58ce9 | 506 | (_initialize_sparc64fbsd_tdep): Remove call to add_core_fns. |
4f7ec84e | 507 | |
4e7b0cd3 MK |
508 | * sparcnbsd-tdep.c: Include "regset.h". |
509 | (fetch_core_registers): Remove function. | |
510 | (sparcnbsd_core_fns, sparcnbsd_elfcore_fns): Remove varaibles. | |
511 | (sparc32nbsd_supply_gregset, sparc32nbsd_supply_fpregset): New | |
512 | functions. | |
513 | (sparc32nbsd_init_abi): Initialize TDEP->gregset and | |
514 | TDEP->fpregset. | |
46b58ce9 | 515 | (_initialize_sparcnbsd_tdep): Remove calls to add_core_fns. |
4e7b0cd3 | 516 | |
a54124c5 MK |
517 | * sparc-tdep.h (struct regset): Provide opaque declaration. |
518 | (struct gdbarch_tdep): Add gregset, sizeof_gregset, | |
519 | fpregset and sizeof_fpregset members. | |
520 | * sparc-tdep.c (struct regset): Provide opaque declaration. | |
521 | (sparc_regset_from_core_section): New function. | |
522 | (sparc32_gdbarch_init): Initialize TDEP->gregset, | |
523 | TDEP->sizeof_gregset, TDEP->fpregset and TDEP->sizeof_fpregset. | |
524 | Set regset_from_core_section when appropriate. | |
525 | ||
29ff87c5 MK |
526 | 2004-01-10 Mark Kettenis <[email protected]> |
527 | ||
79b1ab3d MK |
528 | * x86-64-tdep.c (amd64_non_pod_p): New function. |
529 | (amd64_classify_aggregate): Return class memory for non-POD | |
530 | C++ structure types. | |
531 | ||
6470d250 MK |
532 | * x86-64-tdep.c (amd64_push_arguments): Add struct_return |
533 | argument. Use it to reserve a register if necessary. | |
534 | (amd64_push_dummy_call): Pass STRUCT_RETURN in call to | |
535 | amd64_push_arguments. | |
536 | ||
562c50c2 MK |
537 | * x86-64-tdep.c (amd64_classify_aggregate): Ignore static fields. |
538 | ||
af233647 MK |
539 | * x86-64-tdep.c (amd64_register_info): Add %cs and %ss. Adjust |
540 | register numbers in comments. | |
541 | * x86-64-tdep.h: Update copyright year. | |
542 | (X86_64_ST0_REGNUM, X86_64_XMM0_REGNUM, X86_64_XMM1_REGNUM): | |
543 | Adjust for addition of %cs and %ss. | |
544 | * amd64fbsd-nat.c: Update copyright year. | |
545 | (reg_offset): Add register offsets for %cs and %ss. | |
546 | * amd64fbsd-tdep.c: Update copyright year. | |
547 | (amd64fbsd_r_reg_offset): Add register offsets for %cs and %ss. | |
548 | (amd64fbsd_sc_reg_offset): Likewise. | |
549 | * x86-64-linux-nat.c: Update copyright year. | |
550 | (x86_64_linux_gregset64_reg_offset): Add register offsets for %cs | |
551 | and %ss. | |
552 | * amd64nbsd-nat.c: Update copyright year. | |
553 | (amd64nbsd32_r_reg_offset): Add register offsets for %cs and %ss. | |
554 | * amd64nbsd-tdep.c: Update copyright year. | |
555 | (amd64nbsd_r_reg_offset): Add register offsets for %cs and %ss. | |
556 | * x86-64-linux-tdep.c: Update copyright year. | |
557 | (user_to_gdb_regmap): Add mapping for %cs and %ss. | |
558 | (x86_64_linux_sc_reg_offset): Adjust for addition of %cs and %ss. | |
559 | * regformats/reg-x86-64.dat: Add %cs and %ss. | |
560 | ||
29ff87c5 MK |
561 | * blockframe.c (inside_entry_func): Reformat. Introduce new local |
562 | variables to prevent long lines. Update comments to reflect | |
563 | reality. | |
564 | ||
38d518c9 EZ |
565 | 2004-01-09 David Carlton <[email protected]> |
566 | ||
567 | Checked in by Elena Zannoni <[email protected]>. | |
568 | * dwarf2read.c (read_namespace): Pull out name-generating code | |
569 | into namespace_name. Rename previous_namespace to previous_prefix | |
570 | and processing_current_namespace to processing_current_prefix.. | |
571 | (namespace_name): New function. | |
572 | (add_partial_symbol): Substitute uses of pdi->name with | |
573 | actual_name. | |
574 | * cp-support.h: Rename processing_current_namespace to | |
575 | processing_current_prefix. | |
576 | Update copyright year. | |
577 | * cp-namespace.c: Rename processing_current_namespace to | |
578 | processing_current_prefix. | |
579 | Update copyright year. | |
580 | ||
1e4728e7 AC |
581 | 2004-01-09 Andrew Cagney <[email protected]> |
582 | ||
583 | * jv-valprint.c, ser-unix.c: Add missing copyright years. | |
584 | ||
c77c642a MK |
585 | 2004-01-09 Mark Kettenis <[email protected]> |
586 | ||
587 | * dbxread.c (read_dbx_symtab): Ignore N_PATCH stabs instead of | |
588 | complaining. | |
589 | (process_one_symbol): Deal with N_PATCH stabs. | |
590 | ||
b44e9041 EZ |
591 | 2004-01-09 Elena Zannoni <[email protected]> |
592 | ||
593 | * dwarf2read.c (read_array_type): Discard FORTRAN_HACK macro and | |
594 | ifdeffed code. | |
595 | Update copyright year. | |
38d518c9 | 596 | |
eccfb640 MC |
597 | 2004-01-08 Michael Chastain <[email protected]> |
598 | ||
599 | * config/pa/tm-hppa.h: Update extern declarations for | |
600 | hppa32_hpux_frame_saved_pc_in_sigtramp, | |
601 | hppa32_hpux_frame_base_before_sigtramp, and | |
602 | hppa32_hpux_frame_find_saved_regs_in_sigtramp. | |
603 | ||
848c5feb MC |
604 | 2004-01-08 Michael Chastain <[email protected]> |
605 | ||
606 | * config/pa/tm-hppah.h: Update copyright years. | |
607 | ||
3cc5d663 AC |
608 | 2004-01-08 Andrew Cagney <[email protected]> |
609 | ||
610 | * mips-tdep.c (mips_n32n64_reg_struct_has_addr): Delete function. | |
611 | (mips_o32_reg_struct_has_addr): Delete function. | |
612 | (mips_gdbarch_init): Update. | |
613 | (mips_extract_struct_value_address): Delete function. | |
614 | ||
bfec0b41 JJ |
615 | 2004-01-08 David Mosberger <[email protected]> |
616 | ||
617 | * ia64-linux-tdep.c: Update GATE_AREA_END value to reflect | |
618 | reality. | |
619 | ||
16e109ca AC |
620 | 2004-01-07 Andrew Cagney <[email protected]> |
621 | ||
6214a8a1 AC |
622 | * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous |
623 | architecture's elf flags (when available). | |
624 | ||
8d5838b5 AC |
625 | * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS |
626 | FPU to the start, check the MIPS FPU when looking for an old | |
627 | architecture. | |
628 | (set_mipsfpu_single_command): Update the architecture. | |
629 | (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto. | |
630 | ||
480d3dd2 AC |
631 | * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro. |
632 | (mips_mask_address_p): Add "tdep" parameter. | |
633 | (show_mask_address, mips_addr_bits_remove): Update. | |
634 | (mips_dump_tdep): Update. | |
635 | (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro. | |
636 | (MIPS_STACK_ARGSIZE): Delete macro. | |
637 | (mips_stack_argsize, mips_eabi_push_dummy_call): Update. | |
638 | (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update. | |
639 | (mips_o64_push_dummy_call, mips_o32_return_value): Update. | |
640 | (mips_dump_tdep): Update. | |
641 | (MIPS_SAVED_REGSIZE): Delete macro. | |
642 | (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro. | |
643 | (mips_saved_regsize, mips_eabi_use_struct_convention): Update. | |
644 | (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update. | |
645 | (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update. | |
646 | (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update. | |
647 | (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update. | |
648 | (mips_pop_frame, return_value_location): Update. | |
649 | (mips_n32n64_return_value, mips_dump_tdep): Update. | |
650 | ||
ec03c1ac AC |
651 | * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the |
652 | MIPS ABI. | |
653 | ||
16e109ca AC |
654 | * mips-tdep.c: Update copyright. |
655 | (mips_gdbarch_init): Merge two code blocks handling the register | |
656 | name and number layout. | |
657 | ||
15255275 MS |
658 | 2004-01-02 Pawel Ostrowski <[email protected]> |
659 | ||
660 | * tracepoint.c (validate_actionline): Fix segv at EOF | |
661 | ||
9f9057da MC |
662 | 2004-01-07 Michael Chastain <[email protected]> |
663 | ||
664 | * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME | |
665 | properly for static fields. | |
666 | ||
0127c0d3 | 667 | 2004-01-06 Jeff Johnston <[email protected]> |
91562f53 | 668 | Jason Molenda <[email protected]> |
0127c0d3 JJ |
669 | |
670 | * disasm.c: Update copyright to include 2004. | |
671 | (do_mixed_source_and_assembly): For uiout asm list | |
672 | and tuple cleanups, initialize to null_cleanup instead of | |
673 | NULL and do so prior to loop. Only reset when we close off | |
674 | the tuple/list. Move check for whether to close off the | |
675 | asm tuple/list to after dump_insns call where it will be run | |
676 | on each loop iteration. | |
677 | ||
5269965e AC |
678 | 2004-01-05 Andrew Cagney <[email protected]> |
679 | ||
54f1137d AC |
680 | * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED" |
681 | should be a switch case and not a label. | |
682 | * mips-tdep.c (mips32_next_pc): Delete unused labels | |
683 | "greater_equal_branch" and "less_zero_branch". | |
684 | * jv-valprint.c (java_print_value_fields): Delete unused label | |
685 | "flush_it". | |
686 | ||
5269965e AC |
687 | * target.c (unpush_target): Only close a target that is in the |
688 | target stack. | |
689 | ||
dbc22fa1 MK |
690 | 2004-01-05 Mark Kettenis <[email protected]> |
691 | ||
9515395e MK |
692 | * sparc-tdep.c (sparc_extract_struct_value_address): Get the |
693 | address from [sp + 64] instead of %o2. | |
694 | ||
dbc22fa1 MK |
695 | * frame.c (get_prev_frame): Don't try to unwind the PC. This |
696 | fixes PR backtrace/1476. | |
697 | ||
5439edaa AC |
698 | 2004-01-05 Andrew Cagney <[email protected]> |
699 | ||
700 | * libunwind-frame.h (struct frame_id): Add opaque declaration, | |
701 | move to start of file. | |
702 | * i386-tdep.h (struct regcache): Add opaque declaration. | |
703 | * config/ia64/nm-linux.h (struct target_ops): Add opaque | |
704 | declaration. | |
705 | * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__. | |
706 | (ia64_gdbarch_init): Use "GNU/Linux" in comment. | |
707 | * win32-nat.c (fake_create_process): Use ISO C style definition. | |
708 | * stabsread.c (define_symbol): Delete #ifndef | |
709 | DEPRECATED_USE_REGISTER_NOT_ARG wrapper around | |
710 | stabs_argument_has_addr call, macro never defined. | |
711 | ||
19061abe MC |
712 | 2004-01-04 Michael Chastain <[email protected]> |
713 | ||
714 | * op50-rom.c: Delete. | |
715 | * w89k-rom.c: Delete. | |
716 | * Makefile.in: Remove references. | |
717 | ||
e53bef9f MK |
718 | 2004-01-04 Mark Kettenis <[email protected]> |
719 | ||
720 | * x86-64-tdep.c: Update copyright year. | |
721 | (struct amd64_register_info): Rename from x86_64_register_info. | |
722 | (amd64_register_info): Rename from x86_64_register_info. | |
723 | (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS. | |
724 | (amd64_register_name): Rename from x86_64_register_name. | |
725 | (amd64_register_type): Rename from x86_64_register_type. | |
726 | (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap. | |
727 | (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len. | |
728 | (amd64_dwarf_reg_to_regnum): Rename from | |
729 | x86_64_dwarf_reg_to_regnum. | |
730 | (amd64_convert_register_p): Rename from x86_64_convert_register_p. | |
731 | (amd64_push_dummy_call): Rename from x86_64_push_dummy_call. | |
732 | (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS. | |
733 | (struct amd64_frame_cache): Renamed from x86_64_frame_cache. | |
734 | (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache. | |
735 | (amd64_analyze_prologue): Rename from x86_64_analyze_prologue. | |
736 | (amd64_skip_prologue): Rename from x86_64_skip_prologue. | |
737 | (amd64_frame_cache): Rename from x86_64_frame_cache. | |
738 | (amd64_frame_this_id): Rename from x86_64_frame_this_id. | |
739 | (amd64_frame_prev_register): Rename from | |
740 | x86_64_frame_prev_register. | |
741 | (amd64_frame_unwind): Rename from x86_64_frame_unwind. | |
742 | (amd64_frame_sniffer): Rename from x86_64_frame_sniffer. | |
743 | (amd64_sigtramp_frame_cache): Rename from | |
744 | x86_64_sigtramp_frame_cache. | |
745 | (amd64_sigtramp_frame_prev_register): Rename from | |
746 | x86_64_sigtramp_frame_prev_register. | |
747 | (amd64_sigtramp_frame_unwind): Rename from | |
748 | x86_64_sigtramp_frame_unwind. | |
749 | (amd64_sigtramp_frame_sniffer): Rename from | |
750 | x86_64_sigtramp_frame_sniffer. | |
751 | (amd64_frame_base_address): Rename from x86_64_frame_base_address. | |
752 | (amd64_frame_base): Rename from x86_64_frame_base. | |
753 | (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id. | |
754 | (amd64_frame_align): Rename from x86_64_frame_align. | |
755 | (amd64_supply_fpregset): Rename from x86_64_supply_fpregset. | |
756 | (amd64_regset_from_core_section): Rename from | |
757 | x86_64_regset_from_core_section. | |
758 | (x86_64_init_abi): Update comments. | |
759 | ||
fca6aa58 NR |
760 | 2004-01-04 Nick Roberts <[email protected]> |
761 | ||
762 | * MAINTAINERS (write after approval): Add myself. | |
763 | ||
8ada74e3 MK |
764 | 2004-01-04 Mark Kettenis <[email protected]> |
765 | ||
766 | * sparc64-tdep.c (sparc64_store_arguments): Fix handling of | |
767 | `float' arguments. | |
768 | ||
5154b0cd MK |
769 | 2004-01-04 Mark Kettenis <[email protected]> |
770 | ||
771 | * sparc64-tdep.c (sparc64_store_floating_fields): Update comment | |
772 | such that it mentions a specific version of GCC that exhibits this | |
773 | bug. | |
774 | ||
fb316966 MK |
775 | 2004-01-03 Mark Kettenis <[email protected]> |
776 | ||
200cc553 MK |
777 | * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a |
778 | structure that has a single `float' member, store it in %f1 in | |
779 | addition to %f0. | |
780 | ||
e226a4a0 MK |
781 | * sparc-sol2-nat.c: Add missing '\'. |
782 | ||
b9d4c5ed MK |
783 | * sparc-tdep.c (sparc32_return_value): New function. |
784 | (sparc32_use_struct_convention, sparc32_return_value_on_stack): | |
785 | Remove functions. | |
786 | (sparc32_gdbarch_init): Set return_value, don't set | |
787 | extract_return_value, store_return_value, use_struct_convention | |
788 | and return_value_on_stack. | |
789 | ||
fb316966 MK |
790 | * sparc-sol2-nat.c: Add missing ')'. |
791 | ||
1af510a8 JB |
792 | 2004-01-03 J. Brobecker <[email protected]> |
793 | ||
794 | * infrun.c (handle_step_into_function): New function. | |
795 | (handle_inferior_event): Extract out some code into the new | |
796 | function above. | |
797 | ||
5cf4d23a JB |
798 | 2004-01-03 J. Brobecker <[email protected]> |
799 | ||
800 | * infrun.c (handle_inferior_event): Move the declaration of | |
801 | real_stop_pc inside the if blocks where it is used. | |
802 | ||
60af1db2 MK |
803 | 2004-01-03 Mark Kettenis <[email protected]> |
804 | ||
805 | * sparc64-tdep.c (sparc64_16_byte_align_p) | |
806 | (sparc64_store_floating_fields, sparc64_store_floating_fields): | |
807 | Use check_typedef to get subtypes of structures and unions. | |
808 | (sparc64_store_return_value): Fix calculation of the appropriate | |
809 | offset into VALBUF when storing a structure or union. | |
810 | (sparc64_return_value): New function. | |
811 | (sparc64_use_struct_convention): Remove function. | |
812 | (sparc64_init_abi): Set return_value, don't set | |
813 | extract_return_value, store_return_value and | |
814 | use_struct_convention. | |
815 | ||
1a901d3f EZ |
816 | 2004-01-03 Eli Zaretskii <[email protected]> |
817 | ||
818 | * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS, | |
819 | bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c, | |
820 | gdb/config/alpha/xm-alphaosf.h, | |
821 | gdb/config/powerpc/tm-ppcle-eabi.h, | |
822 | gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001, | |
823 | gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003, | |
824 | gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in, | |
825 | gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c, | |
826 | gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c, | |
827 | gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c, | |
828 | gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c, | |
829 | gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c, | |
830 | gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c, | |
831 | gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c, | |
832 | gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp, | |
833 | nclude/ChangeLog-9103, include/coff/ChangeLog-9103, | |
834 | include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103, | |
835 | opcodes/ChangeLog-0001, opcodes/ChangeLog-0203, | |
836 | opcodes/openrisc-dis.c, opcodes/openrisc-desc.h, | |
837 | sim/frv/profile-fr550.c, sim/frv/profile-fr550.h, | |
838 | sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c, | |
839 | sim/testsuite/sim/sh64/compact/ldsl-mach.cgs, | |
840 | sim/testsuite/sim/sh64/compact/ldsl-macl.cgs, | |
841 | sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and | |
842 | sim/testsuite/sim/sh64/compact/stsl-macl.cgs. | |
843 | Remove lines for .cvsignore files. | |
844 | ||
ef52e463 JB |
845 | 2004-01-03 J. Brobecker <[email protected]> |
846 | ||
847 | * infrun.c: Back out the previous change. | |
848 | ||
cb1bf9dc MK |
849 | 2004-01-03 Mark Kettenis <[email protected]> |
850 | ||
f0424ef6 MK |
851 | * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and |
852 | sparc-*-sunos4* to the list of REMOVED configurations. | |
853 | ||
cb1bf9dc MK |
854 | * configure.tgt: Add back sparc-*-vxworks*. |
855 | * remote-vxsparc.c: Remove all includes except for "defs.h", | |
856 | "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h". | |
857 | Include "sparc-tdep.h". | |
858 | (SPARC_R_G1): New define. | |
859 | (vxsparc_gregset): New variable. | |
860 | (ext_format_sparc): Remove extern declaration. | |
861 | (vx_read_register): Rewrite to use sparc32_supply_gregset and | |
862 | sparc32_supply_fpregset. | |
863 | (vx_write_register): Rewrite to use sparc32_collect_gregset, | |
864 | sparc_collect_rwindow and sparc32_collect_fpregset. | |
865 | * config/sparc/tm-vxworks.h: New file, based on recently removed | |
866 | tm-vxsparc.h. | |
867 | * config/sparc/vxworks.mt: New file, based on recently removed | |
868 | vxworks.mt. | |
869 | ||
5e938f9f JB |
870 | 2004-01-03 J. Brobecker <[email protected]> |
871 | ||
872 | * infrun.c (handle_step_into_function): New function. | |
873 | (handle_inferior_event): Extract out some code into the new | |
874 | function above. | |
875 | ||
386c036b MK |
876 | 2004-01-02 Mark Kettenis <[email protected]> |
877 | ||
878 | * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and | |
879 | sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c, | |
880 | sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c, | |
881 | sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c, | |
882 | sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c, | |
883 | sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c. | |
884 | (sparc_nat_h): New variable. | |
885 | (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables. | |
886 | (tm-sun4os4.h): Remove dependency. | |
887 | (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies. | |
888 | (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o, | |
889 | sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o, | |
890 | sparc-tdep.o): Update dependencies. | |
891 | (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o, | |
892 | sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o, | |
893 | sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New | |
894 | dependencies. | |
895 | * configure.host: Remove existing sparc-*-lynxos*, | |
896 | sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*, | |
897 | ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*, | |
898 | sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*, | |
899 | sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2* | |
900 | triplets. | |
901 | * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*, | |
902 | sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*, | |
903 | sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*, | |
904 | sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add | |
905 | new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*, | |
906 | sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*, | |
907 | sparc64-*-solaris2* and sparc64-*-* triplets. | |
908 | * sparc64-tdep.c: Update copyright year. Include "inferior.h", | |
909 | "symtab.h" and "objfiles.h". | |
910 | (BIAS): Remove define. | |
911 | (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22) | |
912 | (X_DISP19): Remove macros. | |
913 | (sparc_fetch_instruction): Remove function. | |
914 | (struct gdbarch_tdep): Remove definition. | |
915 | (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE. | |
916 | (sparc_breakpoint_from_pc): Remove function. | |
917 | (struct sparc64_frame_cache): Remove definition. | |
918 | (sparc64_alloc_frame_cache, sparc64_analyze_prologue, | |
919 | sparc64_unwind_pc): Remove functions. | |
920 | (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of | |
921 | `struct sparc64_frame_cache. Call sparc_analyze_prologue instead | |
922 | of sparc64_analyze_prologue. Mark constant as ULL instead of UL. | |
923 | (sparc64_frame_cache): Change return type to `struct | |
924 | sparc_frame_cache *'. Simply call sparc_frame_cache. | |
925 | (sparc64_frame_this_id, sparc64_frame_prev_register, | |
926 | sparc64_frame_base_address): Use `struct sparc_frame_cache' | |
927 | instead of `struct sparc64_frame_cache. | |
928 | (sparc_unwind_dummy_id, sparc_extract_struct_value_address, | |
929 | sparc_analyze_control_transfer, sparc_software_single_step, | |
930 | sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow, | |
931 | _initialize_sparc64_tdep): Remove functions. | |
932 | (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros. | |
933 | (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New | |
934 | macros. | |
935 | (sparc64_supply_gregset, sparc64_collect_gregset, | |
936 | sparc64_supply_fpregset, sparc64_collect_fpregset): New functions. | |
937 | (sparc64_init_abi): New function. | |
938 | * sparc64-tdep.h: Update copyright year. Fix typo in multiple | |
939 | inclusion guard. Include "sparc-tdep.h". | |
940 | (BIAS): Define. | |
941 | (r_tstate_offset, r_fprs_offset): New defines. | |
942 | (enum sparc_regnum): Remove defenition. | |
943 | (enum sparc64_regnum): Reformat. | |
944 | (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes. | |
945 | (sparc64_init_abi, sparc64_supply_gregset, | |
946 | sparc64_collect_gregset, sparc64_supply_fpregset, | |
947 | sparc64_collect_fpregset): New prototypes. | |
948 | (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset): | |
949 | Add extern declarations. | |
950 | (sparc64_sol2_init_abi): New prototype. | |
951 | (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg) | |
952 | (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove | |
953 | prototypes. | |
954 | * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include | |
955 | "sparnbsd-nat.h". | |
956 | (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove | |
957 | functions. | |
958 | (_initialize_sparc64fbsd_nat): Remove initialization of | |
959 | sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg, | |
960 | sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p, | |
961 | sparcbsd_fpreg_supplies_p. Initialize sparc_gregset. | |
962 | * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h", | |
963 | "frame-unwind.h", "trad-frame.h" and "gdb_assert.h". | |
964 | (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset) | |
965 | (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset) | |
966 | (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset) | |
967 | (sparc64fbsd_r_y_offset): Remove variables. | |
968 | (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg): | |
969 | Make static and const. | |
970 | (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg) | |
971 | (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove | |
972 | functions. | |
973 | (sparc64fbsd_gregset): New variable. | |
974 | (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg | |
975 | and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset | |
976 | and sparc64_supply_fpregset. | |
977 | (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache) | |
978 | (sparc64fbsd_sigtramp_frame_this_id) | |
979 | (sparc64fbsd_sigtramp_frame_prev_register): New functions. | |
980 | (sparc64fbsd_sigtramp_frame_unwind): New variable. | |
981 | (sparc64fbsd_sigtramp_frame_sniffer): New function. | |
982 | (sparc64fbsd_init_abi): Set pc_in_sigtramp, append | |
983 | sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi. | |
984 | * sparcnbsd-tdep.c: Update copyright year. Include | |
985 | "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h", | |
986 | "trad-frame.h" and "gdb_assert.h", don't include "target.h", | |
987 | "value.h" and "sparcnbsd-tdep.h". | |
988 | (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC) | |
989 | (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT) | |
990 | (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC) | |
991 | (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove | |
992 | defines. | |
993 | (sparcnbsd_gregset): New variable. | |
994 | (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64) | |
995 | (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64) | |
996 | (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64) | |
997 | (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions. | |
998 | (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New | |
999 | variables. | |
1000 | (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache) | |
1001 | (sparc32nbsd_sigcontext_frame_this_id) | |
1002 | (sparc32nbsd_sigcontext_frame_prev_register): New functions. | |
1003 | (sparc32nbsd_sigcontext_frame_unwind): New variable. | |
1004 | (sparc32nbsd_sigtramp_frame_sniffer): New function. | |
1005 | (sparcnbsd_get_longjmp_target_32, | |
1006 | sparcnbsd_get_longjmp_target_64): Remove functions. | |
1007 | (sparcnbsd_aout_in_solib_call_trampoline): Rewrite. | |
1008 | (sparcnbsd_init_abi_common, sparcnbsd_init_aout, | |
1009 | sparcnbsd_init_elf): Remove. | |
1010 | (sparcnbsd_init_abi, sparcnbsd_aout_init_abi) | |
1011 | (sparcnbsd_elf_init_abi): New functions. | |
1012 | (_initialize_sparcnbsd_tdep): New prototype. | |
1013 | (_initialize_sparnbsd_tdep): Update. | |
1014 | * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and | |
1015 | corelow.o. Add sparc64-nat.o and sparc-nat.o. | |
1016 | * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o. | |
1017 | * config/sparc/linux.mh: Update comment. | |
1018 | (XM_FILE, HOST_IPC): Remove variables. | |
1019 | (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove | |
1020 | sparc-linux-nat.o. | |
1021 | * config/sparc/linux.mt: Update comment. | |
1022 | (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o. | |
1023 | * config/sparc/nbsd.mt: Reformat. | |
1024 | * config/sparc/nbsd64.mh: Update comment. | |
1025 | (NATDEPFILES): Add sparc-nat.o. | |
1026 | * config/sparc/nbsd64.mt: Update comment. | |
1027 | (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o. | |
1028 | (TM_FILE): Set to tm-nbsd.h. | |
1029 | * config/sparc/nbsdelf.mh: Update comment. | |
1030 | (NATDEPFILES): Add sparc-nat.o. | |
1031 | (XM_FILE): Delete. | |
1032 | * config/sparc/nbsdaout.mh: Update comment. | |
1033 | (NATDEPFILES): Add sparc-nat.o | |
1034 | (XM_FILE): Delete. | |
1035 | * config/sparc/nm-linux.h: Update copyright year. Don't include | |
1036 | "config/nm-svr4.h" and "solib.h". Add protection against multiple | |
1037 | inclusion. | |
1038 | (KERNEL_U_SIZE): Remove define. | |
1039 | (kernel_u_size): Remove prototype. | |
1040 | (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define. | |
1041 | * config/sparc/nm-nbsd.h: Update copyright. Don't include | |
1042 | "regcache.h". | |
1043 | (CHILD_PREPARE_TO_STORE): Remove define. | |
1044 | * config/sparc/nm-nbsdaout.h: Tweak some comments. | |
1045 | * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c, | |
1046 | sparcnbsd-nat.c: Rewrite files. | |
1047 | * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files. | |
1048 | * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h, | |
1049 | sparcnbsd-tdep.h: Remove files. | |
1050 | * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h, | |
1051 | config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt, | |
1052 | config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt, | |
1053 | config/sparc/sparc-em.mt, config/sparc/sparclynx.mh, | |
1054 | config/sparc/sparclynx.mt, config/sparc/sun4os4.mh, | |
1055 | config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh, | |
1056 | config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h, | |
1057 | config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h, | |
1058 | config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h, | |
1059 | config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h, | |
1060 | config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt, | |
1061 | config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files. | |
1062 | * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c, | |
1063 | sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c, | |
1064 | sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files. | |
1065 | * config/sparc/linux64.mh, config/sparc/linux64.mt, | |
1066 | config/sparc/nm-sol2.h, config/sparc/sol2-64.mt, | |
1067 | config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt, | |
1068 | config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files. | |
1069 | ||
ee84457a AC |
1070 | 2004-01-02 Andrew Cagney <[email protected]> |
1071 | ||
1072 | From 2003-12-18 Kazuhiro Inaoka: | |
1073 | * configure.host: Add m32r-linux target. | |
1074 | ||
0bc2134e MC |
1075 | 2004-01-02 Michael Chastain <[email protected]> |
1076 | ||
1077 | * top.c (print_gdb_version): Update year to 2004. | |
1078 | ||
89a72f9c MM |
1079 | 2004-01-02 Mark Mitchell <[email protected]> |
1080 | ||
1081 | * MAINTAINERS: Add myself to the write-after-approval category. | |
1082 | ||
86b013ed DJ |
1083 | 2004-01-02 Daniel Jacobowitz <[email protected]> |
1084 | ||
1085 | From Bernardo Innocenti <[email protected]>: | |
1086 | * configure.tgt: Add uClinux target. | |
1087 | ||
e42c9534 AC |
1088 | 2004-01-02 Andrew Cagney <[email protected]> |
1089 | ||
1090 | * utils.c (do_my_cleanups): Make static, add forward declaration. | |
1091 | * defs.h (do_my_cleanups): Delete declaration. | |
1092 | ||
162467d3 EZ |
1093 | 2004-01-02 Eli Zaretskii <[email protected]> |
1094 | ||
1095 | * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and | |
1096 | bfd/ChangeLog-0203. | |
1097 | ||
78434e59 MK |
1098 | 2004-01-02 Mark Kettenis <[email protected]> |
1099 | ||
1100 | * configure.in: Check for <machine/reg.h>. Check for `struct reg' | |
1101 | in <machine/reg.h>. | |
1102 | * configure, config.in: Regenerate. | |
1103 | ||
48efe704 AC |
1104 | For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and |
1105 | tui/ChangeLog-1998-2003. | |
c906108c SS |
1106 | \f |
1107 | Local Variables: | |
1108 | mode: change-log | |
1109 | left-margin: 8 | |
1110 | fill-column: 74 | |
1111 | version-control: never | |
1112 | End: |