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