]>
Commit | Line | Data |
---|---|---|
16e109ca AC |
1 | 2004-01-07 Andrew Cagney <[email protected]> |
2 | ||
6214a8a1 AC |
3 | * mips-tdep.c (mips_gdbarch_init): Set elf_flags to the previous |
4 | architecture's elf flags (when available). | |
5 | ||
8d5838b5 AC |
6 | * mips-tdep.c (mips_gdbarch_init): Move code determining the MIPS |
7 | FPU to the start, check the MIPS FPU when looking for an old | |
8 | architecture. | |
9 | (set_mipsfpu_single_command): Update the architecture. | |
10 | (set_mipsfpu_double_command, set_mipsfpu_none_command): Ditto. | |
11 | ||
480d3dd2 AC |
12 | * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Delete macro. |
13 | (mips_mask_address_p): Add "tdep" parameter. | |
14 | (show_mask_address, mips_addr_bits_remove): Update. | |
15 | (mips_dump_tdep): Update. | |
16 | (MIPS_DEFAULT_STACK_ARGSIZE): Delete macro. | |
17 | (MIPS_STACK_ARGSIZE): Delete macro. | |
18 | (mips_stack_argsize, mips_eabi_push_dummy_call): Update. | |
19 | (mips_n32n64_push_dummy_call, mips_o32_push_dummy_call): Update. | |
20 | (mips_o64_push_dummy_call, mips_o32_return_value): Update. | |
21 | (mips_dump_tdep): Update. | |
22 | (MIPS_SAVED_REGSIZE): Delete macro. | |
23 | (MIPS_DEFAULT_SAVED_REGSIZE): Delete macro. | |
24 | (mips_saved_regsize, mips_eabi_use_struct_convention): Update. | |
25 | (mips_eabi_reg_struct_has_addr, mips_find_saved_regs): Update. | |
26 | (mips_frame_saved_pc, mips16_heuristic_proc_desc): Update. | |
27 | (mips_eabi_push_dummy_call, mips_n32n64_push_dummy_call): Update. | |
28 | (mips_o32_push_dummy_call, mips_o64_push_dummy_call): Update. | |
29 | (mips_pop_frame, return_value_location): Update. | |
30 | (mips_n32n64_return_value, mips_dump_tdep): Update. | |
31 | ||
ec03c1ac AC |
32 | * mips-tdep.c (mips_gdbarch_init): Clean up code selecting the |
33 | MIPS ABI. | |
34 | ||
16e109ca AC |
35 | * mips-tdep.c: Update copyright. |
36 | (mips_gdbarch_init): Merge two code blocks handling the register | |
37 | name and number layout. | |
38 | ||
15255275 MS |
39 | 2004-01-02 Pawel Ostrowski <[email protected]> |
40 | ||
41 | * tracepoint.c (validate_actionline): Fix segv at EOF | |
42 | ||
9f9057da MC |
43 | 2004-01-07 Michael Chastain <[email protected]> |
44 | ||
45 | * hpread.c (hpread_read_struct_type): Call SET_FIELD_PHYSNAME | |
46 | properly for static fields. | |
47 | ||
0127c0d3 | 48 | 2004-01-06 Jeff Johnston <[email protected]> |
91562f53 | 49 | Jason Molenda <[email protected]> |
0127c0d3 JJ |
50 | |
51 | * disasm.c: Update copyright to include 2004. | |
52 | (do_mixed_source_and_assembly): For uiout asm list | |
53 | and tuple cleanups, initialize to null_cleanup instead of | |
54 | NULL and do so prior to loop. Only reset when we close off | |
55 | the tuple/list. Move check for whether to close off the | |
56 | asm tuple/list to after dump_insns call where it will be run | |
57 | on each loop iteration. | |
58 | ||
5269965e AC |
59 | 2004-01-05 Andrew Cagney <[email protected]> |
60 | ||
54f1137d AC |
61 | * ser-unix.c (ser_unix_async): Fix tipo, "NOTHING_SECHEDULED" |
62 | should be a switch case and not a label. | |
63 | * mips-tdep.c (mips32_next_pc): Delete unused labels | |
64 | "greater_equal_branch" and "less_zero_branch". | |
65 | * jv-valprint.c (java_print_value_fields): Delete unused label | |
66 | "flush_it". | |
67 | ||
5269965e AC |
68 | * target.c (unpush_target): Only close a target that is in the |
69 | target stack. | |
70 | ||
dbc22fa1 MK |
71 | 2004-01-05 Mark Kettenis <[email protected]> |
72 | ||
9515395e MK |
73 | * sparc-tdep.c (sparc_extract_struct_value_address): Get the |
74 | address from [sp + 64] instead of %o2. | |
75 | ||
dbc22fa1 MK |
76 | * frame.c (get_prev_frame): Don't try to unwind the PC. This |
77 | fixes PR backtrace/1476. | |
78 | ||
5439edaa AC |
79 | 2004-01-05 Andrew Cagney <[email protected]> |
80 | ||
81 | * libunwind-frame.h (struct frame_id): Add opaque declaration, | |
82 | move to start of file. | |
83 | * i386-tdep.h (struct regcache): Add opaque declaration. | |
84 | * config/ia64/nm-linux.h (struct target_ops): Add opaque | |
85 | declaration. | |
86 | * ia64-tdep.c (ia64_find_proc_info_x): Do not use __FUNCTION__. | |
87 | (ia64_gdbarch_init): Use "GNU/Linux" in comment. | |
88 | * win32-nat.c (fake_create_process): Use ISO C style definition. | |
89 | * stabsread.c (define_symbol): Delete #ifndef | |
90 | DEPRECATED_USE_REGISTER_NOT_ARG wrapper around | |
91 | stabs_argument_has_addr call, macro never defined. | |
92 | ||
19061abe MC |
93 | 2004-01-04 Michael Chastain <[email protected]> |
94 | ||
95 | * op50-rom.c: Delete. | |
96 | * w89k-rom.c: Delete. | |
97 | * Makefile.in: Remove references. | |
98 | ||
e53bef9f MK |
99 | 2004-01-04 Mark Kettenis <[email protected]> |
100 | ||
101 | * x86-64-tdep.c: Update copyright year. | |
102 | (struct amd64_register_info): Rename from x86_64_register_info. | |
103 | (amd64_register_info): Rename from x86_64_register_info. | |
104 | (AMD64_NUM_REGS): Rename from X86_64_NUM_REGS. | |
105 | (amd64_register_name): Rename from x86_64_register_name. | |
106 | (amd64_register_type): Rename from x86_64_register_type. | |
107 | (amd64_dwarf_regmap): Rename from x86_64_dwarf_regmap. | |
108 | (amd64_dwarf_regmap_len): Rename from x86_64_dwarf_regmap_len. | |
109 | (amd64_dwarf_reg_to_regnum): Rename from | |
110 | x86_64_dwarf_reg_to_regnum. | |
111 | (amd64_convert_register_p): Rename from x86_64_convert_register_p. | |
112 | (amd64_push_dummy_call): Rename from x86_64_push_dummy_call. | |
113 | (AMD64_NUM_SAVED_REGS): Rename from X86_64_NUM_SAVED_REGS. | |
114 | (struct amd64_frame_cache): Renamed from x86_64_frame_cache. | |
115 | (amd64_alloc_frame_cache): Renamed from x86_64_alloc_frame_cache. | |
116 | (amd64_analyze_prologue): Rename from x86_64_analyze_prologue. | |
117 | (amd64_skip_prologue): Rename from x86_64_skip_prologue. | |
118 | (amd64_frame_cache): Rename from x86_64_frame_cache. | |
119 | (amd64_frame_this_id): Rename from x86_64_frame_this_id. | |
120 | (amd64_frame_prev_register): Rename from | |
121 | x86_64_frame_prev_register. | |
122 | (amd64_frame_unwind): Rename from x86_64_frame_unwind. | |
123 | (amd64_frame_sniffer): Rename from x86_64_frame_sniffer. | |
124 | (amd64_sigtramp_frame_cache): Rename from | |
125 | x86_64_sigtramp_frame_cache. | |
126 | (amd64_sigtramp_frame_prev_register): Rename from | |
127 | x86_64_sigtramp_frame_prev_register. | |
128 | (amd64_sigtramp_frame_unwind): Rename from | |
129 | x86_64_sigtramp_frame_unwind. | |
130 | (amd64_sigtramp_frame_sniffer): Rename from | |
131 | x86_64_sigtramp_frame_sniffer. | |
132 | (amd64_frame_base_address): Rename from x86_64_frame_base_address. | |
133 | (amd64_frame_base): Rename from x86_64_frame_base. | |
134 | (amd64_unwind_dummy_id): Rename from x86_64_unwind_dummy_id. | |
135 | (amd64_frame_align): Rename from x86_64_frame_align. | |
136 | (amd64_supply_fpregset): Rename from x86_64_supply_fpregset. | |
137 | (amd64_regset_from_core_section): Rename from | |
138 | x86_64_regset_from_core_section. | |
139 | (x86_64_init_abi): Update comments. | |
140 | ||
fca6aa58 NR |
141 | 2004-01-04 Nick Roberts <[email protected]> |
142 | ||
143 | * MAINTAINERS (write after approval): Add myself. | |
144 | ||
8ada74e3 MK |
145 | 2004-01-04 Mark Kettenis <[email protected]> |
146 | ||
147 | * sparc64-tdep.c (sparc64_store_arguments): Fix handling of | |
148 | `float' arguments. | |
149 | ||
5154b0cd MK |
150 | 2004-01-04 Mark Kettenis <[email protected]> |
151 | ||
152 | * sparc64-tdep.c (sparc64_store_floating_fields): Update comment | |
153 | such that it mentions a specific version of GCC that exhibits this | |
154 | bug. | |
155 | ||
fb316966 MK |
156 | 2004-01-03 Mark Kettenis <[email protected]> |
157 | ||
200cc553 MK |
158 | * sparc64-tdep.c (sparc64_store_floating_fields): If TYPE is a |
159 | structure that has a single `float' member, store it in %f1 in | |
160 | addition to %f0. | |
161 | ||
e226a4a0 MK |
162 | * sparc-sol2-nat.c: Add missing '\'. |
163 | ||
b9d4c5ed MK |
164 | * sparc-tdep.c (sparc32_return_value): New function. |
165 | (sparc32_use_struct_convention, sparc32_return_value_on_stack): | |
166 | Remove functions. | |
167 | (sparc32_gdbarch_init): Set return_value, don't set | |
168 | extract_return_value, store_return_value, use_struct_convention | |
169 | and return_value_on_stack. | |
170 | ||
fb316966 MK |
171 | * sparc-sol2-nat.c: Add missing ')'. |
172 | ||
1af510a8 JB |
173 | 2004-01-03 J. Brobecker <[email protected]> |
174 | ||
175 | * infrun.c (handle_step_into_function): New function. | |
176 | (handle_inferior_event): Extract out some code into the new | |
177 | function above. | |
178 | ||
5cf4d23a JB |
179 | 2004-01-03 J. Brobecker <[email protected]> |
180 | ||
181 | * infrun.c (handle_inferior_event): Move the declaration of | |
182 | real_stop_pc inside the if blocks where it is used. | |
183 | ||
60af1db2 MK |
184 | 2004-01-03 Mark Kettenis <[email protected]> |
185 | ||
186 | * sparc64-tdep.c (sparc64_16_byte_align_p) | |
187 | (sparc64_store_floating_fields, sparc64_store_floating_fields): | |
188 | Use check_typedef to get subtypes of structures and unions. | |
189 | (sparc64_store_return_value): Fix calculation of the appropriate | |
190 | offset into VALBUF when storing a structure or union. | |
191 | (sparc64_return_value): New function. | |
192 | (sparc64_use_struct_convention): Remove function. | |
193 | (sparc64_init_abi): Set return_value, don't set | |
194 | extract_return_value, store_return_value and | |
195 | use_struct_convention. | |
196 | ||
1a901d3f EZ |
197 | 2004-01-03 Eli Zaretskii <[email protected]> |
198 | ||
199 | * config/djgpp/fnchange.lst: Add lines for COPYING.LIBGLOSS, | |
200 | bfd/doc/ChangeLog-9103, bfd/elf32-m68hc1x.c, | |
201 | gdb/config/alpha/xm-alphaosf.h, | |
202 | gdb/config/powerpc/tm-ppcle-eabi.h, | |
203 | gdb/config/rs6000/tm-rs6000-aix4.h, gdb/gdbtk/ChangeLog-2001, | |
204 | gdb/gdbtk/ChangeLog-2002, gdb/gdbtk/ChangeLog-2003, | |
205 | gdb/gdbtk/plugins/intel-pentium/intel-pentium.tcl.in, | |
206 | gdb/gdbtk/plugins/rhabout/rhabout.tcl.in, gdb/i386-linux-nat.c, | |
207 | gdb/ia64-aix-nat.c, gdb/ia64-aix-tdep.c, gdb/ia64-linux-nat.c, | |
208 | gdb/ia64-linux-nat.c, gdb/ppc-linux-tdep.c, gdb/ppc-linux-nat.c, | |
209 | gdb/sparc64nbsd-nat.c, gdb/sparc64nbsd-tdep.c, | |
210 | gdb/sparc64-linux-nat.c, gdb/sparc64-linux-tdep.c, | |
211 | gdb/sparc64-nat.c, gdb/sparc64-tdep.c, gdb/sparc64-sol2-tdep.c, | |
212 | gdb/sparc-sol2-nat.c, gdb/sparc-sol2-tdep.c, | |
213 | gdb/testsuite/gdb.gdbtk/, gdb/testsuite/gdb.mi/mi-var-child.exp, | |
214 | nclude/ChangeLog-9103, include/coff/ChangeLog-9103, | |
215 | include/elf/ChangeLog-9103, include/opcode/ChangeLog-9103, | |
216 | opcodes/ChangeLog-0001, opcodes/ChangeLog-0203, | |
217 | opcodes/openrisc-dis.c, opcodes/openrisc-desc.h, | |
218 | sim/frv/profile-fr550.c, sim/frv/profile-fr550.h, | |
219 | sim/sh64/sem-compact-switch.c, sim/sh64/sem-media-switch.c, | |
220 | sim/testsuite/sim/sh64/compact/ldsl-mach.cgs, | |
221 | sim/testsuite/sim/sh64/compact/ldsl-macl.cgs, | |
222 | sim/testsuite/sim/sh64/compact/stsl-mach.cgs, and | |
223 | sim/testsuite/sim/sh64/compact/stsl-macl.cgs. | |
224 | Remove lines for .cvsignore files. | |
225 | ||
ef52e463 JB |
226 | 2004-01-03 J. Brobecker <[email protected]> |
227 | ||
228 | * infrun.c: Back out the previous change. | |
229 | ||
cb1bf9dc MK |
230 | 2004-01-03 Mark Kettenis <[email protected]> |
231 | ||
f0424ef6 MK |
232 | * NEWS: Mention revised SPARC target. Add sparc-*-lynxos* and |
233 | sparc-*-sunos4* to the list of REMOVED configurations. | |
234 | ||
cb1bf9dc MK |
235 | * configure.tgt: Add back sparc-*-vxworks*. |
236 | * remote-vxsparc.c: Remove all includes except for "defs.h", | |
237 | "regcache.h", "vx-share/ptrace.h" and "vx-share/regPacket.h". | |
238 | Include "sparc-tdep.h". | |
239 | (SPARC_R_G1): New define. | |
240 | (vxsparc_gregset): New variable. | |
241 | (ext_format_sparc): Remove extern declaration. | |
242 | (vx_read_register): Rewrite to use sparc32_supply_gregset and | |
243 | sparc32_supply_fpregset. | |
244 | (vx_write_register): Rewrite to use sparc32_collect_gregset, | |
245 | sparc_collect_rwindow and sparc32_collect_fpregset. | |
246 | * config/sparc/tm-vxworks.h: New file, based on recently removed | |
247 | tm-vxsparc.h. | |
248 | * config/sparc/vxworks.mt: New file, based on recently removed | |
249 | vxworks.mt. | |
250 | ||
5e938f9f JB |
251 | 2004-01-03 J. Brobecker <[email protected]> |
252 | ||
253 | * infrun.c (handle_step_into_function): New function. | |
254 | (handle_inferior_event): Extract out some code into the new | |
255 | function above. | |
256 | ||
386c036b MK |
257 | 2004-01-02 Mark Kettenis <[email protected]> |
258 | ||
259 | * Makefile.in (ALLDEPFILES): Remove sparc-linux-nat.c and | |
260 | sparcl-tdep.c. Add sparc-linux-tdep.c, sparc-sol2-nat.c, | |
261 | sparc-sol2-tdep.c, sparc-sol2-nat.c, sparc-sol2-tdep.c, | |
262 | sparc64-linux-nat.c, sparc64-linux-tdep.c, sparc64-nat.c, | |
263 | sparc64-sol2-tdep.c, sparc64-tdep.c, sparc64fbsd-nat.c, | |
264 | sparc64fbsd-tdep.c, sparcnbsd-nat.c, sparcnbsd-tdep.c. | |
265 | (sparc_nat_h): New variable. | |
266 | (sparcbsd_nat_h, sparcnbsd_tdep_h): Remove variables. | |
267 | (tm-sun4os4.h): Remove dependency. | |
268 | (sparcbsd-nat.o, sparc-linux-nat.o): Remove dependencies. | |
269 | (sparc64fbsd-nat.o, sparc64fbsd-tdep.o, sparc64nbsd-nat.o, | |
270 | sparc64-tdep.o, sparc-nat.o, sparcnbsd-nat.o, sparcnbsd-tdep.o, | |
271 | sparc-tdep.o): Update dependencies. | |
272 | (sparc-linux-tdep.o, sparc-sol2-nat.o, sparc-sol2-tdep.o, | |
273 | sparc64-linux-nat.o, sparc64-linux-tdep.o, sparc64-nat.o, | |
274 | sparc64-sol2-tdep.o, sparc64-tdep.o, sparc64nbsd-tdep.o): New | |
275 | dependencies. | |
276 | * configure.host: Remove existing sparc-*-lynxos*, | |
277 | sparc-*-solaris*, sparc-*-sunos4*, sparc-*-sunos5*, sparc-*-*, | |
278 | ultrasparc-*-freebsd, sparcv9-*-freebsd, sparc64-*-linux*, | |
279 | sparcv9-*-* and sparc64-*-* triplets. Add new sparc64-*-linux*, | |
280 | sparc-*-solaris2*, sparcv9-*-solaris2* and sparc64-*-solaris2* | |
281 | triplets. | |
282 | * configure.tgt: Remove exitsing sparc-*-aout*, sparc-*-coff*, | |
283 | sparc-*-elf*, sparc*-lynxos*, sparc-*-solars2*, sparc-*-sunos4*, | |
284 | sparc-*-sunos5*, sparc-*-vxworks*, sparc64-*linux*, sparc64-*-*, | |
285 | sparcv9-*-* and commented out sparc64-*-solars2* triplets. Add | |
286 | new sparc-*-solaris2.[0-6], sparc-*-solaris2.[0-6].*, | |
287 | sparc64-*-linux, sparc-*-solaris2*, sparcv9-*-solaris*, | |
288 | sparc64-*-solaris2* and sparc64-*-* triplets. | |
289 | * sparc64-tdep.c: Update copyright year. Include "inferior.h", | |
290 | "symtab.h" and "objfiles.h". | |
291 | (BIAS): Remove define. | |
292 | (X_OP, X_RD, X_A, X_COND, X_OP2, X_IMM22, X_OP3, X_I, X_DISP22) | |
293 | (X_DISP19): Remove macros. | |
294 | (sparc_fetch_instruction): Remove function. | |
295 | (struct gdbarch_tdep): Remove definition. | |
296 | (SPARC64_NUM_REGS, SPARC64_NUM_PSEUDO_REGS): Use ARRAY_SIZE. | |
297 | (sparc_breakpoint_from_pc): Remove function. | |
298 | (struct sparc64_frame_cache): Remove definition. | |
299 | (sparc64_alloc_frame_cache, sparc64_analyze_prologue, | |
300 | sparc64_unwind_pc): Remove functions. | |
301 | (sparc64_skip_prologue): Use `struct sparc_frame_cache' instead of | |
302 | `struct sparc64_frame_cache. Call sparc_analyze_prologue instead | |
303 | of sparc64_analyze_prologue. Mark constant as ULL instead of UL. | |
304 | (sparc64_frame_cache): Change return type to `struct | |
305 | sparc_frame_cache *'. Simply call sparc_frame_cache. | |
306 | (sparc64_frame_this_id, sparc64_frame_prev_register, | |
307 | sparc64_frame_base_address): Use `struct sparc_frame_cache' | |
308 | instead of `struct sparc64_frame_cache. | |
309 | (sparc_unwind_dummy_id, sparc_extract_struct_value_address, | |
310 | sparc_analyze_control_transfer, sparc_software_single_step, | |
311 | sparc64_gdbarch_init, sparc_supply_rwindow, sparc_fill_rwindow, | |
312 | _initialize_sparc64_tdep): Remove functions. | |
313 | (TSTATE_CWP, TSTATE_ICC, TSTATE_XCC): New macros. | |
314 | (PSR_S, PSR_ICC, PSR_VERS, PSR_IMPL, PSR_V8PLUS, PSR_XCC): New | |
315 | macros. | |
316 | (sparc64_supply_gregset, sparc64_collect_gregset, | |
317 | sparc64_supply_fpregset, sparc64_collect_fpregset): New functions. | |
318 | (sparc64_init_abi): New function. | |
319 | * sparc64-tdep.h: Update copyright year. Fix typo in multiple | |
320 | inclusion guard. Include "sparc-tdep.h". | |
321 | (BIAS): Define. | |
322 | (r_tstate_offset, r_fprs_offset): New defines. | |
323 | (enum sparc_regnum): Remove defenition. | |
324 | (enum sparc64_regnum): Reformat. | |
325 | (sparc_supply_rwindow, sparc_fill_rwindow): Remove prototypes. | |
326 | (sparc64_init_abi, sparc64_supply_gregset, | |
327 | sparc64_collect_gregset, sparc64_supply_fpregset, | |
328 | sparc64_collect_fpregset): New prototypes. | |
329 | (sparc64_sol2_gregset, sparc64nbsd_gregset, sparc64fbsd_gregset): | |
330 | Add extern declarations. | |
331 | (sparc64_sol2_init_abi): New prototype. | |
332 | (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg) | |
333 | (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove | |
334 | prototypes. | |
335 | * sparc64fbsd-nat.c: Include "sparc-nat.h", don't include | |
336 | "sparnbsd-nat.h". | |
337 | (sparc64fbsd_reg_supplies_p, sparc64fbsd_fpreg_supplies_p): Remove | |
338 | functions. | |
339 | (_initialize_sparc64fbsd_nat): Remove initialization of | |
340 | sparcbsd_supply_reg, sparcbsd_fill_reg, sparcbsd_supply_fpreg, | |
341 | sparcbsd_fill_fpreg, sparcbsd_reg_supplies_p, | |
342 | sparcbsd_fpreg_supplies_p. Initialize sparc_gregset. | |
343 | * sparc64fbsd-tdep.c: Update copyright year. Include "frame.h", | |
344 | "frame-unwind.h", "trad-frame.h" and "gdb_assert.h". | |
345 | (sparc64fbsd_r_global_offset, sparc64fbsd_r_out_offset) | |
346 | (sparc64fbsd_r_fprs_offset, sparc64fbsd_r_tnpc_offset) | |
347 | (sparc64fbsd_r_tpc_offset, sparc64fbsd_r_tstate_offset) | |
348 | (sparc64fbsd_r_y_offset): Remove variables. | |
349 | (sparc64fbsd_sizeof_struct_reg, sparc64fbsd_sizeof_struct_fpreg): | |
350 | Make static and const. | |
351 | (sparc64fbsd_supply_reg, sparc64fbsd_fill_reg) | |
352 | (sparc64fbsd_supply_fpreg, sparc64fbsd_fill_fpreg): Remove | |
353 | functions. | |
354 | (sparc64fbsd_gregset): New variable. | |
355 | (fetch_core_registers): Replace calls to sparc64fbsd_supply_reg | |
356 | and sparc64fbsd_supply_fpreg with calls to sparc64_supply_gregset | |
357 | and sparc64_supply_fpregset. | |
358 | (sparc64fbsd_pc_in_sigtramp, sparc64fbsd_sigtramp_frame_cache) | |
359 | (sparc64fbsd_sigtramp_frame_this_id) | |
360 | (sparc64fbsd_sigtramp_frame_prev_register): New functions. | |
361 | (sparc64fbsd_sigtramp_frame_unwind): New variable. | |
362 | (sparc64fbsd_sigtramp_frame_sniffer): New function. | |
363 | (sparc64fbsd_init_abi): Set pc_in_sigtramp, append | |
364 | sparc64fbsd_sigtramp_frame_sniffer. Call sparc64_init_abi. | |
365 | * sparcnbsd-tdep.c: Update copyright year. Include | |
366 | "floatformat.h", "frame.h", "frame-unwind.h", "symtab.h", | |
367 | "trad-frame.h" and "gdb_assert.h", don't include "target.h", | |
368 | "value.h" and "sparcnbsd-tdep.h". | |
369 | (REG32_OFFSET_PSR, REG32_OFFSET_PC, REG32_OFFSET_NPC) | |
370 | (REG32_OFFSET_Y, REG32_OFFSET_GLOBAL, REG32_OFFSET_OUT) | |
371 | (REG64_OFFSET_TSTATE, REG64_OFFSET_PC, REG64_OFFSET_NPC) | |
372 | (REG64_OFFSET_Y, REG64_OFFSET_GLOBAL, REG64_OFFSET_OUT): Remove | |
373 | defines. | |
374 | (sparcnbsd_gregset): New variable. | |
375 | (sparcnbsd_supply_reg32, sparcnbsd_supply_reg64) | |
376 | (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64) | |
377 | (sparcnbsd_supply_fpreg32, sparcnbsd_supply_fpreg64) | |
378 | (sparcnbsd_fill_reg32, sparcnbsd_fill_reg64): Remove functions. | |
379 | (sparc32nbsd_sigtramp_start, sparc32nbsd_sigtramp_end): New | |
380 | variables. | |
381 | (sparc32nbsd_pc_in_sigtramp, sparc32nbsd_sigcontext_frame_cache) | |
382 | (sparc32nbsd_sigcontext_frame_this_id) | |
383 | (sparc32nbsd_sigcontext_frame_prev_register): New functions. | |
384 | (sparc32nbsd_sigcontext_frame_unwind): New variable. | |
385 | (sparc32nbsd_sigtramp_frame_sniffer): New function. | |
386 | (sparcnbsd_get_longjmp_target_32, | |
387 | sparcnbsd_get_longjmp_target_64): Remove functions. | |
388 | (sparcnbsd_aout_in_solib_call_trampoline): Rewrite. | |
389 | (sparcnbsd_init_abi_common, sparcnbsd_init_aout, | |
390 | sparcnbsd_init_elf): Remove. | |
391 | (sparcnbsd_init_abi, sparcnbsd_aout_init_abi) | |
392 | (sparcnbsd_elf_init_abi): New functions. | |
393 | (_initialize_sparcnbsd_tdep): New prototype. | |
394 | (_initialize_sparnbsd_tdep): Update. | |
395 | * config/sparc/fbsd.mh (NATDEPFILES): Remove sparcbsd-nat.o and | |
396 | corelow.o. Add sparc64-nat.o and sparc-nat.o. | |
397 | * config/sparc/fbsd.mt (TDEPFILES): Add sparc-tdep.o and corelow.o. | |
398 | * config/sparc/linux.mh: Update comment. | |
399 | (XM_FILE, HOST_IPC): Remove variables. | |
400 | (NATDEPFILES): Add sparc-sol2-nat.o and core-regset.o. Remove | |
401 | sparc-linux-nat.o. | |
402 | * config/sparc/linux.mt: Update comment. | |
403 | (TDEPFILES): Add sparc-sol2-tdep.o and sparc-linux-tdep.o. | |
404 | * config/sparc/nbsd.mt: Reformat. | |
405 | * config/sparc/nbsd64.mh: Update comment. | |
406 | (NATDEPFILES): Add sparc-nat.o. | |
407 | * config/sparc/nbsd64.mt: Update comment. | |
408 | (TDEPFILES): Add sparc64-tdep.o and sparc64nbsd-tdep.o. | |
409 | (TM_FILE): Set to tm-nbsd.h. | |
410 | * config/sparc/nbsdelf.mh: Update comment. | |
411 | (NATDEPFILES): Add sparc-nat.o. | |
412 | (XM_FILE): Delete. | |
413 | * config/sparc/nbsdaout.mh: Update comment. | |
414 | (NATDEPFILES): Add sparc-nat.o | |
415 | (XM_FILE): Delete. | |
416 | * config/sparc/nm-linux.h: Update copyright year. Don't include | |
417 | "config/nm-svr4.h" and "solib.h". Add protection against multiple | |
418 | inclusion. | |
419 | (KERNEL_U_SIZE): Remove define. | |
420 | (kernel_u_size): Remove prototype. | |
421 | (PTRACE_ARG3_TYPE, PTRACE_XFER_TYPE): Define. | |
422 | * config/sparc/nm-nbsd.h: Update copyright. Don't include | |
423 | "regcache.h". | |
424 | (CHILD_PREPARE_TO_STORE): Remove define. | |
425 | * config/sparc/nm-nbsdaout.h: Tweak some comments. | |
426 | * sparc-nat.c, sparc-tdep.c, sparc-tdep.h, sparc64nbsd-nat.c, | |
427 | sparcnbsd-nat.c: Rewrite files. | |
428 | * config/sparc/tm-linux.h, config/sparc/tm-nbsd.h: Rewrite files. | |
429 | * sparc-linux-nat.c, sparcbsd-nat.c, sparcbsd-nat.h, | |
430 | sparcnbsd-tdep.h: Remove files. | |
431 | * config/sparc/nm-sparclynx.h, config/sparc/nm-sun4os4.h, | |
432 | config/sparc/nm-sun4sol2.h, config/sparc/sp64.mt, | |
433 | config/sparc/sp64linux.mt, config/sparc/sp64sol2.mt, | |
434 | config/sparc/sparc-em.mt, config/sparc/sparclynx.mh, | |
435 | config/sparc/sparclynx.mt, config/sparc/sun4os4.mh, | |
436 | config/sparc/sun4os4.mt, config/sparc/sun4sol2.mh, | |
437 | config/sparc/sun4sol2.mt, config/sparc/tm-sp64.h, | |
438 | config/sparc/tm-sp64linux.h, config/sparc/tm-sparc.h, | |
439 | config/sparc/tm-sparclynx.h, config/sparc/tm-spc-em.h, | |
440 | config/sparc/tm-sun4os4.h, config/sparc/tm-sun4sol2.h, | |
441 | config/sparc/tm-vxsparc.h, config/sparc/vxsparc.mt, | |
442 | config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h: Remove files. | |
443 | * sparc-linux-tdep.c, sparc-nat.h, sparc-sol2-nat.c, | |
444 | sparc-sol2-tdep.c, sparc64-linux-nat.c, sparc64-linux-t dep.c, | |
445 | sparc64-nat.c, sparc64-sol2-tdep.c, sparc64nbsd-tdep.c: New files. | |
446 | * config/sparc/linux64.mh, config/sparc/linux64.mt, | |
447 | config/sparc/nm-sol2.h, config/sparc/sol2-64.mt, | |
448 | config/sparc/sol2.mh, config/sparc/sol2.mt, config/sparc/sparc.mt, | |
449 | config/sparc/sparc64.mt, config/sparc/tm-sol2.h: New files. | |
450 | ||
ee84457a AC |
451 | 2004-01-02 Andrew Cagney <[email protected]> |
452 | ||
453 | From 2003-12-18 Kazuhiro Inaoka: | |
454 | * configure.host: Add m32r-linux target. | |
455 | ||
0bc2134e MC |
456 | 2004-01-02 Michael Chastain <[email protected]> |
457 | ||
458 | * top.c (print_gdb_version): Update year to 2004. | |
459 | ||
89a72f9c MM |
460 | 2004-01-02 Mark Mitchell <[email protected]> |
461 | ||
462 | * MAINTAINERS: Add myself to the write-after-approval category. | |
463 | ||
86b013ed DJ |
464 | 2004-01-02 Daniel Jacobowitz <[email protected]> |
465 | ||
466 | From Bernardo Innocenti <[email protected]>: | |
467 | * configure.tgt: Add uClinux target. | |
468 | ||
e42c9534 AC |
469 | 2004-01-02 Andrew Cagney <[email protected]> |
470 | ||
471 | * utils.c (do_my_cleanups): Make static, add forward declaration. | |
472 | * defs.h (do_my_cleanups): Delete declaration. | |
473 | ||
162467d3 EZ |
474 | 2004-01-02 Eli Zaretskii <[email protected]> |
475 | ||
476 | * config/djgpp/fnchange.lst: Add lines for gdb/ChangeLog-2003 and | |
477 | bfd/ChangeLog-0203. | |
478 | ||
78434e59 MK |
479 | 2004-01-02 Mark Kettenis <[email protected]> |
480 | ||
481 | * configure.in: Check for <machine/reg.h>. Check for `struct reg' | |
482 | in <machine/reg.h>. | |
483 | * configure, config.in: Regenerate. | |
484 | ||
af1c6d45 | 485 | For older changes see ChangeLog-2003 |
c906108c SS |
486 | \f |
487 | Local Variables: | |
488 | mode: change-log | |
489 | left-margin: 8 | |
490 | fill-column: 74 | |
491 | version-control: never | |
492 | End: |