gdbadmin
9c703ebff4
*** empty log message ***
2006-02-02 00:00:32 +00:00
Daniel Jacobowitz
ae5a43e0c9
gdb/
...
* Makefile.in (gdbtypes_h, gdbtypes.o, utils.o): Update.
* defs.h (hashtab_obstack_allocate, dummy_obstack_deallocate): Add
prototypes.
* dwarf2read.c (read_subroutine_type): Use TYPE_ZALLOC.
(hashtab_obstack_allocate, dummy_obstack_deallocate): Moved to...
* utils.c (hashtab_obstack_allocate, dummy_obstack_deallocate):
...here.
* gdbtypes.c: Include "hashtab.h".
(build_gdbtypes): Remove extra prototype.
(struct type_pair, type_pair_hash, type_pair_eq)
(create_copied_types_hash, copy_type_recursive): New.
* gdbtypes.h: Include "hashtab.h".
(TYPE_ZALLOC): New.
(create_copied_types_hash, copy_type_recursive): New prototypes.
* objfiles.c (free_objfile): Call preserve_values.
* symfile.c (reread_symbols): Likewise.
(clear_symtab_users): Remove calls to clear_value_history and
clear_internalvars.
* value.c (clear_value_history, clear_internalvars): Removed.
(preserve_one_value, preserve_values): New functions.
* value.h (clear_value_history, clear_internalvars): Removed.
(preserve_values): New prototype.
* tracepoint.c (_initialize_tracepoint): Do not initialize convenience
variables here.
gdb/doc/
* gdb.texinfo (Files): Remove obsolete bits from the description
of "symbol-file".
2006-02-01 23:14:11 +00:00
Alan Modra
f37bc9f776
daily update
2006-02-01 23:00:07 +00:00
Eric Botcazou
bb29dfeaa6
* elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Reinstate bypass
...
for call-to-undefweak reloc overflow.
2006-02-01 22:03:38 +00:00
Daniel Jacobowitz
dd24457ddf
* Makefile.in (OBS): Add version.o.
...
(STAGESTUFF): Delete.
(version.o): Add dependencies.
(version.c): Replace rule.
(clean): Remove version.c.
* server.c (gdbserver_version): New.
(gdbserver_usage): Use printf.
(main): Handle --version and --help.
* server.h (version, host_name): Add declarations.
2006-02-01 21:37:21 +00:00
Danny Smith
6b31ad165d
* deffilep.y (def_image_name): If the image name does not have
...
a suffix, append the default.
* ld.texinfo: Document NAME, LIBRARY usage in PE-COFF .def files.
2006-02-01 21:28:29 +00:00
Alan Modra
f524510a16
daily update
2006-02-01 01:09:00 +00:00
gdbadmin
baee6b425d
*** empty log message ***
2006-02-01 00:00:02 +00:00
Eric Botcazou
ca6d06e538
* ld-sparc/sparc.exp: Do not run 64-bit tests on Solaris 2.5.1
...
and Solaris 2.6.
2006-01-31 23:49:32 +00:00
Eric Botcazou
dc669dc848
* elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Reinstate bypass
...
for 32-bit relocs overflow.
2006-01-31 22:42:21 +00:00
Danny Smith
4b5bd4e780
* NEWS: mention support for forward exports in PE-COFF dll's.
...
* ld.texinfo: Expand documentation of EXPORT statements in
PE-COFF .def files.
2006-01-31 22:13:41 +00:00
Danny Smith
a8d701fd09
2006-01-31 Filip Navara <navaraf@reactos.com>
...
* deffile.h (struct def_file_export): Add field flag_forward.
* pe-dll.c (process_def_file): Check for forward exports.
(generate_edata): Generate forward export symbols.
(fill_edata): Emit them.
* pe-dll.c (process_def_file): Don't crash on malformed
fastcall symbol names in .def file.
2006-01-31 22:08:14 +00:00
Bob Wilson
e7da624184
* config/xtensa-istack.h (TInsn): Remove record_fix and sub_symbol
...
fields.
* config/tc-xtensa.h (xtensa_frag_type): Remove slot_sub_symbols field.
* config/tc-xtensa.c (md_apply_fix): Check for unexpected uses of
subtracted symbols.
(relaxation_requirements): Add pfinish_frag argument and use it to
replace setting tinsn->record_fix fields.
(xg_assemble_vliw_tokens): Adjust calls to relaxation_requirements
and vinsn_to_insnbuf. Remove references to record_fix and
slot_sub_symbols fields.
(xtensa_mark_narrow_branches): Delete unused code.
(is_narrow_branch_guaranteed_in_range): Handle expr that is not just
a symbol.
(convert_frag_immed): Adjust vinsn_to_insnbuf call and do not set
record_fix fields.
(tinsn_immed_from_frag): Remove code for handling slot_sub_symbols.
(vinsn_to_insnbuf): Change use of record_fixup argument, replacing use
of the record_fix field. Simplify error messages for unexpected
symbolic operands.
(set_expr_symbol_offset_diff): Delete.
2006-01-31 19:36:57 +00:00
Paul Brook
791346475b
2006-01-31 Paul Brook <paul@codesourcery.com>
...
gas/
* config/tc-arm.c (arm_reg_parse): Check if reg is non-NULL.
gas/testsuite/
* gas/testsuite/gas/arm/iwmmxt-bad.s: Add check for bad register name.
* gas/testsuite/gas/arm/iwmmxt-bad.l: Ditto.
2006-01-31 16:19:41 +00:00
Paul Brook
e74cfd166e
2006-01-31 Paul Brook <paul@codesourcery.com>
...
Richard Earnshaw <rearnsha@arm.com>
* gas/config/tc-arm.c: Use arm_feature_set.
(arm_ext_*, arm_arch_full, arm_arch_t2, arm_arch_none,
arm_cext_iwmmxt, arm_cext_xscale, arm_cext_maverick, fpu_fpa_ext_v1,
fpu_fpa_ext_v2, fpu_vfp_ext_v1xd, fpu_vfp_ext_v1, fpu_vfp_ext_v2):
New variables.
(insns): Use them.
(md_atof, opcode_select, opcode_select, md_assemble, md_assemble,
md_begin, arm_parse_extension, arm_parse_cpu, arm_parse_arch,
arm_parse_fpu, arm_parse_float_abi, aeabi_set_public_attributes,
s_arm_cpu, s_arm_arch, s_arm_fpu): Use macros for accessing CPU
feature flags.
(arm_legacy_option_table, arm_option_cpu_value_table): New types.
(arm_opts): Move old cpu/arch options from here...
(arm_legacy_opts): ... to here.
(md_parse_option): Search arm_legacy_opts.
(arm_cpus, arm_archs, arm_extensions, arm_fpus)
(arm_float_abis, arm_eabis): Make const.
* include/opcode/arm.h: Use ARM_CPU_FEATURE.
(ARM_AEXT_*, FPU_ENDIAN_PURE, FPU_VFP_HARD): New.
(arm_feature_set): Change to a structure.
(ARM_CPU_HAS_FEATURE, ARM_MERGE_FEATURE_SETS, ARM_CLEAR_FEATURE,
ARM_FEATURE): New macros.
2006-01-31 14:11:13 +00:00
gdbadmin
10bbee73e3
*** empty log message ***
2006-01-31 00:00:32 +00:00
Alan Modra
00640d8023
daily update
2006-01-30 23:00:40 +00:00
Nick Clifton
c8782eeec3
* objcopy.c (copy_object): Catch the case where an attempt is made to add a
...
section that already exists and produce a more helpful warning message.
2006-01-30 13:06:53 +00:00
Nick Clifton
790433a9e1
Updated Vietnamese translation.
2006-01-30 12:20:22 +00:00
gdbadmin
678226d3e6
*** empty log message ***
2006-01-30 00:00:02 +00:00
Alan Modra
985ab7ae54
daily update
2006-01-29 23:00:06 +00:00
Mark Kettenis
1315ad4636
* gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
2006-01-29 21:30:17 +00:00
Mark Kettenis
b929c77fba
* amd64-tdep.c (amd64_classify): Handle TYPE_CODE_BOOL.
...
Fixes PR tdep/2075.
2006-01-29 21:19:31 +00:00
DJ Delorie
fd7d450d2b
merge from gcc
2006-01-29 20:07:09 +00:00
gdbadmin
06d3c8c05c
*** empty log message ***
2006-01-29 00:00:32 +00:00
Alan Modra
c68ea8e729
daily update
2006-01-28 23:00:06 +00:00
gdbadmin
1855d07ec4
*** empty log message ***
2006-01-28 00:00:02 +00:00
Alan Modra
f378d620b6
daily update
2006-01-27 23:00:05 +00:00
Joel Brobecker
1581f35909
* MAINTAINERS: Use a consistent email address for brobecker.
2006-01-27 21:27:07 +00:00
Joel Brobecker
37706b70d5
* infcmd.c (post_create_inferior): Fix copy/paste error introduced
...
in the previous change.
2006-01-27 20:05:27 +00:00
Nikolaos Kavvadias
4b3dc01ddd
Adding myself as DLX maintainer
2006-01-27 19:42:35 +00:00
Nick Clifton
63d852486f
* pe-dll.c (pe_dll_generate_implib): Issue "Creating library file:" as
...
informational message, not a warning.
2006-01-27 17:18:13 +00:00
H.J. Lu
a10e6b21d4
2006-01-27 H.J. Lu <hongjiu.lu@intel.com>
...
PR ld/2218
* ld-pie/pie.exp: New file.
* ld-pie/weakundef.c: Likewise.
* ld-pie/weakundef.out: Likewise.
* lib/ld-lib.exp (run_ld_link_exec_tests): Fix nesting. Support
building PIE and shared library.
2006-01-27 14:32:04 +00:00
Paul Brook
1a0eb69375
2006-01-27 Paul Brook <paul@codesourcery.com>
...
* elf32-arm.c (elf32_arm_get_symbol_type): Allow STT_TLS thumb
objects.
2006-01-27 14:11:43 +00:00
gdbadmin
64052d56bf
*** empty log message ***
2006-01-27 00:00:03 +00:00
Alan Modra
8e2035baf8
daily update
2006-01-26 23:00:07 +00:00
Paolo Bonzini
2429c060cd
2006-01-16 Paolo Bonzini <bonzini@gnu.org>
...
* configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
the assembler, linker and binutils.
* configure: Regenerate.
config:
2006-01-16 Paolo Bonzini <bonzini@gnu.org>
* acx.m4 (NCN_STRICT_CHECK_TARGET_TOOLS): Test $with_build_time_tools.
(ACX_PATH_SEP): New.
(ACX_TOOL_DIRS): Move here from the gcc directory.
(ACX_CHECK_INSTALLED_TARGET_TOOL): New.
(GCC_TARGET_TOOL): Do not use a host tool if we found a target tool
with a complete path in either $with_build_time_tools or $exec_prefix.
2006-01-26 18:56:02 +00:00
David Ung
f1a64f4922
* mips-opc.c: Add I33 masks to these MIPS32R2 instructions: prefx,
...
ceil.l.d, ceil.l.s, cvt.d.l, cvt.l.d, cvt.l.s, cvt.s.l, floor.l.d,
floor.l.s, ldxc1, lwxc1, madd.d, madd.s, msub.d, msub.s, nmadd.d,
nmadd.s, nmsub.d, nmsub.s, recip.d, recip.s, round.l.d, rsqrt.d,
rsqrt.s, sdxc1, swxc1, trunc.l.d, trunc.l.s.
2006-01-26 15:14:57 +00:00
Nick Clifton
bdcfeba541
Add new Vietnamese translation
2006-01-26 14:43:56 +00:00
Bob Wilson
d47d412e85
* config/tc-xtensa.c (md_apply_fix): Set value to zero for PLT relocs.
2006-01-26 05:21:43 +00:00
gdbadmin
b6c0a7f644
*** empty log message ***
2006-01-26 00:00:33 +00:00
Alan Modra
09f3a8ee4b
daily update
2006-01-25 23:00:08 +00:00
Jim Blandy
a9f158ec20
2006-01-25 Jim Blandy <jimb@redhat.com>
...
* gdbint.texinfo (Testsuite): Explain how to run selected tests.
2006-01-25 21:15:42 +00:00
Jim Blandy
410dd08eb5
2006-01-24 Jim Blandy <jimb@redhat.com>
...
* gdbint.texinfo (Frames): Document the basics of GDB's register
unwinding model, and explain the existence of the "sentinel" frame.
2006-01-25 18:48:57 +00:00
Mark Mitchell
e8a15d32f6
* words.h (natural32): Define as "int".
2006-01-25 17:29:44 +00:00
gdbadmin
bbc8ddee97
*** empty log message ***
2006-01-25 00:00:32 +00:00
Mark Mitchell
0b06d9f4d3
* words.h (signed32): Define as "int".
...
(unsigned32): Define as "unsigned int".
2006-01-24 23:48:01 +00:00
Alan Modra
065cc494d9
daily update
2006-01-24 23:00:07 +00:00
Daniel Jacobowitz
9353355fa3
PR gdb/1914
...
* fork-child.c (fork_inferior): Don't call
solib_create_inferior_hook.
* infcmd.c (post_create_inferior): Call solib_add,
solib_create_inferior_hook, and re_enable_breakpoints_in_shlibs.
(attach_command): Don't call solib_add or
re_enable_breakpoints_in_shlibs. Call post_create_inferior
instead.
* remote.c (remote_open_1): Don't call solib_create_inferior_hook
or observer_notify_inferior_created. Call post_create_inferior
instead.
* corelow.c: Don't include "observer.h".
(solib_add_stub): Deleted.
(core_open): Don't call observer_notify_inferior_created or
solib_add_stub. Call post_create_inferior instead.
* inf-ptrace.c: Don't include "observer.h".
(inf_ptrace_attach): Don't call observer_notify_inferior_created.
* inf-ttrace.c: Don't include "observer.h".
(inf_ttrace_attach): Don't call observer_notify_inferior_created.
* inferior.h (solib_create_inferior_hook): Remove redundant
prototype.
* inftarg.c: Don't include "observer.h".
(child_attach): Don't call observer_notify_inferior_created.
* Makefile.in: Update dependencies.
2006-01-24 22:34:34 +00:00
Daniel Jacobowitz
281b533b6c
* infcmd.c: Include "observer.h".
...
(post_create_inferior): New function.
(run_command_1): Call it. Also call proceed.
* inferior.h (post_create_inferior): New prototype.
* Makefile.in (infcmd.o): Update.
* gnu-nat.c (gnu_create_inferior): Don't call proceed.
* go32-nat.c (go32_create_inferior): Likewise.
* nto-procfs.c (procfs_create_inferior): Likewise.
* procfs.c (procfs_create_inferior): Likewise.
* remote-sim.c (gdbsim_create_inferior): Likewise.
* remote.c (extended_remote_create_inferior)
(extended_remote_async_create_inferior): Likewise.
* win32-nat.c (win32_create_inferior): Likewise.
* wince.c (child_create_inferior): Likewise.
* monitor.c (monitor_create_inferior): Don't call proceed.
Set the PC manually.
* ocd.c (ocd_create_inferior): Likewise.
* remote-e7000.c (e7000_create_inferior): Likewise.
* remote-m32r-sdi.c (m32r_create_inferior): Likewise.
* remote-mips.c (mips_create_inferior): Likewise.
* remote-rdp.c (remote_rdp_create_inferior): Likewise.
* remote-sds.c (sds_create_inferior): Likewise.
* remote-st.c (st2000_create_inferior): Likewise.
* inf-ptrace.c (inf_ptrace_create_inferior): Don't call
proceed or observer_notify_inferior_created.
* inf-ttrace.c (inf_ttrace_create_inferior): Likewise.
* inftarg.c (child_create_inferior): Likewise.
2006-01-24 22:09:28 +00:00