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
Daniel Jacobowitz
e23fc6de1a
* linux-thread-db.c (thread_db_mourn_inferior): Remove breakpoints
...
after mourning the inferior.
2006-01-24 21:50:26 +00:00
Jim Blandy
13d6656b12
2006-01-24 Jim Blandy <jimb@redhat.com>
...
* valarith.c (binop_user_defined_p): Handle refs to typedefs.
2006-01-24 21:21:12 +00:00
Fred Fish
59f92a09f1
Reviewed and approved by Jim Blandy and Daniel Jacobowitz
...
2006-01-24 Fred Fish <fnf@specifix.com>
* parse.c (source.h): Include.
(parse_exp_in_context): Use static source context if no
other context found.
2006-01-24 15:20:10 +00:00
gdbadmin
fc6e323197
*** empty log message ***
2006-01-24 00:00:04 +00:00
Alan Modra
83f7ff2f0c
daily update
2006-01-23 23:00:06 +00:00
Jim Blandy
d45a4bef83
sim/ChangeLog:
...
2005-10-06 Jim Blandy <jimb@redhat.com>
Add simulator for Renesas M32C and M16C.
* m32c: New directory.
* configure.ac: Add entry for Renesas M32C.
* configure: Regenerate.
sim/m32c/ChangeLog:
2005-10-06 Jim Blandy <jimb@redhat.com>
Simulator for Renesas M32C and M16C, by DJ Delorie <dj@redhat.com>,
with further work from Jim Blandy <jimb@redhat.com> and
Kevin Buettner <kevinb@redhat.com>.
* ChangeLog: New.
* Makefile.in: New.
* blinky.S: New.
* config.in: New.
* configure: New.
* configure.in: New.
* cpu.h: New.
* gdb-if.c: New.
* gloss.S: New.
* int.c: New.
* int.h: New.
* load.c: New.
* load.h: New.
* m32c.opc: New.
* main.c: New.
* mem.c: New.
* mem.h: New.
* misc.c: New.
* misc.h: New.
* opc2c.c: New.
* r8c.opc: New.
* reg.c: New.
* safe-fgets.c: New.
* safe-fgets.h: New.
* sample.S: New.
* sample.ld: New.
* sample2.c: New.
* srcdest.c: New.
* syscalls.c: New.
* syscalls.h: New.
* trace.c: New.
* trace.h: New.
2006-01-23 22:10:41 +00:00
Andrew Stubbs
dda6380765
2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
...
* sh-tdep.c: Include reggroups.h.
(sh_register_reggroup_p): New function.
(sh_gdbarch_init): Add call to set_gdbarch_register_reggroup_p.
* Makefile.in (sh-tdep.o): Add dependency on reggroups.h.
2006-01-23 17:35:22 +00:00
Andrew Stubbs
4b505b1269
2006-01-23 Andrew Stubbs <andrew.stubbs@st.com>
...
* cli/cli-cmds.c: Include fcntl.h.
(source_command): Use the GDB search path to find script files.
doc/
* gdb.texinfo (Choosing files): Mention that -directory is used
for script files.
(Specifying source directories): Likewise.
(Command files): Explain how script files are found.
2006-01-23 16:28:37 +00:00
Daniel Jacobowitz
721d14ba74
PR tdep/2029
...
Suggested by Till Straumann <strauman@slac.stanford.edu>:
* rs6000-tdep.c (skip_prologue): Update check for later mtlr
instructions. Handle PIC bcl.
2006-01-23 01:49:43 +00:00
Daniel Jacobowitz
5625b94380
* gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
...
files.
2006-01-23 01:47:32 +00:00