826678c1265342eabcf954d04be7b4b02ac5ce52
[deliverable/binutils-gdb.git] / gdb / ChangeLog
1 2006-03-15 Daniel Jacobowitz <dan@codesourcery.com>
2
3 * mips-linux-nat.c: Include "gdb_proc_service.h".
4 (PTRACE_GET_THREAD_AREA): Define.
5 (ps_get_thread_area): New.
6 * Makefile.in (mips-linux-nat.o): Update.
7
8 2006-03-13 Jim Blandy <jimb@codesourcery.com>
9
10 * MAINTAINERS: Use my work address.
11
12 2006-03-09 Michael Snyder <msnyder@redhat.com>
13
14 * linux-nat.c (kill_inferior): Just call target_mourn_inferior
15 instead of getting tricky for the multi-fork case.
16 * linux-fork.c (linux_fork_killall): Call PT_KILL and waitpid
17 for each fork, and then use init_fork_list to delete them.
18
19 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
20
21 * solib-svr4.c (svr4_current_sos): Move up initialization of
22 l_addr, such that it clearly covers all cases.
23
24 2006-03-08 Andreas Schwab <schwab@suse.de>
25
26 * ia64-tdep.c (ia64_libunwind_frame_this_id): Adapt use of
27 libunwind_frame_prev_register to use a gdb_byte buffer and
28 extract_unsigned_integer.
29 (ia64_libunwind_sigtramp_frame_prev_register): Likewise.
30
31 * libunwind-frame.c (libunwind_frame_prev_register): Change type
32 of last argument to `gdb_byte *'
33 * libunwind-frame.h: Adjust declaration.
34
35 2006-03-08 Paul Brook <paul@codesourcery.com>
36
37 * arm-tdep.c (arm_push_dummy_call): Remove stack alignment.
38 (arm_frame_align): New function.
39 (arm_gdbarch_init): Use it.
40
41 2006-03-03 Khem Raj <khem@mvista.com>
42
43 * remote-rdp.c (remote_rdp_xfer_inferior_memory): Use gdb_byte.
44 Committed by Andrew Cagney.
45
46 2006-03-02 Corinna Vinschen <vinschen@redhat.com>
47
48 * mn10300-tdep.c (mn10300_push_dummy_call): Write breakpoint
49 address to MDR register.
50
51 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
52
53 * gdbtypes.c (lookup_struct_elt_type): Correct noerr for recursive
54 calls.
55
56 2006-03-01 Randolph Chung <tausq@debian.org>
57
58 * somread.c (som_symfile_read): Update comment and remove unneeded
59 use of a deprecated variable.
60
61 2006-03-01 Randolph Chung <tausq@debian.org>
62
63 * hppa-tdep.h (unwind_table_entry): Update field names to match HP
64 runtime specification.
65 * hppa-tdep.c (internalize_unwinds, hppa_frame_cache): Likewise.
66 (unwind_command): Likewise.
67
68 2006-03-01 Randolph Chung <tausq@debian.org>
69
70 * hppa-tdep.c (hppa_frame_cache): Handle Region_Description and
71 Pseudo_SP_Set in unwind record.
72
73 2006-03-01 Randolph Chung <tausq@debian.org>
74
75 * hppa-hpux-tdep.c (initialize_hp_cxx_exception_support): Use
76 TDEP->is_elf to determine if we are working with a SOM binary.
77 (null_symtab_and_line): Remove unused variable.
78 * config/pa/hppa64.mt: Use tm-hppa.h.
79 * config/pa/tm-hppa64.h: Remove file.
80
81 2006-03-01 Wu Zhou <woodzltc@cn.ibm.com>
82
83 * f-typeprint.c (f_type_print_base): Delete the redundant space.
84
85 2006-02-28 Kevin Buettner <kevinb@redhat.com>
86
87 * Makefile.in (mn10300-linux-tdep.o): Update dependencies.
88 * mn10300-linux-tdep.c (frame.h, trad-frame.h, tramp-frame.h):
89 Include.
90 (am33_linux_sigframe_cache_init): New function.
91 (am33_linux_sigframe, am33_linux_rt_sigframe): New signal frame
92 descriptions.
93 (AM33_SIGCONTEXT_D0, AM33_SIGCONTEXT_D1, AM33_SIGCONTEXT_D2)
94 (AM33_SIGCONTEXT_D3, AM33_SIGCONTEXT_A0, AM33_SIGCONTEXT_A1)
95 (AM33_SIGCONTEXT_A2, AM33_SIGCONTEXT_A3, AM33_SIGCONTEXT_E0)
96 (AM33_SIGCONTEXT_E1, AM33_SIGCONTEXT_E2, AM33_SIGCONTEXT_E3)
97 (AM33_SIGCONTEXT_E4, AM33_SIGCONTEXT_E5, AM33_SIGCONTEXT_E6)
98 (AM33_SIGCONTEXT_E7, AM33_SIGCONTEXT_LAR, AM33_SIGCONTEXT_LIR)
99 (AM33_SIGCONTEXT_MDR, AM33_SIGCONTEXT_MCVF, AM33_SIGCONTEXT_MCRL)
100 (AM33_SIGCONTEXT_MCRH, AM33_SIGCONTEXT_MDRQ, AM33_SIGCONTEXT_SP)
101 (AM33_SIGCONTEXT_EPSW, AM33_SIGCONTEXT_PC, AM33_SIGCONTEXT_FPUCONTEXT):
102 New constants.
103 (am33_linux_init_osabi): Register signal frame unwinders.
104
105 2006-02-28 Kevin Buettner <kevinb@redhat.com>
106
107 * mn10300-tdep.c (mn10300_analyze_prologue): Implement backtrack
108 out of pattern match by saving relevant state. Fix stack size
109 adjustment bug.
110
111 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
112
113 * solib-svr4.h (struct link_map_offsets): Add l_ld_offset and
114 l_ld_size fields.
115 * solib-svr4.c (struct lm_info): Add l_addr field.
116 (LM_ADDR_FROM_LINK_MAP): Renamed from LM_ADDR.
117 (HAS_LM_DYNAMIC_FROM_LINK_MAP): New.
118 (LM_DYNAMIC_FROM_LINK_MAP): New.
119 (LM_ADDR_CHECK): New. Use it instead of LM_ADDR.
120 (svr4_current_sos): Initialize l_addr. Adjust.
121 (svr4_relocate_section_addresses): Adjust.
122 (svr4_ilp32_fetch_link_map_offsets): Define new members.
123 (svr4_lp64_fetch_link_map_offsets): Likewise.
124 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Likewise.
125 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets): Likewise.
126 (mipsnbsd_lp64_fetch_link_map_offsets): Likewise.
127 * Makefile.in (solib-svr4.o): Depend on $(elf_bfd_h).
128
129 2006-02-26 David S. Miller <davem@sunset.davemloft.net>
130
131 * config/sparc/linux.mt (TDEPFILES): Add sol2-tdep.o.
132 * config/sparc/linux64.mt (TDEPFILES): Likewise.
133
134 2006-02-27 Alan Modra <amodra@bigpond.net.au>
135
136 * ppc-linux-nat.c (ppc_linux_insert_watchpoint): Correct return type.
137 (ppc_linux_remove_watchpoint): Likewise, and args.
138
139 2006-02-26 Mark Kettenis <kettenis@gnu.org>
140
141 * i386obsd-tdep.c (i386obsd_trapframe_sniffer): Also recognize
142 "soft" interrupts.
143
144 2006-02-24 Charles Wilson <cygwin@cwilson.fastmail.fm>
145
146 * gdb/defs.h: unconditionally include <fcntl.h>, and
147 ensure that O_BINARY is defined.
148 * gdb/solib.c(solib_open): ensure solib files are opened in
149 binary mode.
150 * gdb/corelow.c: Remove O_BINARY macro definition.
151 * gdb/exec.c: Remove O_BINARY macro definition
152 * gdb/remote-rdp.c: Remove O_BINARY macro definition
153 * gdb/source.c: Remove O_BINARY macro definition
154 * gdb/symfile.c: Remove O_BINARY macro definition
155
156 2006-02-24 Randolph Chung <tausq@debian.org>
157
158 * hppa-hpux-tdep.c (hppa_hpux_push_dummy_code): Initialize
159 argreg.
160 * solib-som.c (som_solib_remove_inferior_hook): Remove unused
161 function.
162
163 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
164
165 * f-exp.y: Symbol '%' is not used as the modulus operator in
166 Fortran. Delete this from Fortran expression.
167 It is now used by Fortran 90 and later to access the member
168 of derived type. Add this into Fortran expression.
169 * f-valprint.c (f_val_print): Add code to handle TYPE_CODE_STRUCT.
170 Print each elements in the derived type.
171 * f-typeprint.c (print_equivalent_f77_float_type): Add a parameter
172 level into the function definition to do indented printing. And
173 call fprintfi_filtered instead to do indented printing.
174 (f_type_print_base): Replace fprintf_filtered with the indented
175 version (fprintfi_filtered).
176 (f_type_print_base): Call indented print_equivalent_f77_float_type.
177 (f_type_print_base): Add code to handle TYPE_CODE_STRUCT. Print
178 the definition of the derived type.
179
180 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
181
182 * gdb_curses.h: Provide a fallback prototype for tgetnum.
183
184 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
185
186 * doublest.h: Conditionalize DOUBLEST on PRINTF_HAS_LONG_DOUBLE
187 also.
188 (DOUBLEST_FORMAT): Rename to DOUBLEST_PRINT_FORMAT.
189 (DOUBLEST_SCAN_FORMAT): New.
190 * ada-lex.l (PRINTF_HAS_LONG_DOUBLE): Remove redefinitions.
191 (processReal): Use DOUBLEST_SCAN_FORMAT.
192 * c-exp.y (parse_number): Likewise.
193 * jv-exp.y (parse_number): Likewise.
194 * objc-exp.y (parse_number): Likewise.
195 * p-exp.y (parse_number): Likewise.
196
197 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
198
199 * event-top.c (async_do_nothing, async_disconnect)
200 (async_stop_sig, async_float_handler): Remove duplicated
201 prototypes.
202 (handle_sighup): Guard prototype with SIGHUP.
203 (async_do_nothing): Guard function and prototype with
204 SIGQUIT || SIGHUP.
205 (async_disconnect): Guard prototype with SIGHUP.
206 (async_stop_sig): Guard prototype with STOP_SIGNAL.
207
208 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
209
210 * maint.c (maintenance_dump_me): Remove unnecessary prototype.
211
212 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
213
214 * win32-termcap.c (tputs): Return 0.
215
216 2006-02-21 Mark Kettenis <kettenis@gnu.org>
217
218 * configure.ac: Introduce ---enable-werror, which adds -Werror to
219 the compiler command line. Enabled by default. Disable with
220 --disable-werror.
221 * configure regenerate.
222
223 2006-02-21 Daniel Jacobowitz <dan@codesourcery.com>
224
225 * elfread.c (elf_symtab_read): Skip symbols which BFD considers
226 special.
227
228 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
229
230 * defs.h (directory_switch): Add prototype.
231 * main.c (captured_main): Use directory_switch() instead of
232 directory_command() to add directories from the -d switch.
233 * source.c (directory_switch): New function.
234 (add_path): Use buildargv() to parse spaces in filenames properly.
235 Strip multiple trailing '/' rather than just one.
236
237 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
238
239 * symfile.c (add_symbol_file_command): Use buildargv(), instead of
240 hand decoding the command line, to allow use of quotes and spaces.
241 (_initialize_symfile): Reorganize the help message for add-symbol-file
242 such that 'help files' shows a better message.
243
244 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
245
246 * sh-tdep.c (sh_generic_show_regs): Reformat both code and output.
247 (sh3_show_regs, sh2e_show_regs, sh2a_show_regs): Likewise.
248 (sh2a_nofpu_show_regs, sh3e_show_regs, sh3_dsp_show_regs): Likewise.
249 (sh4_show_regs, sh4_nofpu_show_regs, sh_dsp_show_regs): Likewise.
250
251 2006-02-20 Daniel Jacobowitz <dan@codesourcery.com>
252
253 * linux-nat.c (lin_thread_get_thread_signals): Default to __SIGRTMIN
254 and __SIGRTMIN + 1.
255
256 2006-02-20 Daniel Jacobowitz <dan@codesourcery.com>
257
258 * remote.c: Add an enumeration for configurable remote
259 packets.
260 (remote_protocol_packets, set_remote_protocol_packet_cmd)
261 (show_remote_protocol_packet_cmd): New.
262 (remote_protocol_vcont)
263 (set_remote_protocol_vcont_packet_cmd)
264 (show_remote_protocol_vcont_packet_cmd)
265 (remote_protocol_qSymbol)
266 (set_remote_protocol_qSymbol_packet_cmd)
267 (show_remote_protocol_qSymbol_packet_cmd)
268 (remote_protocol_P, set_remote_protocol_P_packet_cmd)
269 (show_remote_protocol_P_packet_cmd)
270 (remote_protocol_Z)
271 (set_remote_protocol_Z_software_bp_packet_cmd)
272 (show_remote_protocol_Z_software_bp_packet_cmd)
273 (set_remote_protocol_Z_hardware_bp_packet_cmd)
274 (show_remote_protocol_Z_hardware_bp_packet_cmd)
275 (set_remote_protocol_Z_write_wp_packet_cmd)
276 (show_remote_protocol_Z_write_wp_packet_cmd)
277 (set_remote_protocol_Z_read_wp_packet_cmd)
278 (show_remote_protocol_Z_read_wp_packet_cmd)
279 (set_remote_protocol_Z_access_wp_packet_cmd)
280 (show_remote_protocol_Z_access_wp_packet_cmd)
281 (remote_protocol_binary_download)
282 (set_remote_protocol_binary_download_cmd)
283 (show_remote_protocol_binary_download_cmd)
284 (remote_protocol_qPart_auxv)
285 (set_remote_protocol_qPart_auxv_packet_cmd)
286 (show_remote_protocol_qPart_auxv_packet_cmd)
287 (remote_protocol_qGetTLSAddr)
288 (set_remote_protocol_qGetTLSAddr_packet_cmd)
289 (show_remote_protocol_qGetTLSAddr_packet_cmd)
290 (remote_protocol_p)
291 (set_remote_protocol_p_packet_cmd)
292 (show_remote_protocol_p_packet_cmd): Delete.
293
294 (init_all_packet_configs): Simplify.
295 (set_remote_protocol_Z_packet_cmd)
296 (show_remote_protocol_Z_packet_cmd)
297 (remote_check_symbols, remote_vcont_probe, remote_vcont_resume)
298 (remote_fetch_registers, remote_prepare_to_store)
299 (remote_store_registers, check_binary_download)
300 (remote_write_bytes, remote_insert_breakpoint)
301 (remote_remove_breakpoint, remote_insert_watchpoint)
302 (remote_remove_watchpoint, remote_insert_hw_breakpoint)
303 (remote_remove_hw_breakpoint, remote_xfer_partial)
304 (remote_get_thread_local_address): Update for packet array.
305 (_initialize_remote): Likewise; also update for common
306 set/show commands.
307
308 2006-02-20 Daniel Jacobowitz <dan@codesourcery.com>
309
310 * symfile.c (place_section): Correct retry logic.
311
312 2006-02-19 Christopher Faylor <cgf@timesys.com>
313
314 * win32_nat.c (cygwin_load_start): New variable.
315 (cygwin_load_end): Ditto.
316 (have_saved_context): Ditto.
317 (saved_context): Ditto.
318 (max_dll_name_len): Delete obsolete variable.
319 (do_win32_fetch_inferior_registers): Use context saved from cygwin1.dll
320 if we are in a cygwin signal rather than a windows signal.
321 (solib_symbols_add): Detect and store beginning and end of cygwin DLL
322 if dll being loaded is the cygwin DLL.
323 (register_loaded_dll): Remove calculation of max_dll_name_len.
324 (win32_clear_solib): Ditto.
325 (handle_load_dll): Delete obsolete variable. Remove unneeded call to
326 solib_add.
327 (handle_output_debug_string): Detect and store signal information sent
328 by Cygwin here.
329 (handle_exception): Silently pass on errors in the cygwin DLL. Return
330 -1 on first pass exception.
331 (win32_continue): Remove spurious clearing of continue_status.
332 (get_win32_debug_event): Deal differently first chance exception.
333
334 2006-02-19 Randolph Chung <tausq@debian.org>
335
336 * hppa-tdep.c (hppa_in_solib_call_trampoline): Only use if no
337 unwind entry.
338
339 2006-02-16 Fred Fish <fnf@specifix.com>
340
341 * eval.c (evaluate_subexp_standard): For OP_TYPE, return
342 a non lval value zero, of the appropriate type, when avoiding
343 side effects.
344 * typeprint.c (ptype_eval): Remove function and declaration.
345 (ptype_command): Simplify to just a call to whatis_exp.
346
347 2006-02-15 Paul Brook <paul@codesourcery.com>
348
349 * arm-tdep.c (arm_skip_prologue, thumb_get_next_pc, arm_get_next_pc):
350 Load insn opcodes as unsigned values.
351
352 2006-02-14 Alexandre Oliva <aoliva@redhat.com>
353
354 * doublest.h (DOUBLEST): Use long double only if we can scan
355 it in. Undefine HAVE_LONG_DOUBLE otherwise.
356 (DOUBLEST_FORMAT): New.
357 * c-exp.y (parse_number): Use it.
358 * jv-exp.y (parse_number): Likewise.
359 * objc-exp.y (parse_number): Likewise.
360 * p-exp.y (parse_number): Likewise.
361 * varobj.c (free_variable): Silence type-punning warnings.
362 * tui/tui-data.h (struct tui_list): Change type of list member.
363 * tui/tui-data.c: Remove no-longer-needed type casts.
364 (source_windows): Silence type-punning warnings.
365 * tui/tui-stack.c, tui/tui-win.c, tui/tui-winsource.c: Likewise.
366
367 2006-02-13 Mark Kettenis <kettenis@gnu.org>
368
369 Fix PR breakpoints/2080.
370 * i386-tdep.c (struct i386_frame_cache): Add stack_align member.
371 (i386_analyze_stack_align): New function.
372 (i386_analyze_prologue): Use i386_analyze_stack_align.
373 (i386_frame_cache): Deal with stack realignment.
374
375 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
376
377 * mi/gdb-mi.el: Use more functions from gdb-ui.el.
378 (gdb-break-list-regexp): Match "what" field if present.
379 (gdb-stack-list-frames-regexp): Match "from" if present field.
380 (gdb-stack-list-frames-handler): Present output like "info
381 breakpoints" so regexps can be shared with gdb-ui
382
383 2006-02-10 Daniel Jacobowitz <dan@codesourcery.com>
384
385 * NEWS: Mention native Windows support.
386 * Makefile.in (gdb_select_h, ser_tcp_h): New.
387 (ALLDEPFILES): Add ser-mingw.c.
388 (event-loop.o, inflow.o, mingw-hdep.o, posix-hdep.o, ser-base.o)
389 (ser-tcp.o, ser-unix.o): Update.
390 (ser-mingw.o): New rule.
391 * configure: Regenerated.
392 * configure.ac: Add ser-mingw.o for mingw32.
393 * ser-mingw.c: New file.
394 * event-loop.c: Include "gdb_select.h".
395 (gdb_select): Remove, moved to mingw-hdep.c and posix-hdep.c.
396 * ser-base.c: Include "gdb_select.h".
397 (ser_base_wait_for): Use gdb_select.
398 * serial.c (serial_for_fd): New function.
399 (serial_fdopen): Try "terminal" before "hardwire". Initialize
400 the allocated struct serial.
401 (serial_wait_handle): New function.
402 * serial.h (serial_for_fd, serial_wait_handle): New prototypes.
403 (struct serial_ops) [USE_WIN32API]: Add wait_handle.
404 * gdb_select.h: New file.
405 * ser-tcp.c: Include "ser-tcp.h". Remove unused "ser-unix.h" include.
406 (net_close, net_read_prim, net_write_prim): Make global.
407 (net_open): Likewise. Pass an exception set to select. Whitespace fix.
408 Document why we can not use gdb_select.
409 (_initialize_ser_tcp) [USE_WIN32API]: Do not register TCP support here.
410 * ser-tcp.h: New file.
411 * inflow.c (gdb_has_a_terminal): Don't initialize stdin_serial here.
412 (handle_sigio): Use gdb_select.
413 (initialize_stdin_serial): New function.
414 * terminal.h (initialize_stdin_serial): New prototype.
415 * top.c (gdb_init): Call initialize_stdin_serial.
416 * mingw-hdep.c (gdb_select): New function, moved from gdb_select in
417 event-loop.c. Add exception condition support. Use serial_for_fd
418 and serial_wait_handle. Fix timeout handling.
419 * posix-hdep.c: Include "gdb_select.h".
420 (gdb_select): New function.
421 * remote-st.c (connect_command): Use gdb_select.
422 * ser-unix.c: Include "gdb_select.h".
423 (hardwire_send_break, wait_for): Use gdb_select.
424
425 2006-02-10 Daniel Jacobowitz <dan@codesourcery.com>
426
427 * Makefile.in (mingw-hdep.o, posix-hdep.o): New dependencies.
428 (ALLDEPFILES): Add mingw-hdep.c and posix-hdep.c.
429 * configure.ac: Add gdb_host_obs to CONFIG_OBS. Set gdb_host_obs
430 to posix-hdep.o by default.
431 * configure: Regenerated.
432 * configure.host: Document gdb_host_obs. Add an entry for
433 i[34567]86-*-mingw32*.
434 * mingw-hdep.c, posix-hdep.c: New files.
435 * utils.c (safe_strerror): Remove, moved to posix-hdep.o.
436
437 2006-02-10 Joel Brobecker <brobecker@adacore.com>
438
439 * defs.h (gdb_osabi): New enum value GDB_OSABI_AIX.
440 * osabi.c (gdb_osabi_name): Add name of new value GDB_OSABI_AIX.
441 * rs6000-tdep.h: New file.
442 * rs6000-tdep.c: Include "rs6000-tdep.h".
443 (rs6000_gdbarch_init): Remove enabling of software single step.
444 Will be done in the AIX-specific initialization routine.
445 * rs6000-aix-tdep.c: New file.
446 * config/powerpc/aix.mt (TDEPFILES): Add rs6000-aix-tdep.o.
447 * Makefile.in (rs6000_tdep_h): New variable.
448 (rs6000-tdep.o): Update dependencies.
449 (rs6000-aix-tdep.o): New rule.
450
451 2006-02-10 Joel Brobecker <brobecker@adacore.com>
452
453 * aix-thread.c (_initialize_aix_thread): Use add_setshow_boolean_cmd
454 instead of add_setshow_zinteger_cmd to defined the aix-thread
455 boolean setting.
456
457 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
458
459 * mi/gdb-mi.el: Update to reflect changes in Emacs 22.0.50.
460
461 2006-02-09 Daniel Jacobowitz <dan@codesourcery.com>
462
463 * dwarf2read.c (struct dwarf2_per_cu_data): Reduce length to
464 30 bits. Add load_all_dies flag.
465 (load_partial_dies): Load all DIEs if per_cu->load_all_dies is set.
466 Load DW_TAG_member by default. Remove internal_error call.
467 (find_partial_die): Reload the compilation unit if we can not find
468 a DIE in the cache. Call internal_error here if we still can not
469 find the DIE.
470
471 2006-02-10 Nick Roberts <nickrob@snap.net.nz>
472
473 * breakpoint.c (print_one_breakpoint): Add break to case
474 bp_catch_vfork in switch statement.
475
476 2006-02-08 Wu Zhou <woodzltc@cn.ibm.com>
477
478 * config/i386/nm-i386sol2.h: Update copyright year.
479 * config/mips/nm-irix5.h: Ditto.
480 * config/sparc/nm-sol2.h: Ditto.
481 * s390-nat.c: Ditto.
482 * ppc-linux-nat.c: Ditto.
483
484 2006-02-08 Wu Zhou <woodzltc@cn.ibm.com>
485
486 * breakpoint.c (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Delete.
487 * config/i386/nm-i386sol2.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New.
488 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
489 * config/mips/nm-irix5.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New.
490 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
491 * config/sparc/nm-sol2.h (TARGET_REGION_OK_FOR_HW_WATCHPOINT): New.
492 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
493 * inf-ttrace.c (inf_ttrace_region_ok_for_hw_watchpoint): New.
494 (inf_ttrace_region_size_ok_for_hw_watchpoint): Delete.
495 (inf_ttrace_target): Delete to_region_size_ok_for_hw_watchpoint and
496 add to_region_ok_for_hw_watchpoint.
497 * s390-nat.c (s390_region_size_ok_for_hw_watchpoint): Delete.
498 (s390_region_ok_for_hw_watchpoint): New.
499 (_initialize_s390_nat): Delete to_region_size_ok_for_hw_watchpoint
500 and add to_region_ok_for_hw_watchpoint.
501 * target.c (default_region_size_ok_for_hw_watchpoint,
502 debug_to_region_size_ok_for_hw_watchpoint): Delete prototype.
503 (update_current_target): Delete to_region_size_ok_for_hw_watchpoint
504 inheritance and default_region_size_ok_for_hw_watchpoint.
505 (default_region_ok_for_hw_watchpoint): If len is less than or equal
506 the length of void pointer, return ok.
507 (default_region_size_ok_for_hw_watchpoint): Delete.
508 (debug_to_region_size_ok_for_hw_watchpoint): Delete.
509 (setup_target_debug): Delete to_region_size_ok_for_hw_watchpoint.
510 * target.h (struct target_ops): Delete
511 to_region_size_ok_for_hw_watchpoint.
512 (TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT): Delete.
513
514 2006-02-08 Ben Elliston <bje@au1.ibm.com>
515 Wu Zhou <woodzltc@cn.ibm.com>
516
517 * ppc-linux-nat.c (PTRACE_GET_DEBUGREG, PTRACE_SET_DEBUGREG,
518 PTRACE_GETSIGINFO): Define.
519 (last_stopped_data_address): New.
520 (ppc_linux_check_watch_resources): New function.
521 (ppc_linux_region_ok_for_hw_watchpoint): New function.
522 (ppc_linux_insert_watchpoint): New function.
523 (ppc_linux_remove_watchpoint): New function.
524 (ppc_linux_stopped_data_address): New function.
525 (ppc_linux_stopped_by_watchpoint): New function.
526 (_initialize_ppc_linux_nat): Set the above hardware watchpoint
527 related target vectors.
528 * rs6000-tdep.c (rs6000_gdbarch_init): Set PPC architectures
529 to have nonsteppable watchpoint.
530 * target.c (default_region_ok_for_hw_watchpoint,
531 debug_to_region_ok_for_hw_watchpoint): New prototypes.
532 (update_current_target): Inherit to_region_ok_for_hw_watchpoint
533 and set default to_region_ok_for_hw_watchpoint.
534 (default_region_ok_for_hw_watchpoint): New function.
535 (debug_to_region_ok_for_hw_watchpoint): New function.
536 (setup_target_debug): Set to_region_ok_for_hw_watchpoint of
537 debug_target.
538 * target.h (struct target_ops): Add a new target vector
539 to_region_ok_for_hw_watchpoint.
540 (TARGET_REGION_OK_FOR_HW_WATCHPOINT): Define this if it is not
541 defined anyplace else.
542
543 2005-02-07 Joel Brobecker <brobecker@adacore.com>
544 * symfile.c (add_symbol_file_command): Abort if the user forgot
545 to provide the address when the file has been loaded.
546
547 2006-02-07 Daniel Jacobowitz <dan@codesourcery.com>
548
549 * MAINTAINERS: Update file based on maintainers survey. Add
550 a note to Past Maintainers. Move unresponsive or inactive
551 maintainers to Authorized Committers or Past Maintainers as
552 appropriate. Correct Jim Kingdon's email address. Remove
553 vacant areas of responsibility.
554
555 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
556
557 * breakpoint.c (print_one_breakpoint): For MI-like UI, output
558 fullname field.
559
560 2006-02-03 Daniel Jacobowitz <dan@codesourcery.com>
561
562 * exceptions.h (enum errors): Rename NO_ERROR to GDB_NO_ERROR.
563 * exceptions.c (exception_none, exceptions_state_mc_init)
564 (throw_vfatal): Use GDB_NO_ERROR.
565
566 2006-02-02 Mark Kettenis <kettenis@gnu.org>
567
568 * solib-svr4.h (struct link_map_offsets): Remove r_debug_size and
569 r_map_size members. Add r_version_offset, r_version_size and
570 r_ldsomap_offset members.
571 * solib-svr4.c (solib_svr4_r_map): Renamed from
572 fetch_link_map_member. Simplify using read_memory_typed_address.
573 (solib_svr4_r_ldsomap): New function.
574 (open_symbol_file_object): Use solib_svr_r_map.
575 (svr4_current_sos): Use solib_svr4_r_map and look for the dynamic
576 linker by using solib_svr4_r_ldsomap.
577 (svr4_ilp32_fetch_link_map_offsets)
578 (svr4_lp64_fetch_link_map_offsets): Adjust for changes to `struct
579 link_map_offsets'.
580 * solib-legacy.c (legacy_svr4_fetch_link_map_offsets): Adjust for
581 changes to `struct link_map_offsets'.
582 * mipsnbsd-tdep.c (mipsnbsd_ilp32_fetch_link_map_offsets)
583 (mipsnbsd_lp64_fetch_link_map_offsets): Adjust for changes to
584 `struct link_map_offsets'.
585
586 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
587
588 * linux-nat.c (struct saved_ptids, threads_to_delete)
589 (record_dead_thread, prune_lwps, find_thread_from_lwp)
590 (exit_lwp): New.
591 (linux_nat_resume): Call prune_lwps.
592 (wait_lwp, linux_nat_wait): Call exit_lwp.
593
594 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
595
596 * printcmd.c (printf_command): Make format string checking
597 stricter. Add separate cases for long_arg, ptr_arg, and
598 long_double_arg.
599 * utils.c (xstrvprintf): Improve the error message issued
600 for a bad format string.
601 * Makefile.in (GDB_WARN_CFLAGS_NO_FORMAT, INTERNAL_CFLAGS_BASE):
602 New variables.
603 (gnu-v3-abi.o, monitor.o, procfs.o, linux-thread-db.o): Remove
604 $(NO_WERROR_CFLAGS).
605 (printcmd.o): Likewise. Use $(GDB_WARN_CFLAGS_NO_FORMAT) and
606 enable -Werror.
607
608 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
609
610 * Makefile.in (remote.o): Update.
611 * remote.c (show_packet_config_cmd): Shorten messages.
612 (remote_set_cmdlist, remote_show_cmdlist): Make file-static.
613 (show_remote_cmd): Iterate.
614 (_initialize_remote): Remove remote_set_cmdlist,
615 remote_show_cmdlist.
616
617 2006-02-01 Daniel Jacobowitz <dan@codesourcery.com>
618
619 * Makefile.in (gdbtypes_h, gdbtypes.o, utils.o): Update.
620 * defs.h (hashtab_obstack_allocate, dummy_obstack_deallocate): Add
621 prototypes.
622 * dwarf2read.c (read_subroutine_type): Use TYPE_ZALLOC.
623 (hashtab_obstack_allocate, dummy_obstack_deallocate): Moved to...
624 * utils.c (hashtab_obstack_allocate, dummy_obstack_deallocate):
625 ...here.
626 * gdbtypes.c: Include "hashtab.h".
627 (build_gdbtypes): Remove extra prototype.
628 (struct type_pair, type_pair_hash, type_pair_eq)
629 (create_copied_types_hash, copy_type_recursive): New.
630 * gdbtypes.h: Include "hashtab.h".
631 (TYPE_ZALLOC): New.
632 (create_copied_types_hash, copy_type_recursive): New prototypes.
633 * objfiles.c (free_objfile): Call preserve_values.
634 * symfile.c (reread_symbols): Likewise.
635 (clear_symtab_users): Remove calls to clear_value_history and
636 clear_internalvars.
637 * value.c (clear_value_history, clear_internalvars): Removed.
638 (preserve_one_value, preserve_values): New functions.
639 * value.h (clear_value_history, clear_internalvars): Removed.
640 (preserve_values): New prototype.
641
642 * tracepoint.c (_initialize_tracepoint): Do not initialize convenience
643 variables here.
644
645 2006-01-29 Mark Kettenis <kettenis@gnu.org>
646
647 * amd64-tdep.c (amd64_classify): Handle TYPE_CODE_BOOL.
648 Fixes PR tdep/2075.
649
650 2006-01-27 Joel Brobecker <brobecker@adacore.com>
651
652 * MAINTAINERS: Use a consistent email address for brobecker.
653
654 2006-01-27 Joel Brobecker <brobecker@adacore.com>
655
656 * infcmd.c (post_create_inferior): Fix copy/paste error introduced
657 in the previous change.
658
659 2006-01-24 Daniel Jacobowitz <dan@codesourcery.com>
660
661 PR gdb/1914
662 * fork-child.c (fork_inferior): Don't call
663 solib_create_inferior_hook.
664 * infcmd.c (post_create_inferior): Call solib_add,
665 solib_create_inferior_hook, and re_enable_breakpoints_in_shlibs.
666 (attach_command): Don't call solib_add or
667 re_enable_breakpoints_in_shlibs. Call post_create_inferior
668 instead.
669 * remote.c (remote_open_1): Don't call solib_create_inferior_hook
670 or observer_notify_inferior_created. Call post_create_inferior
671 instead.
672 * corelow.c: Don't include "observer.h".
673 (solib_add_stub): Deleted.
674 (core_open): Don't call observer_notify_inferior_created or
675 solib_add_stub. Call post_create_inferior instead.
676 * inf-ptrace.c: Don't include "observer.h".
677 (inf_ptrace_attach): Don't call observer_notify_inferior_created.
678 * inf-ttrace.c: Don't include "observer.h".
679 (inf_ttrace_attach): Don't call observer_notify_inferior_created.
680 * inferior.h (solib_create_inferior_hook): Remove redundant
681 prototype.
682 * inftarg.c: Don't include "observer.h".
683 (child_attach): Don't call observer_notify_inferior_created.
684 * Makefile.in: Update dependencies.
685
686 2006-01-24 Daniel Jacobowitz <dan@codesourcery.com>
687
688 * infcmd.c: Include "observer.h".
689 (post_create_inferior): New function.
690 (run_command_1): Call it. Also call proceed.
691 * inferior.h (post_create_inferior): New prototype.
692 * Makefile.in (infcmd.o): Update.
693
694 * gnu-nat.c (gnu_create_inferior): Don't call proceed.
695 * go32-nat.c (go32_create_inferior): Likewise.
696 * nto-procfs.c (procfs_create_inferior): Likewise.
697 * procfs.c (procfs_create_inferior): Likewise.
698 * remote-sim.c (gdbsim_create_inferior): Likewise.
699 * remote.c (extended_remote_create_inferior)
700 (extended_remote_async_create_inferior): Likewise.
701 * win32-nat.c (win32_create_inferior): Likewise.
702 * wince.c (child_create_inferior): Likewise.
703
704 * monitor.c (monitor_create_inferior): Don't call proceed.
705 Set the PC manually.
706 * ocd.c (ocd_create_inferior): Likewise.
707 * remote-e7000.c (e7000_create_inferior): Likewise.
708 * remote-m32r-sdi.c (m32r_create_inferior): Likewise.
709 * remote-mips.c (mips_create_inferior): Likewise.
710 * remote-rdp.c (remote_rdp_create_inferior): Likewise.
711 * remote-sds.c (sds_create_inferior): Likewise.
712 * remote-st.c (st2000_create_inferior): Likewise.
713
714 * inf-ptrace.c (inf_ptrace_create_inferior): Don't call
715 proceed or observer_notify_inferior_created.
716 * inf-ttrace.c (inf_ttrace_create_inferior): Likewise.
717 * inftarg.c (child_create_inferior): Likewise.
718
719 2006-01-24 Daniel Jacobowitz <dan@codesourcery.com>
720
721 * linux-thread-db.c (thread_db_mourn_inferior): Remove breakpoints
722 after mourning the inferior.
723
724 2006-01-24 Jim Blandy <jimb@redhat.com>
725
726 * valarith.c (binop_user_defined_p): Handle refs to typedefs.
727
728 2006-01-24 Fred Fish <fnf@specifix.com>
729
730 * parse.c (source.h): Include.
731 (parse_exp_in_context): Use static source context if no
732 other context found.
733
734 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
735
736 * sh-tdep.c: Include reggroups.h.
737 (sh_register_reggroup_p): New function.
738 (sh_gdbarch_init): Add call to set_gdbarch_register_reggroup_p.
739 * Makefile.in (sh-tdep.o): Add dependency on reggroups.h.
740
741 2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
742
743 * cli/cli-cmds.c: Include fcntl.h.
744 (source_command): Use the GDB search path to find script files.
745
746 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
747
748 PR tdep/2029
749 Suggested by Till Straumann <strauman@slac.stanford.edu>:
750 * rs6000-tdep.c (skip_prologue): Update check for later mtlr
751 instructions. Handle PIC bcl.
752
753 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
754
755 * config/djgpp/README: Typo fix.
756 * config/djgpp/fnchange.lst: Update.
757
758 2006-01-22 Mark Kettenis <kettenis@gnu.org>
759
760 * sparc-tdep.h (struct gdbarch_tdep): Add step_trap member.
761 (sparc_address_from_register): New prototype.
762 (sparcnbsd_step_trap): New prototype.
763 * sparc-tdep.c (sparc_address_from_register): Make globally
764 visible.
765 (sparc_analyze_control_transfer): Change prototype to accept
766 `struct gdbarch *' as first argument. Allow for optional hnadling
767 for trap instructions.
768 (sparc_step_trap): New function.
769 (sparc_software_single_step): Adjust call to
770 sparc_analyze_control_trabsfer.
771 (sparc32_gdbarch_init): Initialize TDEP->step_trap.
772 * sparcnbsd-tdep.c (sparcnbsd_step_trap): New function.
773 (sparc32nbsd_init_abi): Set TDEP->step_trap.
774 * sparc64obsd-tdep.c (sparc64obsd_init_abi): Set TDEP->step_trap.
775 * sparc64nbsd-tdep.c (sparc64nbsd_init_abi): Set TDEP->step_trap.
776
777 * sparc-tdep.c (sparc32_return_value): Convert to use
778 RETURN_VALUE_ABI_PRESERVES_ADDRESS instead of
779 RETURN_VALUE_STRUCT_CONVENTION.
780 (sparc32_extract_struct_value_address): Remove.
781
782 2006-01-21 Daniel Jacobowitz <dan@codesourcery.com>
783
784 * avr-tdep.c (avr_address_to_pointer, avr_pointer_to_address)
785 (avr_extract_return_value, avr_frame_prev_register): Use gdb_byte.
786
787 2006-01-21 Daniel Jacobowitz <dan@codesourcery.com>
788
789 * solib.c (info_sharedlibrary_command): Avoid internal_error.
790
791 2006-01-21 Mark Kettenis <kettenis@gnu.org>
792
793 * i386-tdep.c (i386_mxcsr_type): New variable.
794 (i386_init_types): Initialize i386_mxcsr_type.
795 (i386_register_type): Return i386_mxcsr_type for %mxcsr.
796 * i386-tdep.c (i386_mxcsr_type): New extern.
797 * amd64-tdep.c (amd64_register_info): Return i386_mxcsr_type for
798 %mxcsr.
799
800 2006-01-20 Mark Mitchell <mark@codesourcery.com>
801
802 * Makefile.in (remote-rdi.o): Remove.
803 (rdi-share/libangsd.a): Likewise.
804 * README: Don't mention remote-rdi.c.
805 * NEWS: Mention removal of rdi-share.
806 * configure.ac: Don't configure rdi-share subdirectory.
807 * remote-rdi.c: Remove.
808 * config/arm/embed.mt (TDEPFILES): Remove remote-rdi.o.
809 (TDEPLIBS): Remove rdi-share/libangsd.a.
810 * rdi-share/Makefile.am: Remove.
811 * rdi-share/Makefile.in: Likewise.
812 * rdi-share/README.CYGNUS: Likewise.
813 * rdi-share/aclocal.m4: Likewise.
814 * rdi-share/adp.h: Likewise.
815 * rdi-share/adperr.h: Likewise.
816 * rdi-share/angel.h: Likewise.
817 * rdi-share/angel_bytesex.c: Likewise.
818 * rdi-share/angel_bytesex.h: Likewise.
819 * rdi-share/angel_endian.h: Likewise.
820 * rdi-share/ardi.c: Likewise.
821 * rdi-share/ardi.h: Likewise.
822 * rdi-share/armdbg.h: Likewise.
823 * rdi-share/buffers.h: Likewise.
824 * rdi-share/chandefs.h: Likewise.
825 * rdi-share/channels.h: Likewise.
826 * rdi-share/chanpriv.h: Likewise.
827 * rdi-share/configure: Likewise.
828 * rdi-share/configure.in: Likewise.
829 * rdi-share/crc.c: Likewise.
830 * rdi-share/crc.h: Likewise.
831 * rdi-share/dbg_conf.h: Likewise.
832 * rdi-share/dbg_cp.h: Likewise.
833 * rdi-share/dbg_hif.h: Likewise.
834 * rdi-share/dbg_rdi.h: Likewise.
835 * rdi-share/devclnt.h: Likewise.
836 * rdi-share/devices.h: Likewise.
837 * rdi-share/devsw.c: Likewise.
838 * rdi-share/devsw.h: Likewise.
839 * rdi-share/drivers.c: Likewise.
840 * rdi-share/drivers.h: Likewise.
841 * rdi-share/etherdrv.c: Likewise.
842 * rdi-share/ethernet.h: Likewise.
843 * rdi-share/host.h: Likewise.
844 * rdi-share/hostchan.c: Likewise.
845 * rdi-share/hostchan.h: Likewise.
846 * rdi-share/hsys.c: Likewise.
847 * rdi-share/hsys.h: Likewise.
848 * rdi-share/logging.c: Likewise.
849 * rdi-share/logging.h: Likewise.
850 * rdi-share/msgbuild.c: Likewise.
851 * rdi-share/msgbuild.h: Likewise.
852 * rdi-share/params.c: Likewise.
853 * rdi-share/params.h: Likewise.
854 * rdi-share/rx.c: Likewise.
855 * rdi-share/rxtx.h: Likewise.
856 * rdi-share/serdrv.c: Likewise.
857 * rdi-share/serpardr.c: Likewise.
858 * rdi-share/sys.h: Likewise.
859 * rdi-share/tx.c: Likewise.
860 * rdi-share/unixcomm.c: Likewise.
861 * rdi-share/unixcomm.h: Likewise.
862
863 2006-01-21 Mark Kettenis <kettenis@gnu.org>
864
865 * hppa-linux-tdep.c (hppa_linux_sigtramp_frame_prev_register):
866 Change type of last argument to `gdb_byte *'.
867
868 2006-01-20 Mark Kettenis <kettenis@gnu.org>
869
870 * hppa-tdep.h (hppa_in_solib_call_trampoline)
871 (hppa_skip_trampoline_code): New prototypes.
872 * hppa-tdep.c (struct insn_pattern): New.
873 (hppa_long_branch_stub, hppa_long_branch_pic_stub)
874 (hppa_import_stub, hppa_import_pic_stub, hppa_plt_stub): Moved
875 here from hppa-linux-tdep.c
876 (HPPA_MAX_INSN_PATTERN_LEN): New define.
877 (hppa_match_insns, hppa_match_insns_relaxed, hppa_in_dyncall)
878 (hppa_in_solib_call_trampoline, hppa_skip_trampoline_code): New
879 functions based on functions removed from hppa-linux-tdep.c.
880 * hppa-linux-tdep.c (hppa_long_branch_stub)
881 (hppa_long_branch_pic_stub, hppa_import_stub)
882 (hppa_import_pic_stub, hppa_plt_stub): Moved to hppa-tdep.c.
883 (insns_match_pattern_relaxed, hppa_linux_in_dyncall)
884 (hppa_linux_in_solib_call_trampoline)
885 (hppa_linux_skip_trampoline_code): Removed.
886 (hppa_linux_init_abi): Set TDEP->in_solib_call_tranpoline to
887 hppa_in_solib_call_trampoline and skip_trampoline_code to
888 hppa_skip_trampoline_code.
889 * hppabsd-tdep.c (hppabsd_init_abi): Set
890 TDEP->in_solib_call_trampoline and skip_trampoline_code.
891
892 2006-01-20 Jim Blandy <jimb@redhat.com>
893
894 * MAINTAINERS: Change my E-mail address.
895
896 * configure.ac: Add -Wno-pointer-sign to list of build warnings.
897 * configure: Regenerated.
898
899 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
900
901 * MAINTAINERS: Overhaul.
902
903 2006-01-18 Mark Kettenis <kettenis@gnu.org>
904
905 Based on a previous patch form Michal Ludvig:
906 * amd64-tdep.c (amd64_sse_type): Remove.
907 (amd64_register_info): Use i386_eflags_type and i386_sse_type
908 where appropriate.
909 (AMD64_NUM_REGS): Use ARRAY_SIZE.
910 (amd64_register_type): Remove code to build amd_sse_type.
911 * i386-tdep.c (i386_eflag_type): New variable.
912 (i386_mmx_type, i386_sse_type): Make global.
913 (i386_init_types): New function.
914 (i386_build_mmx_type, i386_build_sse_type): Remove functions.
915 (i386_register_type): Return i386_eflag_type, i386_sse_type and
916 i386_mmx_type when appropriate.
917 (_initialize_i386_tdep): Call i386_init_types.
918 * i386-tdep.h (i386_eflags_type, i386_mmx_type, i386_sse_type):
919 Declare extern.
920
921 Based on a previous patch form Michal Ludvig:
922 * gdbtypes.c (append_flags_type_flag, init_flags_type): New
923 functions.
924 (is_integral_type, rank_one_type, recursive_dump_type): Add
925 support for TYPE_CODE_FLAGS.
926 * gdbtypes.h (enum type_code): Add TYPE_CODE_FLAGS.
927 (append_flags_type_field, init_flags_type): New prototypes.
928 * ada-valprint.c (ada_val_print_1): Add support for
929 TYPE_CODE_FLAGS.
930 * c-valprint.c (c_val_print): Likewise.
931 * f-valprint.c (f_val_print): Likewise.
932 * p-valprint.c (pascal_val_print): Likewise.
933 * valprint.c (val_print_type_code_flags): New function.
934 * valprint.h (val_print_type_code_flags): New prototype.
935 * value.c (unpack_long, value_from_longest): Add support for
936 TYPE_CODE_FLAGS.
937
938 2006-01-17 Christopher Faylor <cgf@timesys.com>
939
940 * MAINTAINERS: Very belatedly remove myself from from the list of
941 people caught up in the paper trail.
942
943 2006-01-17 Jim Blandy <jimb@redhat.com>
944
945 * symtab.h (struct general_symbol_info): Use gdb_byte for
946 value.bytes.
947 * stabsread.c (define_symbol): Use gdb_byte for the buffer holding
948 a floating-point constant's value.
949 * dwarf2read.c (dwarf2_const_value): Remove casts of value buffer
950 to char *.
951 * findvar.c (read_var_value): Eliminate needless temporary.
952
953 * dwarf2-frame.c (dwarf2_read_section): Update forward declaration
954 to match prior change to dwarf2_read_section's type.
955
956 2006-01-16 Paul Gilliam <pgilliam@us.ibm.com>
957
958 * ppc-tdep.h (PPC_MAX_EPILOGUE_INSTRUCTIONS): New define.
959 * rs6000-tdep.c (insn_changes_sp_or_jumps)
960 (rs6000_in_function_epilogue_p): New functions.
961 (rs6000_gdbarch_init): Set in_function_epilogue_p.
962
963 2006-01-17 Jim Blandy <jimb@redhat.com>
964
965 * dwarf2read.c (struct dwarf2_per_objfile, struct comp_unit_head)
966 (struct line_header, struct partial_die_info, struct dwarf_block):
967 Use gdb_byte for members that refer to Dwarf section contents.
968 (dwarf2_read_abbrevs, dwarf2_read_section, dwarf_decode_lines,
969 dwarf_decode_macros, load_comp_unit, load_partial_dies,
970 locate_pdi_sibling, partial_read_comp_unit_head, peek_die_abbrev,
971 read_1_byte, read_1_signed_byte, read_2_bytes, read_4_bytes,
972 read_8_bytes, read_address, read_attribute, read_attribute_value,
973 read_comp_unit, read_comp_unit_head, read_die_and_children,
974 read_die_and_siblings, read_full_die, read_indirect_string,
975 read_initial_length, read_n_bytes, read_offset, read_partial_die,
976 read_signed_leb128, read_string, read_unsigned_leb128,
977 skip_children, skip_leb128, skip_one_die): Same.
978
979 2006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
980
981 * complaints.c (stop_whining): Make signed.
982 * linux-thread-db.c (thread_db_store_registers): Use gdb_byte.
983
984 2006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
985
986 * dwarf2read.c, remote-fileio.c, remote.h: Update copyright
987 notices.
988
989 2006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
990
991 * dwarf2read.c (peek_die_abbrev, read_address, read_initial_length)
992 (read_offset): Change BYTES_READ argument to unsigned int.
993 (dwarf2_build_psymtabs_easy, read_comp_unit_head)
994 (create_all_comp_units, dwarf2_get_pc_bounds)
995 (dwarf_decode_line_header, var_decode_location)
996 (dwarf_decode_macros): Change local BYTES_READ variables to
997 unsigned int.
998 (read_indirect_string): Remove obsolete cast.
999
1000 2006-01-17 Daniel Jacobowitz <dan@codesourcery.com>
1001
1002 * remote-fileio.c (remote_fileio_return_success): Take a gdb_byte
1003 argument.
1004 (remote_fileio_func_open, remote_fileio_func_rename)
1005 (remote_fileio_func_unlink, remote_fileio_func_stat)
1006 (remote_fileio_func_fstat, remote_fileio_func_gettimeofday)
1007 (remote_fileio_func_system): Cast the arguments to
1008 remote_read_bytes and remote_write_bytes.
1009 (remote_fileio_func_read, remote_fileio_func_write): Use a
1010 gdb_byte buffer.
1011 * remote.h (remote_read_bytes, remote_write_bytes): Update
1012 prototypes.
1013 * remote.c (hex2bin, bin2hex): Use gdb_byte for the BIN argument.
1014 (threadref_to_int): Replace bogus char * cast.
1015 (remote_unpack_thread_info_response): Use int for tag.
1016 (remote_threads_extra_info, remote_check_symbols): Cast string
1017 arguments to hex2bin.
1018 (remote_wait): Use a char buffer for packets and a gdb_byte
1019 buffer for registers.
1020 (remote_async_wait): Likewise.
1021 (remote_prepare_to_store, store_register_using_P)
1022 (remote_store_registers): Use gdb_byte buffers.
1023 (remote_write_bytes, remote_read_bytes): Use a gdb_byte pointer
1024 for MYADDR and char buffers for strings.
1025 (remote_xfer_partial): Add casts for string operations on READBUF.
1026 (remote_rcmd): Cast strings passed to bin2hex.
1027
1028 2006-01-16 Mark Mitchell <mark@codesourcery.com>
1029
1030 * aclocal.m4: Regenerate.
1031
1032 2006-01-16 Nathan Sidwell <nathan@codesourcery.com>
1033
1034 * mt-tdep.c (enum mt_gdb_regnums): Add MT_COPRO_PSEUDOREG_ARRAY,
1035 MT_COPRO_PSEUDOREG_DIM_1, MT_COPRO_PSEUDOREG_DIM_2,
1036 MT_COPRO_PSEUDOREG_REGS members. Adjust MT_NUM_PSEUDO_REGS.
1037 (mt_register_name): Lazily synthesize name for coprocessor pseudo
1038 array registers.
1039 (mt_copro_register_type): New. Broken out of ...
1040 (mt_register_type): ... here. Use it. Deal with coprocessor
1041 pseudo array.
1042 (mt_select_coprocessor): New.
1043 (mt_pseudo_register_read, mt_pseudo_register_write): Deal with
1044 coprocessor pseudo array.
1045
1046 2006-01-16 Andrew Stubbs <andrew.stubbs@st.com>
1047
1048 * breakpoint.c (insert_breakpoints): Check that a thread exists
1049 before inserting thread specific breakpoints.
1050
1051 2006-01-15 Mark Kettenis <kettenis@gnu.org>
1052
1053 * osabi.c (generic_elf_osabi_sniffer): Fix typo in previous
1054 commit.
1055
1056 * alpha-tdep.c (alpha_gdbarch_init): Set cannot_step_breakpoint.
1057 * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Remove.
1058 * config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Remove.
1059 * config/alpha/nm-nbsd.h: Remove file.
1060 * config/alpha/nm-fbsd.h: Remove file
1061 * config/alpha/nbsd.mh (NAT_FILE): Remove.
1062 * config/alpha/fbsd.mh (NAT_FILE): Remove.
1063
1064 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
1065
1066 * macroexp.c (expand): Initialize argc.
1067 * stabsread.c (read_type): Handle errors from read_args.
1068 (read_args): Return NULL for errors.
1069
1070 2006-01-15 Mark Kettenis <kettenis@gnu.org>
1071
1072 * osabi.c (generic_elf_osabi_sniffer): Use memcmp instead of
1073 strcmp to compare string to a byte buffer.
1074
1075 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
1076
1077 * printcmd.c (output_command): Always initialize fmt.size.
1078 (printf_command): Use gdb_byte.
1079 * symfile.c (separate_debug_file_exists): Use gdb_byte.
1080 (load_section_callback, read_target_long_array): Likewise.
1081 (simple_read_overlay_table, simple_read_overlay_region_table)
1082 (simple_overlay_update_1): Correct calls to read_target_long_array.
1083 * valprint.c (partial_memory_read): Change MYADDR to a gdb_byte *.
1084 Also change local pointers.
1085 (val_print_string): Use gdb_byte.
1086
1087 2006-01-15 Mark Kettenis <kettenis@gnu.org>
1088
1089 * alphafbsd-tdep.c: Include "solib-svr4.h".
1090 (alphafbsd_init_abi): Set solib_svr4_fetch_link_map_offsets to
1091 svr4_lp64_fetch_link_map_offsets.
1092 * Makefile.in (alphafbsd-tdep.o): Update dependencies.
1093 * config/alpha/fbsd.mt (TDEPFILES): Add corelow.o, solib.o and
1094 solib-svr4.o.
1095 * config/alpha/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
1096 and solib-legacy.o.
1097 * config/alpha/nm-fbsd.h: Don't include "solib.h".
1098
1099 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
1100
1101 * source.c (_initialize_source): Use add_setshow_integer_cmd.
1102
1103 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
1104
1105 * linux-fork.c (delete_fork_command, detach_fork_command): Use
1106 PIDGET.
1107
1108 2006-01-15 Mark Kettenis <kettenis@gnu.org>
1109
1110 * arm-linux-tdep.c (arm_linux_svr4_fetch_link_map_offsets):
1111 Remove.
1112 (arm_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
1113 svr4_ilp32_fetch_link_map_offsets.
1114 * cris-tdep.c (cris_linux_svr4_fetch_link_map_offsets): Remove
1115 function.
1116 (cris_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
1117 svr4_ilp32_fetch_link_map_offsets.
1118 * mips-linux-tdep.c (mips_linux_svr4_fetch_link_map_offsets)
1119 (mips64_linux_svr4_fetch_link_map_offsets): Remove functions.
1120 (mips_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
1121 svr4_ilp32_fetch_link_map_offsets or svr4_lp64_fetch_link_map_offsets
1122 where appropriate.
1123 * nbsd-tdep.c (nbsd_ilp32_solib_svr4_fetch_link_map_offsets):
1124 Simply call svr4_ilp32_fetch_link_map_offsets.
1125 (nbsd_lp64_solib_svr4_fetch_link_map_offsets): Simply call
1126 svr4_lp64_fetch_link_map_offsets.
1127 * ppc-linux-tdep.c (ppc_linux_svr4_fetch_link_map_offsets): Remove
1128 function.
1129 (ppc_linux_init_abi): Set solib_svr4_fetch_link_map_offsets to
1130 svr4_ilp32_fetch_link_map_offsets.
1131 * s390-tdep.c (s390_svr4_fetch_link_map_offsets)
1132 (s390x_svr4_fetch_link_map_offsets): Remove functions.
1133 (s390_gdbarch_init): Set solib_svr4_fetch_link_map_offsets to
1134 svr4_ilp32_fetch_link_map_offsets or svr4_lp64_fetch_link_map_offsets
1135 where appropriate.
1136
1137 2006-01-15 Mark Kettenis <kettenis@gnu.org>
1138
1139 * arm-tdep.c (arm_return_value): Change type of readbuf and
1140 writebuf arguments to `gdb_byte *'.
1141
1142 * s390-tdep.c: Do not include "tm.h" and "../bfd/bfd.h".
1143 * Makefile.in (s390-tdep.o): Update dependencies.
1144
1145 2006-01-14 Mark Kettenis <kettenis@gnu.org>
1146
1147 * sol2-tdep.h. sol2-tdep.c: New files.
1148 * amd64-sol2-tdep.c: Include "sol2-tdep.h".
1149 (amd64_sol2_init_abi): Set skip_solib_resolver.
1150 * i386-sol2-tdep.c: Include "sol2-tdep.h".
1151 (i386_sol2_init_abi): Set skip_solib_resolver.
1152 * sparc-sol2-tdep.c: Include "sol2-tdep.h".
1153 (sparc32_sol2_init_abi): Set skip_solib_resolver.
1154 * sparc64-sol2-tdep.c: Include "sol2-tdep.h".
1155 (sparc64_sol2_init_abi): Set skip_solib_resolver.
1156 * Makefile.in (sol2_tdep_h): New variable.
1157 (ALLDEPFILES): Add sol2-tdep.c.
1158 (sol2-tdep.o): New target.
1159 (amd64-sol2-tdep.o, i386-sol2-tdep.o, sparc-sol2-tdep.o)
1160 (sparc64-sol2-tdep.o): Update dependencies
1161 * config/i386/i386sol2.mt (TDEPFILES): Add sol2-tdep.o.
1162 * config/i386/sol2-64.mt (TDEPFILES): Add sol2-tdep.o.
1163 * config/sparc/sol2.mt (TDEPFILES): Add sol2-tdep.o.
1164 * config/sparc/sol2-64.mt (TDEPFILES): Add sol2-tdep.o.
1165
1166 * hppa-linux-tdep.c: Fix copyright indentation.
1167
1168 * hppa-tdep.h (enum hppa_regnum): Add HPPA_FP31R_REGNUM.
1169 * hppabsd-nat.c (hppabsd_fpregset_supplies_p)
1170 (hppabsd_supply_fpregset, hppabsd_collect_fpregset): New
1171 functions.
1172 (hppabsd_fetch_registers, hppabsd_store_registers): Handle
1173 floating-point registers.
1174
1175 2006-01-13 Mark Mitchell <mark@codesourcery.com>
1176
1177 * event-loop.c (gdb_select): Detect file descriptors that have
1178 been closed.
1179
1180 2006-01-13 Mark Kettenis <kettenis@gnu.org>
1181
1182 * hppabsd-tdep.c (hppabsd_init_abi): Set long_double_bit to 64,
1183 and long_double_format accordingly.
1184
1185 2006-01-12 Paul N. Hilfinger <hilfinger@adacore.com>
1186
1187 * ada-exp.y (yyerror): Change message to ignore the argument, avoiding
1188 translation problems.
1189 * ada-lang.c (ada_value_struct_elt): Change interface and handling
1190 of errors to avoid translation problem (and less than optimal error
1191 messages).
1192 (ada_value_tag, ada_tag_name_1, ada_tag_name_2, ada_evaluate_subexp):
1193 Use new interface to ada_value_struct_elt.
1194 * ada_lang.h (ada_value_struct_elt): Update declaration to new
1195 interface.
1196
1197 * ChangeLog: remove reference to ada-tasks.c from entry of
1198 2006-01-07.
1199
1200 2006-01-11 Mark Kettenis <kettenis@gnu.org>
1201
1202 * remote.c (get_memory_packet_size, set_thread)
1203 (remote_unpack_thread_info_response, remote_get_threadinfo)
1204 (parse_threadlist_response, remote_get_threadlist)
1205 (remote_current_thread, remote_threads_info)
1206 (remote_threads_extra_info, extended_remote_restart, get_offsets)
1207 (remote_check_symbols, remote_open_1, remote_detach)
1208 (remote_async_wait, remote_fetch_registers)
1209 (remote_store_registers, check_binary_download, putpkt_binary)
1210 (remote_insert_breakpoint, remote_insert_watchpoint)
1211 (remote_remove_watchpoint, remote_insert_hw_breakpoint)
1212 (remote_remove_hw_breakpoint, remote_xfer_partial, remote_rcmd)
1213 (packet_command): Remove redundant parenthesis.
1214
1215 2006-01-10 Mark Kettenis <kettenis@gnu.org>
1216
1217 * corefile.c (read_memory_integer, read_memory_unsigned_integer)
1218 (read_memory_typed_address, write_memory)
1219 (write_memory_unsigned_integer, write_memory_signed_integer): Use
1220 gdb_byte where appropriate.
1221
1222 * mi/mi-main.c (mi_cmd_data_read_memory): Change type of mbus into
1223 'gdb_byte *'.
1224
1225 * target.h (target_read_memory_partial, target_write_memory_partial):
1226 Change second argument to 'gdb_byte *'.
1227 * target.c (target_xfer_memory_partial): Change third argument to
1228 'gdb_byte *'.
1229 (target_read_memory_partial, target_write_memory_partial): Change
1230 second argument to 'gdb_byte *'.
1231
1232 * linespec.c (decode_objc): Make i1 and i2 unsigned.
1233 (find_method): Set values.sals to NULL.
1234
1235 2006-01-09 Mark Kettenis <kettenis@gnu.org>
1236
1237 * amd64obsd-nat.c (amd64obsd_supply_pcb): Use 'gdb_byte *' instead
1238 of 'char *' in cast.
1239
1240 2006-01-07 Paul N. Hilfinger <hilfinger@adacore.com>
1241
1242 * ada-exp.y, ada-lex.l, ada-typeprint.c: I18n markup.
1243 * ada-lang.c: I18n markup.
1244 Editorial: change "can not" => "cannot" throughout.
1245
1246 2006-01-07 Mark Kettenis <kettenis@gnu.org>
1247
1248 * Makefile.in: Sort dependencies.
1249
1250 2006-01-07 Eli Zaretskii <eliz@gnu.org>
1251
1252 * top.c (control_level): Remove unused variable.
1253
1254 2006-01-06 Fred Fish <fnf@specifix.com>
1255
1256 * objfiles.c (source.h): Include.
1257 (free_objfile): Update comment about clear_symtab_users().
1258 (free_objfile): Check all symtabs of objfile being freed and if
1259 one of them is the current source symtab, call
1260 clear_current_source_symtab_and_line().
1261
1262 2006-01-04 Michael Snyder <msnyder@redhat.com>
1263
1264 Checkpoint/Restart for Linux.
1265 * linux-nat.c: Add support for debugging multiple forks.
1266 Add #include for linux-fork.h (interface spec).
1267 (super_mourn_inferior): New function pointer.
1268 (child_mourn_inferior): New function / target method.
1269 (linux_target): Claim to_mourn_inferior method pointer.
1270 (child_follow_fork): Call interface to linux-fork, conditionally
1271 add new fork processes to list of debugged processes.
1272 (kill_inferior): Use interface to linux-fork to kill
1273 multiple processes.
1274
1275 * linux-fork.h: New file.
1276 * linux-fork.c: New file. Support for debugging multiple forks
1277 of the same program. Support for checkpoint and restart commands.
1278
1279 * infrun.c (nullify_last_target_wait_ptid): New function.
1280
1281 * Makefile.in: Add linux-fork.
1282 * config/*/linux.mh: Add linux-fork.
1283 * NEWS: Mention new functionality.
1284
1285 2006-01-02 Paul Hilfinger <hilfingr@nile.gnat.com>
1286
1287 * ada-exp.y (syntax definitions,write_var_or_type,write_name_assoc):
1288 Change uses of "illegal" to "invalid".
1289
1290 2006-01-02 Paul N. Hilfinger <hilfinger@adacore.com>
1291
1292 * ada-exp.y: Considerable reorganization to move functionality
1293 from ada-lex.l to here, where it is logically more appropriate.
1294 The original reason, however, was to prevent premature name
1295 lookups for selector names in record aggregates.
1296 (BLOCKNAME, TYPENAME, OBJECT_RENAMING): Remove; lexer now returns
1297 NAME for all of these.
1298 (VAR): New artificial token to clarify precedence rules.
1299 (OTHERS): New lexeme.
1300 (empty_stoken): New symbol.
1301 (%union): Remove ssym, voidval.
1302 (%type): Remove <voidval> type declarations.
1303 (syntax definitions): Add aggregates.
1304 Remove distinction between NAME, TYPENAME, BLOCKNAME, OBJECT_RENAMING.
1305 Rename some non-terminals to be closer to reference manual usage.
1306 Tighten up expression syntax to disallow certain non-Ada
1307 constructions such as X and then Y or else Z.
1308 (ada_parse): Remove initialization of left_block_context.
1309 (write_var_from_name): Remove.
1310 (write_var_or_type): New function, containing previous code from
1311 defunct write_var_from_name and name_lookup.
1312 (block_lookup): New function, moved from ada-lex.l
1313 (select_possible_type_sym): New function, factored out of
1314 name_lookup, which used to be in ada-lex.l.
1315 (find_primitive_type): Ditto.
1316 (chop_selector): Ditto.
1317 (write_ambiguous_var): New function, factored out of defunct
1318 write_var_from_name.
1319 (write_selectors): New function.
1320 (write_name_assoc): New function.
1321 (write_exp_op_with_string): New function.
1322
1323 * ada-lex.l (processId): Change interface to return stoken.
1324 (tempbuf, resize_tempbuf, tempbuf_size, tempbuf_len): Remove.
1325 (block_lookup, name_lookup): Remove. Functionality moved to
1326 ada-exp.y.
1327 (state IN_STRING): Remove.
1328 (rules): Handle string escapes in processString.
1329 Add 'others' token.
1330 Return all NAMEs, BLOCKNAMEs, OBJECT_RENAMINGs, TYPENAMEs in
1331 yylval.sval (as simple strings).
1332 All name look-ups now handled in ada-exp.y.
1333 Introduce "::" (COLONCOLON) token and return as separate token.
1334 (processId): Change return convention. Comment.
1335 Leave leading "'" in place.
1336 (processString): New function.
1337 (find_dot_all): Add note to comment.
1338 Fix problem that allowed match only at the end.
1339
1340 * ada-lang.c: Introduce aggregates.
1341 (find_struct_field): Add new parameter to count fields skipped, and
1342 allow other output parameters to be NULL.
1343 (value_tag_from_contents_and_address, ada_value_struct_elt): Use
1344 new find_struct_field.
1345 (ada_index_struct_field, assign_aggregate, ada_is_array_type)
1346 (num_visible_fields, ada_index_struct_field_1, ada_index_struct_field)
1347 (num_component_specs, assign_component, assign_aggregate):
1348 (aggregate_assign_from_choices,aggregate_assign_positional)
1349 (aggregate_assign_others,add_component_interval):
1350 New functions.
1351 (ada_evaluate_subexp): Declare.
1352 Add aggregate-related operators.
1353 (ada_forward_operator_length): Declare.
1354 (resolve_subexp): Add cases for new aggregate operators and OP_NAME.
1355 Consolidate Ada operators, using ada_forward_operator_length.
1356 (ada_search_struct_field): Search in forward order.
1357 (ADA_OPERATORS): Add new aggregate operators.
1358 (ada_operator_length, ada_op_name, ada_forward_operator_length)
1359 (ada_dump_subexp_body, ada_print_subexp): Handle new aggregate
1360 operators and OP_NAME.
1361 (ada_type_of_array): Use longest_to_int.
1362 (value_assign_to_component): New function.
1363 (ada_forward_operator_length, ada_op_name, ada_dump_subexp_body):
1364 Add OP_NAME case.
1365 (ada_forward_operator_length, ada_dump_subexp_body):
1366 Add OP_STRING case.
1367
1368 * ada-lang.h (enum ada_operator): Add OP_AGGREGATE, OP_OTHERS,
1369 OP_CHOICES, OP_DISCRETE_RANGE, OP_POSITIONAL.
1370
1371 2006-01-02 Paul N. Hilfinger <hilfinger@adacore.com>
1372
1373 * ada-lang.c (process_raise_exception_name): Remove extraneous
1374 definition from unsubmitted code.
1375
1376 (is_lower_alphanum): New function.
1377 (ada_decode): Add support for decoding protected object subprograms
1378 and entries, and of entities declared inside protected object
1379 subprograms.
1380 Also add missing handling for__{DIGITS}+ suffixes.
1381 Allow '$<digits>' as valid overloading suffix.
1382 (is_name_suffix): Add handling for protected type entriy suffixes.
1383 Also add support for protected type subprogram suffixes, but keep
1384 it commented out for now, as there is an ambiguity between these
1385 entities and other internally generated entities.
1386 Allow '$<digits>' as valid overloading suffix.
1387 (is_valid_name_for_wild_match): New function.
1388 (wild_match): Add an exra level of verification of the entity name
1389 before declaring it a match for the given pattern.
1390
1391 (ada_type_of_array, ada_evaluate_subexp): Use more proper
1392 longest_to_int rather than cast.
1393
1394 (ada_evaluate_subexp): Use "invalid" rather than "illegal" in comment.
1395
1396 (ada_coerce_to_simple_array): Call check_size to make sure
1397 that the object size is reasonable.
1398
1399 (ada_value_primitive_packed_val): Use correct location in target
1400 buffer for extracting packed record fields that are themselves records.
1401
1402 (add_defn_to_vec): Do not try to replace a stub type by its full
1403 type. Avoids a potential infinite loop.
1404
1405 (ada_lookup_symbol): Move return incorrectly placed return statement,
1406 causing a loop that should be scanning all object files to only
1407 scan the first one.
1408
1409 (ada_tag_name_2): New function.
1410 (ada_tag_name_1): If no 'tsd' field found in the dispatching table,
1411 use alternative representation.
1412
1413 (ada_find_renaming_symbol): Strip the function name suffix when
1414 computing the XR type name.
1415
1416 (ada_to_fixed_type): Try determining the tag only if we have the
1417 object's address.
1418 (to_fixed_array_type): Add comments.
1419
1420 (ada_check_typedef): Replace expression checking whether the given
1421 type is a stub or not by a "call" to TYPE_STUB. Clearer and more
1422 consistent.
1423
1424 * ada-lang.h (ADA_KNOWN_AUXILIARY_FUNCTION_NAME_PATTERNS): Allow
1425 '$' in addition to '.' for runtime auxiliary function name suffixes.
1426 See changes to ada_decode above.
1427
1428 (struct task_control_block): Add field called_task. (This change is
1429 to keep synchronized with our local sources; it does not affect the
1430 public version yet.)
1431
1432 * ada-typeprint.c (ada_print_type): Use int_string for printing
1433 modulus of modular type.
1434
1435 (print_range): Trivial editorial comment fix.
1436
1437 * ada-valprint.c (ada_emit_char): Use normal Ada syntax for
1438 double quote in string.
1439
1440 2006-01-01 Joel Brobecker <brobecker@adacore.com>
1441
1442 * top.c: Add 2006 to list of copyright years in file header.
1443
1444 2006-01-01 Joel Brobecker <brobecker@adacore.com>
1445
1446 * top.c (print_gdb_version): Update copyright year to 2006.
1447
1448 2006-01-01 Roger Sayle <roger@eyesopen.com>
1449 Elena Zannoni <ezannoni@redhat.com>
1450
1451 PR symtab/1651
1452 * xcoffread.c (xcoff_next_symbol_text): Check this_symtab_psymtab
1453 for NULL before assigning this_symtab_psymtab->objfile to objfile.
1454 (scan_xcoff_symtab): Initialize next_symbol_text_func.
1455 (Committed by Jim Blandy)
1456
1457 For older changes see ChangeLog-2005.
1458 \f
1459 Local Variables:
1460 mode: change-log
1461 left-margin: 8
1462 fill-column: 74
1463 version-control: never
1464 End:
This page took 0.058565 seconds and 4 git commands to generate.