merge from gcc
[deliverable/binutils-gdb.git] / gdb / ChangeLog
CommitLineData
1581f359
JB
12006-01-27 Joel Brobecker <brobecker@adacore.com>
2
3 * MAINTAINERS: Use a consistent email address for brobecker.
4
37706b70
JB
52006-01-27 Joel Brobecker <brobecker@adacore.com>
6
7 * infcmd.c (post_create_inferior): Fix copy/paste error introduced
8 in the previous change.
9
9353355f
DJ
102006-01-24 Daniel Jacobowitz <dan@codesourcery.com>
11
12 PR gdb/1914
13 * fork-child.c (fork_inferior): Don't call
14 solib_create_inferior_hook.
15 * infcmd.c (post_create_inferior): Call solib_add,
16 solib_create_inferior_hook, and re_enable_breakpoints_in_shlibs.
17 (attach_command): Don't call solib_add or
18 re_enable_breakpoints_in_shlibs. Call post_create_inferior
19 instead.
20 * remote.c (remote_open_1): Don't call solib_create_inferior_hook
21 or observer_notify_inferior_created. Call post_create_inferior
22 instead.
23 * corelow.c: Don't include "observer.h".
24 (solib_add_stub): Deleted.
25 (core_open): Don't call observer_notify_inferior_created or
26 solib_add_stub. Call post_create_inferior instead.
27 * inf-ptrace.c: Don't include "observer.h".
28 (inf_ptrace_attach): Don't call observer_notify_inferior_created.
29 * inf-ttrace.c: Don't include "observer.h".
30 (inf_ttrace_attach): Don't call observer_notify_inferior_created.
31 * inferior.h (solib_create_inferior_hook): Remove redundant
32 prototype.
33 * inftarg.c: Don't include "observer.h".
34 (child_attach): Don't call observer_notify_inferior_created.
35 * Makefile.in: Update dependencies.
36
281b533b
DJ
372006-01-24 Daniel Jacobowitz <dan@codesourcery.com>
38
39 * infcmd.c: Include "observer.h".
40 (post_create_inferior): New function.
41 (run_command_1): Call it. Also call proceed.
42 * inferior.h (post_create_inferior): New prototype.
43 * Makefile.in (infcmd.o): Update.
44
45 * gnu-nat.c (gnu_create_inferior): Don't call proceed.
46 * go32-nat.c (go32_create_inferior): Likewise.
47 * nto-procfs.c (procfs_create_inferior): Likewise.
48 * procfs.c (procfs_create_inferior): Likewise.
49 * remote-sim.c (gdbsim_create_inferior): Likewise.
50 * remote.c (extended_remote_create_inferior)
51 (extended_remote_async_create_inferior): Likewise.
52 * win32-nat.c (win32_create_inferior): Likewise.
53 * wince.c (child_create_inferior): Likewise.
54
55 * monitor.c (monitor_create_inferior): Don't call proceed.
56 Set the PC manually.
57 * ocd.c (ocd_create_inferior): Likewise.
58 * remote-e7000.c (e7000_create_inferior): Likewise.
59 * remote-m32r-sdi.c (m32r_create_inferior): Likewise.
60 * remote-mips.c (mips_create_inferior): Likewise.
61 * remote-rdp.c (remote_rdp_create_inferior): Likewise.
62 * remote-sds.c (sds_create_inferior): Likewise.
63 * remote-st.c (st2000_create_inferior): Likewise.
64
65 * inf-ptrace.c (inf_ptrace_create_inferior): Don't call
66 proceed or observer_notify_inferior_created.
67 * inf-ttrace.c (inf_ttrace_create_inferior): Likewise.
68 * inftarg.c (child_create_inferior): Likewise.
69
e23fc6de
DJ
702006-01-24 Daniel Jacobowitz <dan@codesourcery.com>
71
72 * linux-thread-db.c (thread_db_mourn_inferior): Remove breakpoints
73 after mourning the inferior.
74
13d6656b
JB
752006-01-24 Jim Blandy <jimb@redhat.com>
76
77 * valarith.c (binop_user_defined_p): Handle refs to typedefs.
78
59f92a09
FF
792006-01-24 Fred Fish <fnf@specifix.com>
80
81 * parse.c (source.h): Include.
82 (parse_exp_in_context): Use static source context if no
83 other context found.
84
dda63807
AS
852006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
86
87 * sh-tdep.c: Include reggroups.h.
88 (sh_register_reggroup_p): New function.
89 (sh_gdbarch_init): Add call to set_gdbarch_register_reggroup_p.
90 * Makefile.in (sh-tdep.o): Add dependency on reggroups.h.
91
4b505b12
AS
922006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
93
94 * cli/cli-cmds.c: Include fcntl.h.
95 (source_command): Use the GDB search path to find script files.
96
721d14ba
DJ
972006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
98
99 PR tdep/2029
100 Suggested by Till Straumann <strauman@slac.stanford.edu>:
101 * rs6000-tdep.c (skip_prologue): Update check for later mtlr
102 instructions. Handle PIC bcl.
103
3d64d617
DJ
1042006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
105
106 * config/djgpp/README: Typo fix.
107 * config/djgpp/fnchange.lst: Update.
108
0a8f48b9
MK
1092006-01-22 Mark Kettenis <kettenis@gnu.org>
110
c893be75
MK
111 * sparc-tdep.h (struct gdbarch_tdep): Add step_trap member.
112 (sparc_address_from_register): New prototype.
113 (sparcnbsd_step_trap): New prototype.
114 * sparc-tdep.c (sparc_address_from_register): Make globally
115 visible.
116 (sparc_analyze_control_transfer): Change prototype to accept
117 `struct gdbarch *' as first argument. Allow for optional hnadling
118 for trap instructions.
119 (sparc_step_trap): New function.
120 (sparc_software_single_step): Adjust call to
121 sparc_analyze_control_trabsfer.
122 (sparc32_gdbarch_init): Initialize TDEP->step_trap.
123 * sparcnbsd-tdep.c (sparcnbsd_step_trap): New function.
124 (sparc32nbsd_init_abi): Set TDEP->step_trap.
125 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Set TDEP->step_trap.
126 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Set TDEP->step_trap.
127
0a8f48b9
MK
128 * sparc-tdep.c (sparc32_return_value): Convert to use
129 RETURN_VALUE_ABI_PRESERVES_ADDRESS instead of
130 RETURN_VALUE_STRUCT_CONVENTION.
131 (sparc32_extract_struct_value_address): Remove.
132
1f3a99d5
DJ
1332006-01-21 Daniel Jacobowitz <dan@codesourcery.com>
134
135 * avr-tdep.c (avr_address_to_pointer, avr_pointer_to_address)
136 (avr_extract_return_value, avr_frame_prev_register): Use gdb_byte.
137
84eb3c4f
DJ
1382006-01-21 Daniel Jacobowitz <dan@codesourcery.com>
139
140 * solib.c (info_sharedlibrary_command): Avoid internal_error.
141
878d9193
MK
1422006-01-21 Mark Kettenis <kettenis@gnu.org>
143
144 * i386-tdep.c (i386_mxcsr_type): New variable.
145 (i386_init_types): Initialize i386_mxcsr_type.
146 (i386_register_type): Return i386_mxcsr_type for %mxcsr.
147 * i386-tdep.c (i386_mxcsr_type): New extern.
148 * amd64-tdep.c (amd64_register_info): Return i386_mxcsr_type for
149 %mxcsr.
150
acab6ab2
MM
1512006-01-20 Mark Mitchell <mark@codesourcery.com>
152
153 * Makefile.in (remote-rdi.o): Remove.
154 (rdi-share/libangsd.a): Likewise.
155 * README: Don't mention remote-rdi.c.
156 * NEWS: Mention removal of rdi-share.
157 * configure.ac: Don't configure rdi-share subdirectory.
158 * remote-rdi.c: Remove.
159 * config/arm/embed.mt (TDEPFILES): Remove remote-rdi.o.
160 (TDEPLIBS): Remove rdi-share/libangsd.a.
161 * rdi-share/Makefile.am: Remove.
162 * rdi-share/Makefile.in: Likewise.
163 * rdi-share/README.CYGNUS: Likewise.
164 * rdi-share/aclocal.m4: Likewise.
165 * rdi-share/adp.h: Likewise.
166 * rdi-share/adperr.h: Likewise.
167 * rdi-share/angel.h: Likewise.
168 * rdi-share/angel_bytesex.c: Likewise.
169 * rdi-share/angel_bytesex.h: Likewise.
170 * rdi-share/angel_endian.h: Likewise.
171 * rdi-share/ardi.c: Likewise.
172 * rdi-share/ardi.h: Likewise.
173 * rdi-share/armdbg.h: Likewise.
174 * rdi-share/buffers.h: Likewise.
175 * rdi-share/chandefs.h: Likewise.
176 * rdi-share/channels.h: Likewise.
177 * rdi-share/chanpriv.h: Likewise.
178 * rdi-share/configure: Likewise.
179 * rdi-share/configure.in: Likewise.
180 * rdi-share/crc.c: Likewise.
181 * rdi-share/crc.h: Likewise.
182 * rdi-share/dbg_conf.h: Likewise.
183 * rdi-share/dbg_cp.h: Likewise.
184 * rdi-share/dbg_hif.h: Likewise.
185 * rdi-share/dbg_rdi.h: Likewise.
186 * rdi-share/devclnt.h: Likewise.
187 * rdi-share/devices.h: Likewise.
188 * rdi-share/devsw.c: Likewise.
189 * rdi-share/devsw.h: Likewise.
190 * rdi-share/drivers.c: Likewise.
191 * rdi-share/drivers.h: Likewise.
192 * rdi-share/etherdrv.c: Likewise.
193 * rdi-share/ethernet.h: Likewise.
194 * rdi-share/host.h: Likewise.
195 * rdi-share/hostchan.c: Likewise.
196 * rdi-share/hostchan.h: Likewise.
197 * rdi-share/hsys.c: Likewise.
198 * rdi-share/hsys.h: Likewise.
199 * rdi-share/logging.c: Likewise.
200 * rdi-share/logging.h: Likewise.
201 * rdi-share/msgbuild.c: Likewise.
202 * rdi-share/msgbuild.h: Likewise.
203 * rdi-share/params.c: Likewise.
204 * rdi-share/params.h: Likewise.
205 * rdi-share/rx.c: Likewise.
206 * rdi-share/rxtx.h: Likewise.
207 * rdi-share/serdrv.c: Likewise.
208 * rdi-share/serpardr.c: Likewise.
209 * rdi-share/sys.h: Likewise.
210 * rdi-share/tx.c: Likewise.
211 * rdi-share/unixcomm.c: Likewise.
212 * rdi-share/unixcomm.h: Likewise.
213
4577207e
MK
2142006-01-21 Mark Kettenis <kettenis@gnu.org>
215
216 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register):
217 Change type of last argument to `gdb_byte *'.
218
34f55018
MK
2192006-01-20 Mark Kettenis <kettenis@gnu.org>
220
221 * hppa-tdep.h (hppa_in_solib_call_trampoline)
222 (hppa_skip_trampoline_code): New prototypes.
223 * hppa-tdep.c (struct insn_pattern): New.
224 (hppa_long_branch_stub, hppa_long_branch_pic_stub)
225 (hppa_import_stub, hppa_import_pic_stub, hppa_plt_stub): Moved
226 here from hppa-linux-tdep.c
227 (HPPA_MAX_INSN_PATTERN_LEN): New define.
228 (hppa_match_insns, hppa_match_insns_relaxed, hppa_in_dyncall)
229 (hppa_in_solib_call_trampoline, hppa_skip_trampoline_code): New
230 functions based on functions removed from hppa-linux-tdep.c.
231 * hppa-linux-tdep.c (hppa_long_branch_stub)
232 (hppa_long_branch_pic_stub, hppa_import_stub)
233 (hppa_import_pic_stub, hppa_plt_stub): Moved to hppa-tdep.c.
234 (insns_match_pattern_relaxed, hppa_linux_in_dyncall)
235 (hppa_linux_in_solib_call_trampoline)
236 (hppa_linux_skip_trampoline_code): Removed.
237 (hppa_linux_init_abi): Set TDEP->in_solib_call_tranpoline to
238 hppa_in_solib_call_trampoline and skip_trampoline_code to
239 hppa_skip_trampoline_code.
240 * hppabsd-tdep.c (hppabsd_init_abi): Set
241 TDEP->in_solib_call_trampoline and skip_trampoline_code.
242
7be93b9e
JB
2432006-01-20 Jim Blandy <jimb@redhat.com>
244
f408839d
JB
245 * MAINTAINERS: Change my E-mail address.
246
7be93b9e
JB
247 * configure.ac: Add -Wno-pointer-sign to list of build warnings.
248 * configure: Regenerated.
249
b2a74f99
DJ
2502006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
251
252 * MAINTAINERS: Overhaul.
253
4f2aea11
MK
2542006-01-18 Mark Kettenis <kettenis@gnu.org>
255
5ae96ec1
MK
256 Based on a previous patch form Michal Ludvig:
257 * amd64-tdep.c (amd64_sse_type): Remove.
258 (amd64_register_info): Use i386_eflags_type and i386_sse_type
259 where appropriate.
260 (AMD64_NUM_REGS): Use ARRAY_SIZE.
261 (amd64_register_type): Remove code to build amd_sse_type.
262 * i386-tdep.c (i386_eflag_type): New variable.
263 (i386_mmx_type, i386_sse_type): Make global.
264 (i386_init_types): New function.
265 (i386_build_mmx_type, i386_build_sse_type): Remove functions.
266 (i386_register_type): Return i386_eflag_type, i386_sse_type and
267 i386_mmx_type when appropriate.
268 (_initialize_i386_tdep): Call i386_init_types.
269 * i386-tdep.h (i386_eflags_type, i386_mmx_type, i386_sse_type):
270 Declare extern.
271
4f2aea11
MK
272 Based on a previous patch form Michal Ludvig:
273 * gdbtypes.c (append_flags_type_flag, init_flags_type): New
274 functions.
275 (is_integral_type, rank_one_type, recursive_dump_type): Add
276 support for TYPE_CODE_FLAGS.
277 * gdbtypes.h (enum type_code): Add TYPE_CODE_FLAGS.
278 (append_flags_type_field, init_flags_type): New prototypes.
279 * ada-valprint.c (ada_val_print_1): Add support for
280 TYPE_CODE_FLAGS.
281 * c-valprint.c (c_val_print): Likewise.
282 * f-valprint.c (f_val_print): Likewise.
283 * p-valprint.c (pascal_val_print): Likewise.
284 * valprint.c (val_print_type_code_flags): New function.
285 * valprint.h (val_print_type_code_flags): New prototype.
286 * value.c (unpack_long, value_from_longest): Add support for
287 TYPE_CODE_FLAGS.
288
4cdb5adf
CF
2892006-01-17 Christopher Faylor <cgf@timesys.com>
290
291 * MAINTAINERS: Very belatedly remove myself from from the list of
292 people caught up in the paper trail.
293
1193688d
JB
2942006-01-17 Jim Blandy <jimb@redhat.com>
295
4e38b386
JB
296 * symtab.h (struct general_symbol_info): Use gdb_byte for
297 value.bytes.
298 * stabsread.c (define_symbol): Use gdb_byte for the buffer holding
299 a floating-point constant's value.
300 * dwarf2read.c (dwarf2_const_value): Remove casts of value buffer
301 to char *.
302 * findvar.c (read_var_value): Eliminate needless temporary.
303
1193688d
JB
304 * dwarf2-frame.c (dwarf2_read_section): Update forward declaration
305 to match prior change to dwarf2_read_section's type.
306
0d1243d9
PG
3072006-01-16 Paul Gilliam <pgilliam@us.ibm.com>
308
309 * ppc-tdep.h (PPC_MAX_EPILOGUE_INSTRUCTIONS): New define.
310 * rs6000-tdep.c (insn_changes_sp_or_jumps)
311 (rs6000_in_function_epilogue_p): New functions.
312 (rs6000_gdbarch_init): Set in_function_epilogue_p.
313
fe1b8b76
JB
3142006-01-17 Jim Blandy <jimb@redhat.com>
315
316 * dwarf2read.c (struct dwarf2_per_objfile, struct comp_unit_head)
317 (struct line_header, struct partial_die_info, struct dwarf_block):
318 Use gdb_byte for members that refer to Dwarf section contents.
319 (dwarf2_read_abbrevs, dwarf2_read_section, dwarf_decode_lines,
320 dwarf_decode_macros, load_comp_unit, load_partial_dies,
321 locate_pdi_sibling, partial_read_comp_unit_head, peek_die_abbrev,
322 read_1_byte, read_1_signed_byte, read_2_bytes, read_4_bytes,
323 read_8_bytes, read_address, read_attribute, read_attribute_value,
324 read_comp_unit, read_comp_unit_head, read_die_and_children,
325 read_die_and_siblings, read_full_die, read_indirect_string,
326 read_initial_length, read_n_bytes, read_offset, read_partial_die,
327 read_signed_leb128, read_string, read_unsigned_leb128,
328 skip_children, skip_leb128, skip_one_die): Same.
329
a0841d7a
DJ
3302006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
331
332 * complaints.c (stop_whining): Make signed.
333 * linux-thread-db.c (thread_db_store_registers): Use gdb_byte.
334
939b2b42
DJ
3352006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
336
337 * dwarf2read.c, remote-fileio.c, remote.h: Update copyright
338 notices.
339
891d2f0b
DJ
3402006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
341
342 * dwarf2read.c (peek_die_abbrev, read_address, read_initial_length)
343 (read_offset): Change BYTES_READ argument to unsigned int.
344 (dwarf2_build_psymtabs_easy, read_comp_unit_head)
345 (create_all_comp_units, dwarf2_get_pc_bounds)
346 (dwarf_decode_line_header, var_decode_location)
347 (dwarf_decode_macros): Change local BYTES_READ variables to
348 unsigned int.
349 (read_indirect_string): Remove obsolete cast.
350
cfd77fa1
DJ
3512006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
352
353 * remote-fileio.c (remote_fileio_return_success): Take a gdb_byte
354 argument.
355 (remote_fileio_func_open, remote_fileio_func_rename)
356 (remote_fileio_func_unlink, remote_fileio_func_stat)
357 (remote_fileio_func_fstat, remote_fileio_func_gettimeofday)
358 (remote_fileio_func_system): Cast the arguments to
359 remote_read_bytes and remote_write_bytes.
360 (remote_fileio_func_read, remote_fileio_func_write): Use a
361 gdb_byte buffer.
362 * remote.h (remote_read_bytes, remote_write_bytes): Update
363 prototypes.
364 * remote.c (hex2bin, bin2hex): Use gdb_byte for the BIN argument.
365 (threadref_to_int): Replace bogus char * cast.
366 (remote_unpack_thread_info_response): Use int for tag.
367 (remote_threads_extra_info, remote_check_symbols): Cast string
368 arguments to hex2bin.
369 (remote_wait): Use a char buffer for packets and a gdb_byte
370 buffer for registers.
371 (remote_async_wait): Likewise.
372 (remote_prepare_to_store, store_register_using_P)
373 (remote_store_registers): Use gdb_byte buffers.
374 (remote_write_bytes, remote_read_bytes): Use a gdb_byte pointer
375 for MYADDR and char buffers for strings.
376 (remote_xfer_partial): Add casts for string operations on READBUF.
377 (remote_rcmd): Cast strings passed to bin2hex.
378
60bf0650
MM
3792006-01-16 Mark Mitchell <mark@codesourcery.com>
380
381 * aclocal.m4: Regenerate.
382
60e81fcc
NS
3832006-01-16 Nathan Sidwell <nathan@codesourcery.com>
384
385 * mt-tdep.c (enum mt_gdb_regnums): Add MT_COPRO_PSEUDOREG_ARRAY,
386 MT_COPRO_PSEUDOREG_DIM_1, MT_COPRO_PSEUDOREG_DIM_2,
387 MT_COPRO_PSEUDOREG_REGS members. Adjust MT_NUM_PSEUDO_REGS.
388 (mt_register_name): Lazily synthesize name for coprocessor pseudo
389 array registers.
390 (mt_copro_register_type): New. Broken out of ...
391 (mt_register_type): ... here. Use it. Deal with coprocessor
392 pseudo array.
393 (mt_select_coprocessor): New.
394 (mt_pseudo_register_read, mt_pseudo_register_write): Deal with
395 coprocessor pseudo array.
396
f365de73
AS
3972006-01-16 Andrew Stubbs <andrew.stubbs@st.com>
398
399 * breakpoint.c (insert_breakpoints): Check that a thread exists
400 before inserting thread specific breakpoints.
401
9d519230
MK
4022006-01-15 Mark Kettenis <kettenis@gnu.org>
403
6062517a
MK
404 * osabi.c (generic_elf_osabi_sniffer): Fix typo in previous
405 commit.
406
9d519230
MK
407 * alpha-tdep.c (alpha_gdbarch_init): Set cannot_step_breakpoint.
408 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Remove.
409 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Remove.
410 * config/alpha/nm-nbsd.h: Remove file.
411 * config/alpha/nm-fbsd.h: Remove file
412 * config/alpha/nbsd.mh (NAT_FILE): Remove.
413 * config/alpha/fbsd.mh (NAT_FILE): Remove.
414
0a029df5
DJ
4152006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
416
417 * macroexp.c (expand): Initialize argc.
418 * stabsread.c (read_type): Handle errors from read_args.
419 (read_args): Return NULL for errors.
420
1731e543
MK
4212006-01-15 Mark Kettenis <kettenis@gnu.org>
422
423 * osabi.c (generic_elf_osabi_sniffer): Use memcmp instead of
424 strcmp to compare string to a byte buffer.
425
777ea8f1
DJ
4262006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
427
428 * printcmd.c (output_command): Always initialize fmt.size.
429 (printf_command): Use gdb_byte.
430 * symfile.c (separate_debug_file_exists): Use gdb_byte.
431 (load_section_callback, read_target_long_array): Likewise.
432 (simple_read_overlay_table, simple_read_overlay_region_table)
433 (simple_overlay_update_1): Correct calls to read_target_long_array.
434 * valprint.c (partial_memory_read): Change MYADDR to a gdb_byte *.
435 Also change local pointers.
436 (val_print_string): Use gdb_byte.
437
4b17b389
MK
4382006-01-15 Mark Kettenis <kettenis@gnu.org>
439
440 * alphafbsd-tdep.c: Include "solib-svr4.h".
441 (alphafbsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
442 svr4_lp64_fetch_link_map_offsets.
443 * Makefile.in (alphafbsd-tdep.o): Update dependencies.
444 * config/alpha/fbsd.mt (TDEPFILES): Add corelow.o, solib.o and
445 solib-svr4.o.
446 * config/alpha/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
447 and solib-legacy.o.
448 * config/alpha/nm-fbsd.h: Don't include "solib.h".
449
bd4109fb
DJ
4502006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
451
452 * source.c (_initialize_source): Use add_setshow_integer_cmd.
453
1dce6535
DJ
4542006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
455
456 * linux-fork.c (delete_fork_command, detach_fork_command): Use
457 PIDGET.
458
76a9d10f
MK
4592006-01-15 Mark Kettenis <kettenis@gnu.org>
460
461 * arm-linux-tdep.c (arm_linux_svr4_fetch_link_map_offsets):
462 Remove.
463 (arm_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
464 svr4_ilp32_fetch_link_map_offsets.
465 * cris-tdep.c (cris_linux_svr4_fetch_link_map_offsets): Remove
466 function.
467 (cris_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
468 svr4_ilp32_fetch_link_map_offsets.
469 * mips-linux-tdep.c (mips_linux_svr4_fetch_link_map_offsets)
470 (mips64_linux_svr4_fetch_link_map_offsets): Remove functions.
471 (mips_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
472 svr4_ilp32_fetch_link_map_offsets or svr4_lp64_fetch_link_map_offsets
473 where appropriate.
474 * nbsd-tdep.c (nbsd_ilp32_solib_svr4_fetch_link_map_offsets):
475 Simply call svr4_ilp32_fetch_link_map_offsets.
476 (nbsd_lp64_solib_svr4_fetch_link_map_offsets): Simply call
477 svr4_lp64_fetch_link_map_offsets.
478 * ppc-linux-tdep.c (ppc_linux_svr4_fetch_link_map_offsets): Remove
479 function.
480 (ppc_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
481 svr4_ilp32_fetch_link_map_offsets.
482 * s390-tdep.c (s390_svr4_fetch_link_map_offsets)
483 (s390x_svr4_fetch_link_map_offsets): Remove functions.
484 (s390_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
485 svr4_ilp32_fetch_link_map_offsets or svr4_lp64_fetch_link_map_offsets
486 where appropriate.
487
469db033
MK
4882006-01-15 Mark Kettenis <kettenis@gnu.org>
489
25224166
MK
490 * arm-tdep.c (arm_return_value): Change type of readbuf and
491 writebuf arguments to `gdb_byte *'.
492
469db033
MK
493 * s390-tdep.c: Do not include "tm.h" and "../bfd/bfd.h".
494 * Makefile.in (s390-tdep.o): Update dependencies.
495
4dd7c9f6
MK
4962006-01-14 Mark Kettenis <kettenis@gnu.org>
497
081bf9da
MK
498 * sol2-tdep.h. sol2-tdep.c: New files.
499 * amd64-sol2-tdep.c: Include "sol2-tdep.h".
500 (amd64_sol2_init_abi): Set skip_solib_resolver.
501 * i386-sol2-tdep.c: Include "sol2-tdep.h".
502 (i386_sol2_init_abi): Set skip_solib_resolver.
503 * sparc-sol2-tdep.c: Include "sol2-tdep.h".
504 (sparc32_sol2_init_abi): Set skip_solib_resolver.
505 * sparc64-sol2-tdep.c: Include "sol2-tdep.h".
506 (sparc64_sol2_init_abi): Set skip_solib_resolver.
507 * Makefile.in (sol2_tdep_h): New variable.
508 (ALLDEPFILES): Add sol2-tdep.c.
509 (sol2-tdep.o): New target.
510 (amd64-sol2-tdep.o, i386-sol2-tdep.o, sparc-sol2-tdep.o)
511 (sparc64-sol2-tdep.o): Update dependencies
512 * config/i386/i386sol2.mt (TDEPFILES): Add sol2-tdep.o.
513 * config/i386/sol2-64.mt (TDEPFILES): Add sol2-tdep.o.
514 * config/sparc/sol2.mt (TDEPFILES): Add sol2-tdep.o.
515 * config/sparc/sol2-64.mt (TDEPFILES): Add sol2-tdep.o.
516
c0f96416
MK
517 * hppa-linux-tdep.c: Fix copyright indentation.
518
4dd7c9f6
MK
519 * hppa-tdep.h (enum hppa_regnum): Add HPPA_FP31R_REGNUM.
520 * hppabsd-nat.c (hppabsd_fpregset_supplies_p)
521 (hppabsd_supply_fpregset, hppabsd_collect_fpregset): New
522 functions.
523 (hppabsd_fetch_registers, hppabsd_store_registers): Handle
524 floating-point registers.
525
6da86618
MM
5262006-01-13 Mark Mitchell <mark@codesourcery.com>
527
528 * event-loop.c (gdb_select): Detect file descriptors that have
529 been closed.
530
ed944ce7
MK
5312006-01-13 Mark Kettenis <kettenis@gnu.org>
532
533 * hppabsd-tdep.c (hppabsd_init_abi): Set long_double_bit to 64,
534 and long_double_format accordingly.
535
03ee6b2e
PH
5362006-01-12 Paul N. Hilfinger <hilfinger@adacore.com>
537
538 * ada-exp.y (yyerror): Change message to ignore the argument, avoiding
539 translation problems.
540 * ada-lang.c (ada_value_struct_elt): Change interface and handling
541 of errors to avoid translation problem (and less than optimal error
542 messages).
543 (ada_value_tag, ada_tag_name_1, ada_tag_name_2, ada_evaluate_subexp):
544 Use new interface to ada_value_struct_elt.
545 * ada_lang.h (ada_value_struct_elt): Update declaration to new
546 interface.
547
548 * ChangeLog: remove reference to ada-tasks.c from entry of
549 2006-01-07.
550
24b06219
MK
5512006-01-11 Mark Kettenis <kettenis@gnu.org>
552
553 * remote.c (get_memory_packet_size, set_thread)
554 (remote_unpack_thread_info_response, remote_get_threadinfo)
555 (parse_threadlist_response, remote_get_threadlist)
556 (remote_current_thread, remote_threads_info)
557 (remote_threads_extra_info, extended_remote_restart, get_offsets)
558 (remote_check_symbols, remote_open_1, remote_detach)
559 (remote_async_wait, remote_fetch_registers)
560 (remote_store_registers, check_binary_download, putpkt_binary)
561 (remote_insert_breakpoint, remote_insert_watchpoint)
562 (remote_remove_watchpoint, remote_insert_hw_breakpoint)
563 (remote_remove_hw_breakpoint, remote_xfer_partial, remote_rcmd)
564 (packet_command): Remove redundant parenthesis.
565
15550d6b
MK
5662006-01-10 Mark Kettenis <kettenis@gnu.org>
567
dfb65433
MK
568 * corefile.c (read_memory_integer, read_memory_unsigned_integer)
569 (read_memory_typed_address, write_memory)
570 (write_memory_unsigned_integer, write_memory_signed_integer): Use
571 gdb_byte where appropriate.
572
508416a1
MK
573 * mi/mi-main.c (mi_cmd_data_read_memory): Change type of mbus into
574 'gdb_byte *'.
575
f6519ebc
MK
576 * target.h (target_read_memory_partial, target_write_memory_partial):
577 Change second argument to 'gdb_byte *'.
578 * target.c (target_xfer_memory_partial): Change third argument to
579 'gdb_byte *'.
580 (target_read_memory_partial, target_write_memory_partial): Change
581 second argument to 'gdb_byte *'.
582
15550d6b
MK
583 * linespec.c (decode_objc): Make i1 and i2 unsigned.
584 (find_method): Set values.sals to NULL.
585
d7a30af7
MK
5862006-01-09 Mark Kettenis <kettenis@gnu.org>
587
588 * amd64obsd-nat.c (amd64obsd_supply_pcb): Use 'gdb_byte *' instead
589 of 'char *' in cast.
590
e1d5a0d2
PH
5912006-01-07 Paul N. Hilfinger <hilfinger@adacore.com>
592
593 * ada-exp.y, ada-lex.l, ada-typeprint.c: I18n markup.
03ee6b2e 594 * ada-lang.c: I18n markup.
e1d5a0d2
PH
595 Editorial: change "can not" => "cannot" throughout.
596
790124be
MK
5972006-01-07 Mark Kettenis <kettenis@gnu.org>
598
599 * Makefile.in: Sort dependencies.
600
3c481fdc
EZ
6012006-01-07 Eli Zaretskii <eliz@gnu.org>
602
603 * top.c (control_level): Remove unused variable.
604
cb5d864f
FF
6052006-01-06 Fred Fish <fnf@specifix.com>
606
607 * objfiles.c (source.h): Include.
608 (free_objfile): Update comment about clear_symtab_users().
609 (free_objfile): Check all symtabs of objfile being freed and if
610 one of them is the current source symtab, call
611 clear_current_source_symtab_and_line().
612
ac264b3b
MS
6132006-01-04 Michael Snyder <msnyder@redhat.com>
614
615 Checkpoint/Restart for Linux.
616 * linux-nat.c: Add support for debugging multiple forks.
617 Add #include for linux-fork.h (interface spec).
618 (super_mourn_inferior): New function pointer.
619 (child_mourn_inferior): New function / target method.
620 (linux_target): Claim to_mourn_inferior method pointer.
621 (child_follow_fork): Call interface to linux-fork, conditionally
622 add new fork processes to list of debugged processes.
623 (kill_inferior): Use interface to linux-fork to kill
624 multiple processes.
625
626 * linux-fork.h: New file.
627 * linux-fork.c: New file. Support for debugging multiple forks
628 of the same program. Support for checkpoint and restart commands.
629
630 * infrun.c (nullify_last_target_wait_ptid): New function.
631
632 * Makefile.in: Add linux-fork.
633 * config/*/linux.mh: Add linux-fork.
634 * NEWS: Mention new functionality.
635
f98ce7c2
PH
6362006-01-02 Paul Hilfinger <hilfingr@nile.gnat.com>
637
638 * ada-exp.y (syntax definitions,write_var_or_type,write_name_assoc):
639 Change uses of "illegal" to "invalid".
640
52ce6436
PH
6412006-01-02 Paul N. Hilfinger <hilfinger@adacore.com>
642
643 * ada-exp.y: Considerable reorganization to move functionality
644 from ada-lex.l to here, where it is logically more appropriate.
645 The original reason, however, was to prevent premature name
646 lookups for selector names in record aggregates.
647 (BLOCKNAME, TYPENAME, OBJECT_RENAMING): Remove; lexer now returns
648 NAME for all of these.
649 (VAR): New artificial token to clarify precedence rules.
650 (OTHERS): New lexeme.
651 (empty_stoken): New symbol.
652 (%union): Remove ssym, voidval.
653 (%type): Remove <voidval> type declarations.
654 (syntax definitions): Add aggregates.
655 Remove distinction between NAME, TYPENAME, BLOCKNAME, OBJECT_RENAMING.
656 Rename some non-terminals to be closer to reference manual usage.
657 Tighten up expression syntax to disallow certain non-Ada
658 constructions such as X and then Y or else Z.
659 (ada_parse): Remove initialization of left_block_context.
660 (write_var_from_name): Remove.
661 (write_var_or_type): New function, containing previous code from
662 defunct write_var_from_name and name_lookup.
663 (block_lookup): New function, moved from ada-lex.l
664 (select_possible_type_sym): New function, factored out of
665 name_lookup, which used to be in ada-lex.l.
666 (find_primitive_type): Ditto.
667 (chop_selector): Ditto.
668 (write_ambiguous_var): New function, factored out of defunct
669 write_var_from_name.
670 (write_selectors): New function.
671 (write_name_assoc): New function.
672 (write_exp_op_with_string): New function.
673
674 * ada-lex.l (processId): Change interface to return stoken.
675 (tempbuf, resize_tempbuf, tempbuf_size, tempbuf_len): Remove.
676 (block_lookup, name_lookup): Remove. Functionality moved to
677 ada-exp.y.
678 (state IN_STRING): Remove.
679 (rules): Handle string escapes in processString.
680 Add 'others' token.
681 Return all NAMEs, BLOCKNAMEs, OBJECT_RENAMINGs, TYPENAMEs in
682 yylval.sval (as simple strings).
683 All name look-ups now handled in ada-exp.y.
684 Introduce "::" (COLONCOLON) token and return as separate token.
685 (processId): Change return convention. Comment.
686 Leave leading "'" in place.
687 (processString): New function.
688 (find_dot_all): Add note to comment.
689 Fix problem that allowed match only at the end.
690
691 * ada-lang.c: Introduce aggregates.
692 (find_struct_field): Add new parameter to count fields skipped, and
693 allow other output parameters to be NULL.
694 (value_tag_from_contents_and_address, ada_value_struct_elt): Use
695 new find_struct_field.
696 (ada_index_struct_field, assign_aggregate, ada_is_array_type)
697 (num_visible_fields, ada_index_struct_field_1, ada_index_struct_field)
698 (num_component_specs, assign_component, assign_aggregate):
699 (aggregate_assign_from_choices,aggregate_assign_positional)
700 (aggregate_assign_others,add_component_interval):
701 New functions.
702 (ada_evaluate_subexp): Declare.
703 Add aggregate-related operators.
704 (ada_forward_operator_length): Declare.
705 (resolve_subexp): Add cases for new aggregate operators and OP_NAME.
706 Consolidate Ada operators, using ada_forward_operator_length.
707 (ada_search_struct_field): Search in forward order.
708 (ADA_OPERATORS): Add new aggregate operators.
709 (ada_operator_length, ada_op_name, ada_forward_operator_length)
710 (ada_dump_subexp_body, ada_print_subexp): Handle new aggregate
711 operators and OP_NAME.
712 (ada_type_of_array): Use longest_to_int.
713 (value_assign_to_component): New function.
714 (ada_forward_operator_length, ada_op_name, ada_dump_subexp_body):
715 Add OP_NAME case.
716 (ada_forward_operator_length, ada_dump_subexp_body):
717 Add OP_STRING case.
718
719 * ada-lang.h (enum ada_operator): Add OP_AGGREGATE, OP_OTHERS,
720 OP_CHOICES, OP_DISCRETE_RANGE, OP_POSITIONAL.
721
529cad9c
PH
7222006-01-02 Paul N. Hilfinger <hilfinger@adacore.com>
723
724 * ada-lang.c (process_raise_exception_name): Remove extraneous
725 definition from unsubmitted code.
726
727 (is_lower_alphanum): New function.
728 (ada_decode): Add support for decoding protected object subprograms
729 and entries, and of entities declared inside protected object
730 subprograms.
731 Also add missing handling for__{DIGITS}+ suffixes.
732 Allow '$<digits>' as valid overloading suffix.
733 (is_name_suffix): Add handling for protected type entriy suffixes.
734 Also add support for protected type subprogram suffixes, but keep
735 it commented out for now, as there is an ambiguity between these
736 entities and other internally generated entities.
737 Allow '$<digits>' as valid overloading suffix.
738 (is_valid_name_for_wild_match): New function.
739 (wild_match): Add an exra level of verification of the entity name
740 before declaring it a match for the given pattern.
741
742 (ada_type_of_array, ada_evaluate_subexp): Use more proper
743 longest_to_int rather than cast.
744
745 (ada_evaluate_subexp): Use "invalid" rather than "illegal" in comment.
746
747 (ada_coerce_to_simple_array): Call check_size to make sure
748 that the object size is reasonable.
749
750 (ada_value_primitive_packed_val): Use correct location in target
751 buffer for extracting packed record fields that are themselves records.
752
753 (add_defn_to_vec): Do not try to replace a stub type by its full
754 type. Avoids a potential infinite loop.
755
756 (ada_lookup_symbol): Move return incorrectly placed return statement,
757 causing a loop that should be scanning all object files to only
758 scan the first one.
759
760 (ada_tag_name_2): New function.
761 (ada_tag_name_1): If no 'tsd' field found in the dispatching table,
762 use alternative representation.
763
764 (ada_find_renaming_symbol): Strip the function name suffix when
765 computing the XR type name.
766
767 (ada_to_fixed_type): Try determining the tag only if we have the
768 object's address.
769 (to_fixed_array_type): Add comments.
770
771 (ada_check_typedef): Replace expression checking whether the given
772 type is a stub or not by a "call" to TYPE_STUB. Clearer and more
773 consistent.
774
775 * ada-lang.h (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Allow
776 '$' in addition to '.' for runtime auxiliary function name suffixes.
777 See changes to ada_decode above.
778
779 (struct task_control_block): Add field called_task. (This change is
780 to keep synchronized with our local sources; it does not affect the
781 public version yet.)
782
783 * ada-typeprint.c (ada_print_type): Use int_string for printing
784 modulus of modular type.
785
786 (print_range): Trivial editorial comment fix.
787
788 * ada-valprint.c (ada_emit_char): Use normal Ada syntax for
789 double quote in string.
790
9b799fe6
JB
7912006-01-01 Joel Brobecker <brobecker@adacore.com>
792
793 * top.c: Add 2006 to list of copyright years in file header.
794
0bee0712
JB
7952006-01-01 Joel Brobecker <brobecker@adacore.com>
796
797 * top.c (print_gdb_version): Update copyright year to 2006.
798
13c763f4
JB
7992006-01-01 Roger Sayle <roger@eyesopen.com>
800 Elena Zannoni <ezannoni@redhat.com>
801
802 PR symtab/1651
803 * xcoffread.c (xcoff_next_symbol_text): Check this_symtab_psymtab
804 for NULL before assigning this_symtab_psymtab->objfile to objfile.
805 (scan_xcoff_symtab): Initialize next_symbol_text_func.
806 (Committed by Jim Blandy)
807
e50f0da1 808For older changes see ChangeLog-2005.
c906108c
SS
809\f
810Local Variables:
811mode: change-log
812left-margin: 8
813fill-column: 74
814version-control: never
815End:
This page took 0.854816 seconds and 4 git commands to generate.