Michael Snyder
e8c1a4e716
2003-06-04 Michael Snyder <msnyder@redhat.com>
...
* compile.c (sim_info): Fix typo in output.
2003-06-04 18:28:21 +00:00
Jakub Jelinek
68d55fe3f0
* as.c (show_usage): Document --execstack and --noexecstack.
...
(parse_args): Add --execstack and --noexecstack.
(main): Create .note.GNU-stack section if --execstack or
--noexecstack was given on comand line, set its SHF_EXECINSTR bit.
* as.h (flag_execstack, flag_noexecstack): New.
2003-06-04 16:54:45 +00:00
Richard Henderson
b21fd293ac
* alpha-tdep.c (alpha_next_pc): Use alpha_read_insn.
...
(alpha_sigtramp_frame_this_id): Use get_frame_memory.
(alpha_sigtramp_frame_prev_register): Likewise.
(alpha_heuristic_frame_prev_register): Likewise.
* alpha-mdebug-tdep.c (alpha_mdebug_frame_prev_register): Likewise.
2003-06-04 16:44:29 +00:00
Richard Henderson
087779b16b
* alpha-mdebug-tdep.c (alpha_mdebug_after_prologue): Use
...
alpha-specific register id names.
(alpha_mdebug_frame_unwind_cache): Likewise.
(alpha_mdebug_frame_prev_register): Likewise.
2003-06-04 16:40:50 +00:00
Svein Seldal
5a5b96513f
Moved the ticoff0/1 swaptables and coff0/1 bad format hooks to coffcode.h
2003-06-04 11:38:30 +00:00
Svein Seldal
53d4437ac6
Altered the CREATE_xxx_COFF_TARGET_VEC macro arguments -- changelog dropped out
2003-06-04 11:15:09 +00:00
Svein Seldal
3fa785190a
Altered the CREATE_xxx_COFF_TARGET_VEC macro arguments
2003-06-04 10:47:33 +00:00
Svein Seldal
736694c89e
Fixed initialization bug
2003-06-04 10:11:02 +00:00
Chris Demetriou
f9b4148d9e
2003-06-03 Chris Demetriou <cgd@broadcom.com>
...
* config/tc-mips.c: (OPTION_ARCH_BASE, OPTION_ASE_BASE)
(OPTION_COMPAT_ARCH_BASE, OPTION_FIX_BASE)
(OPTION_MISC_BASE): New defines.
(OPTION_BREAK, OPTION_CONSTRUCT_FLOATS, OPTION_EB, OPTION_EL)
(OPTION_ELF_BASE, OPTION_FIX_VR4122, OPTION_FP32, OPTION_FP64)
(OPTION_GP32, OPTION_GP64, OPTION_M3900, OPTION_M4010, OPTION_M4100)
(OPTION_M4650, OPTION_M7000_HILO_FIX, OPTION_MARCH, OPTION_MDMX)
(OPTION_MEMBEDDED_PIC, OPTION_MIPS1, OPTION_MIPS16, OPTION_MIPS2)
(OPTION_MIPS3, OPTION_MIPS32, OPTION_MIPS32R2, OPTION_MIPS3D)
(OPTION_MIPS4, OPTION_MIPS5, OPTION_MIPS64)
(OPTION_MNO_7000_HILO_FIX, OPTION_MTUNE, OPTION_NO_CONSTRUCT_FLOATS)
(OPTION_NO_FIX_VR4122, OPTION_NO_M3900, OPTION_NO_M4010)
(OPTION_NO_M4100, OPTION_NO_M4650, OPTION_NO_MDMX, OPTION_NO_MIPS16)
(OPTION_NO_MIPS3D, OPTION_NO_RELAX_BRANCH, OPTION_RELAX_BRANCH)
(OPTION_TRAP): Redefine in terms of new defines.
(md_longopts): Reorder entries.
2003-06-04 06:38:38 +00:00
Richard Henderson
baa490c486
* alpha-tdep.c (alpha_dwarf2_init_abi): New.
...
* alpha-tdep.h (alpha_dwarf2_init_abi): Declare it.
* alpha-linux-tdep.c (alpha_linux_init_abi): Use it.
* alphafbsd-tdep.c (alphafbsd_init_abi): Register dwarf2 and mdebug
unwind routines.
* alphanbsd-tdep.c (alphanbsd_init_abi): Likewise.
* config/alpha/fbsd.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
* config/alpha/nbsd.mt (TDEPFILES): Likewise.
* alpha-linux-tdep.c: Remove unnecessary includes.
* Makefile.in (alpha-linux-tdep.o): Update.
2003-06-04 06:22:17 +00:00
Richard Henderson
ffdab7f627
* alphabsd-tdep.c (alphabsd_supply_fpreg): Fix typo last change.
...
(alphabsd_fill_fpreg): Likewise.
2003-06-04 06:16:46 +00:00
Joel Brobecker
f534e522c9
* alphanbsd-tdep.c (alphanbsd_sigcontext_addr): Replace
...
references to struct frame_info fields by calls to the equivalent
accessors. Necessary now that frame_info is opaque.
2003-06-04 05:50:35 +00:00
Joel Brobecker
4035536ba4
* alphanbsd-tdep.c (alphanbsd_skip_sigtramp_frame): Delete.
...
(alphanbsd_init_abi): Do not set skip_sigtramp_frame in tdep
structure, field no longer exists.
2003-06-04 05:44:13 +00:00
Joel Brobecker
0bd79c5c09
* config/alpha/alpha-osf1.mt (TDEPFILES): Add alpha-mdebug-tdep.o.
...
* alpha-osf1-tdep.c (alpha_osf1_init_abi): Enable the mdebug module.
2003-06-04 05:25:10 +00:00
Joel Brobecker
37bb6d9f02
* alpha-osf1-tdep.c (alpha_osf1_sigcontext_addr): Replace
...
references to struct frame_info fields by calls to the equivalent
accessors. Necessary now that frame_info is opaque.
2003-06-04 05:20:55 +00:00
Joel Brobecker
852ee05c45
* alpha-osf1-tdep.c (alpha_osf1_skip_sigtramp_frame): Delete.
...
(alpha_osf1_init_abi): Do not set skip_sigtramp_frame in tdep
structure, field no longer exists.
2003-06-04 05:17:26 +00:00
Theodore A. Roth
7d58c67dbb
* remote.c (init_remote_state): Compute sizeof_g_packet by
...
accumulation of the size of all registers instead of blindly using
DEPRECATED_REGISTER_BYTES.
2003-06-04 04:31:37 +00:00
Michael Snyder
0a48e7e826
2003-06-03 Michael Snyder <msnyder@redhat.com>
...
* config/h8300/tm-h8300.h (h8300sxmode): Declare.
* h8300-tdep.c (h8300_gdbarch_init): Set machine mode
for h8300sx.
2003-06-04 00:25:03 +00:00
gdbadmin
5464543b5e
*** empty log message ***
2003-06-04 00:00:32 +00:00
Joel Brobecker
9798ab0d69
* alpha-osf1-tdep.c (objfiles.h): #include, needed for symfile_objfile.
...
* Makefile.in (alpha-osf1-tdep.o): Update dependencies.
2003-06-03 23:52:41 +00:00
Jakub Jelinek
9ee5e4996f
binutils/
...
* readelf.c (get_segment_type): Handle PT_GNU_STACK.
bfd/
* elf.c (_bfd_elf_print_private_bfd_data): Handle PT_GNU_STACK.
(bfd_section_from_phdr): Likewise.
(map_sections_to_segments): Create PT_GNU_STACK segment header.
(get_program_header_size): Count with PT_GNU_STACK.
* elf-bfd.h (struct elf_obj_tdata): Add stack_flags.
* elflink.h (bfd_elfNN_size_dynamic_sections): Set stack_flags.
include/
* bfdlink.h (struct bfd_link_info): Add execstack and noexecstack.
* elf/common.h (PT_GNU_STACK): Define.
ld/
* ldgram.y (phdr_type): Grok PT_GNU_STACK.
* emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Add
-z execstack and -z noexecstack.
(gld${EMULATION_NAME}_list_options): Likewise.
* scripttempl/elf.sc: If not -r, discard .note.GNU-stack section.
2003-06-03 22:27:24 +00:00
Michael Snyder
65982ba6e7
2003-06-03 Michael Snyder <msnyder@redhat.com>
...
and Bernd Schmidt <bernds@redhat.com>
and Alexandre Oliva <aoliva@redhat.com>
* Makefile.am: Add new emulations for h8300sx.
* Makefile.in: Regenerate.
* configure.tgt: Add new emulations.
* emulparams/h8300sx.sh: New emulation.
* emulparams/h8300sxelf.sh: Ditto.
* scripttempl/h8300sx.sc: Ditto.
2003-06-03 21:43:52 +00:00
Michael Snyder
dc5c3759e0
2003-06-03 Michael Snyder <msnyder@redhat.com>
...
* h8300/compile.c: Add h8300sx insns and addressing modes.
* h8300/sim-main.h: Replaces h8300/inst.h.
* h8300/Makefile.in: Tweak to bring in some sim/common stuff.
2003-06-03 21:38:27 +00:00
Michael Snyder
20dc5b5ae3
2003-06-03 Michael Snyder <msnyder@redhat.com>
...
and Bernd Schmidt <bernds@redhat.com>
and Alexandre Oliva <aoliva@redhat.com>
* disassemble.c (disassembler): Add support for h8300sx.
* h8300-dis.c: Ditto.
2003-06-03 21:32:52 +00:00
Michael Snyder
7ee7b84dfa
2003-05-14 Michael Snyder <msnyder@redhat.com>
...
From Bernd Schmidt <bernds@redhat.com>
and Michael Snyder <msnyder@redhat.com>
and Alexandre Oliva <aoliva@redhat.com>
* config/tc-h8300.c: Add insns and addressing modes for h8300sx.
* config/tc-h8300.h: Ditto.
2003-06-03 21:29:08 +00:00
Michael Snyder
5f250e29bf
2003-06-03 Michael Snyder <msnyder@redhat.com>
...
and Bernd Schmidt <bernds@redhat.com>
and Alexandre Oliva <aoliva@redhat.com>
* h8300.h: Add support for h8300sx instruction set.
2003-06-03 21:23:21 +00:00
Andrew Cagney
00b037e213
2003-06-03 Andrew Cagney <cagney@redhat.com>
...
* sparc-tdep.c (sparc_convert_to_virtual): Delete function.
(sparc_convert_to_raw): Delete function.
(sparc_gdbarch_init): Do not set register_convert_to_raw or
register_convert_to_virtual.
2003-06-03 21:02:49 +00:00
Nathanael Nerode
2a4cbe27e2
* Makefile.tpl: Make 'recursive targets' using autogen rather
...
than shell loop. Remove duplicate 'clean' targets and false
comments.
* Makefile.def: Add systematic dependencies to 'recursive' targets.
Add systematic method of specifying missing targets in subdirs.
Add copyright boilerplate.
* Makefile.in: Regenerate.
* configure.in: Add 'recursive targets' to maybe list.
* configure: Regenerate.
2003-06-03 20:44:31 +00:00
Jeff Johnston
043b2f77bb
2003-06-03 Jeff Johnston <jjohnstn@redhat.com>
...
* thread-db.c (thread_db_mourn_inferior): Unpush thread target
layer if not dealing with a statically-linked threaded program.
2003-06-03 20:00:56 +00:00
Kris Warkentin
f43caff87c
2003-06-03 Kris Warkentin <kewarken@qnx.com>
...
* solib.c (solib_open): Update comment to reflect actual search order.
2003-06-03 19:16:34 +00:00
Andrew Cagney
ae1e741769
2003-06-03 Andrew Cagney <cagney@redhat.com>
...
* frame.c (get_frame_memory_signed): New function.
(get_frame_memory, get_frame_memory_unsigned): New function.
(get_frame_arch): New function.
* frame.h (get_frame_signed_memory, get_frame_arch): Declare.
(get_frame_memory, get_frame_unsigned_memory): Declare.
* d10v-tdep.c (d10v_frame_unwind_cache): Use
get_frame_memory_unsigned and get_frame_arch.
(d10v_frame_unwind_cache, saved_regs_unwinder): Ditto.
2003-06-03 18:53:37 +00:00
Nick Clifton
5a4e47bd30
asprintf.c: Change comment to note that -1 is returned upon error.
...
vasprintf.c: Likewise. (vasprintf): Return -1 upon error.
functions.texi: Document changes to asprintf and vasprintf.
2003-06-03 18:17:29 +00:00
H.J. Lu
6f6f27f842
bfd/
...
2003-06-03 H.J. Lu <hongjiu.lu@intel.com>
* elflink.h (elf_link_input_bfd): Call linker error_handler
for discarded definitions.
include/
2003-06-03 H.J. Lu <hongjiu.lu@intel.com>
* bfdlink.h (LD_DEFINITION_IN_DISCARDED_SECTION): New.
ld/
2003-06-03 H.J. Lu <hongjiu.lu@intel.com>
* ldmisc.c: Include "bfdlink.h".
(error_handler): Handle LD_DEFINITION_IN_DISCARDED_SECTION
and -LD_DEFINITION_IN_DISCARDED_SECTION.
* Makefile.am: Rebuild dependency.
* Makefile.in: Regenerated.
ld/testsuite/
2003-06-03 H.J. Lu <hongjiu.lu@intel.com>
* ld-discard/extern.d: Updated.
* ld-discard/start.d: Likewise.
* ld-discard/static.d: Likewise.
2003-06-03 18:15:05 +00:00
Nick Clifton
a3b6428fe7
Return 'n' if section flags are SEC_HAS_CONTENTS && SEC_READONLY.
2003-06-03 17:45:49 +00:00
Nick Clifton
7579829884
FRV: Use a signed 6-bit immediate value not unsigned for mdrotli insn.
...
Use maintainer mode to regenerate ports.
2003-06-03 17:15:25 +00:00
Nathanael Nerode
27b1cc72b8
* Makefile.tpl: Rename [+target+] to [+make_target+].
...
* Makefile.def: Rename 'target' to 'make_target'.
2003-06-03 16:36:52 +00:00
Nick Clifton
e30ddb24b3
Add pc-relative 32-bit reloc to v850 port. Fixes ld-elf/merge test failure.
2003-06-03 16:24:06 +00:00
Andrew Cagney
9aab5aa3a0
2003-06-03 Andrew Cagney <cagney@redhat.com>
...
Contributed by Red Hat.
* frv.cpu: New file. Written by Dave Brolley, Catherine Moore,
and Eric Christopher.
* frv.opc: New file. Written by Catherine Moore, and Dave
Brolley.
* simplify.inc: New file. Written by Doug Evans.
2003-06-03 15:41:12 +00:00
H.J. Lu
b814bbcbee
2003-06-03 H.J. Lu <hongjiu.lu@intel.com>
...
* ld-elfcomm/elfcomm.exp: Mark tests untested if compiler is
not available.
2003-06-03 15:28:36 +00:00
Raoul Gough
cb12384428
MAINTAINERS (write after approval): Add myself
2003-06-03 09:55:51 +00:00
Jim Blandy
1bb792e9e8
* s390-nat.c (supply_gregset, fill_gregset): On the s390x, the
...
elements of gregset_t are 64 bits each, but access registers
are still 32 bits, so they're packed two per gregset_t
element. Unpack/pack them properly.
2003-06-03 05:36:53 +00:00
Kaz Kojima
308f753f1c
* emulparams/shlelf_linux.sh (GENERATE_PIE_SCRIPT): Set to yes.
...
* emulparams/shlelf32_linux.sh (GENERATE_PIE_SCRIPT): Likewize.
2003-06-03 04:51:49 +00:00
Kaz Kojima
2558b9a9f0
* elf32-sh.c (sh_elf_size_dynamic_sections): Create .interp section
...
and DT_DEBUG dynamic tag even for position independent executables.
* elf64-sh64.c (sh64_elf64_size_dynamic_sections): Likewize.
2003-06-03 04:50:20 +00:00
David Carlton
aee8d8ba8a
2003-06-02 David Carlton <carlton@bactrian.org>
...
* linespec.c (find_methods): Break out code into
add_matching_methods and add_constructors.
(add_matching_methods): New.
(add_constructors): Ditto.
2003-06-03 02:56:04 +00:00
Andrew Cagney
bf7488d21d
2003-06-02 Andrew Cagney <cagney@redhat.com>
...
* alpha-tdep.c (alpha_gdbarch_init): Set convert_register_p,
register_to_value, and value_to_register, instead of
register_convertible, register_convert_to_raw, and
register_convert_to_virtual.
* rs6000-tdep.c (rs6000_gdbarch_init): Ditto.
* ia64-tdep.c (ia64_gdbarch_init): Ditto.
* i386-tdep.c (i386_gdbarch_init): Ditto.
* sparc-tdep.c (sparc_print_registers): Delete call to
REGISTER_CONVERTIBLE.
(sparc_gdbarch_init): Do not set register_convertible.
* m68hc11-tdep.c (m68hc11_gdbarch_init): Ditto.
* frv-tdep.c (frv_gdbarch_init): Ditto.
* cris-tdep.c (cris_gdbarch_init): Ditto.
2003-06-03 01:24:42 +00:00
gdbadmin
74945e6a88
*** empty log message ***
2003-06-03 00:00:32 +00:00
Elena Zannoni
adedef68ce
2003-06-02 Elena Zannoni <ezannoni@redhat.com>
...
* target.h (TARGET_SYMFILE_POSTREAD): Delete unused macro.
* symfile.c (reread_symbols): Delete call to TARGET_SYMFILE_POSTREAD.
(syms_from_objfile): Ditto.
2003-06-02 23:20:47 +00:00
H.J. Lu
9f470756e9
Reformat.
2003-06-02 23:11:43 +00:00
Andreas Schwab
650fcc9108
* m68k-tdep.c (m68k_gdbarch_init): Use set_gdbarch_print_insn ...
...
(_initialize_m68k_tdep): ... instead of deprecated_tm_print_insn.
2003-06-02 22:56:52 +00:00
Richard Henderson
df4a182bcb
* alpha-tdep.c (alpha_register_reggroup_p): Zero is only
...
a member of all_reggroup.
2003-06-02 22:54:01 +00:00