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