Nick Clifton [Thu, 28 Dec 2000 19:54:33 +0000 (19:54 +0000)]
Requre that long options starting with 'o' only accept a double dash prefix.
Frank Ch. Eigler [Thu, 28 Dec 2000 19:53:54 +0000 (19:53 +0000)]
* error msg tweak
2000-12-28 Frank Ch. Eigler <fche@redhat.com>
* cgen-asm.in (parse_insn_normal): Print better error message for
instructions with missing operands.
Richard Henderson [Thu, 28 Dec 2000 19:14:37 +0000 (19:14 +0000)]
* write.c (subsegs_finish): Fix thinko last change -- don't
"optimize" the alignment == 0 case.
Richard Henderson [Thu, 28 Dec 2000 10:07:56 +0000 (10:07 +0000)]
* as.h (rs_align_test): New.
* frags.c (NOP_OPCODE): Move default from read.c.
(MAX_MEM_FOR_RS_ALIGN_CODE): New default.
(frag_align_code): New.
* frags.h (frag_align_code): Declare.
* read.c (NOP_OPCODE): Remove.
(do_align): Use frag_align_code.
* write.c (NOP_OPCODE): Remove.
(get_recorded_alignment): New.
(cvt_frag_to_fill): Handle rs_align_test.
(relax_segment): Likewise.
(subsegs_finish): Align last subseg in section to the
section alignment. Use frag_align_code.
* write.h (get_recorded_alignment): Declare.
* config/obj-coff.c (size_section): Handle rs_align_test.
(fill_section, fixup_mdeps): Likewise.
(write_object_file): Use frag_align_code.
* config/tc-alpha.c (alpha_align): Use frag_align_code.
(alpha_handle_align): New.
* config/tc-alpha.h (HANDLE_ALIGN): New.
(MAX_MEM_FOR_RS_ALIGN_CODE): New.
* config/tc-i386.h (md_do_align): Use frag_align_code.
(MAX_MEM_FOR_RS_ALIGN_CODE): New.
* config/tc-ia64.c (ia64_md_do_align): Don't do code alignment.
(ia64_handle_align): New.
* config/tc-ia64.h (HANDLE_ALIGN): New.
(MAX_MEM_FOR_RS_ALIGN_CODE): New.
* config/tc-m32r.c (m32r_do_align): Remove.
(m32r_handle_align): New.
(fill_insn): Use frag_align_code.
* config/tc-m32r.h (md_do_align): Remove.
(HANDLE_ALIGN, MAX_MEM_FOR_RS_ALIGN_CODE): New.
* config/tc-m88k.c, config/tc-m88k.h: Similarly.
* config/tc-mips.c, config/tc-mips.h: Similarly.
* config/tc-sh.c (sh_cons_align): Use rs_align_test.
(sh_handle_align): Likewise. Handle rs_align_code.
(sh_do_align): Remove.
* config/tc-sh.h (md_do_align): Remove.
(MAX_MEM_FOR_RS_ALIGN_CODE): New.
* config/tc-sparc.c (sparc_cons_align): Use rs_align_test.
(sparc_handle_align): Likewise. Handle rs_align_code.
* config/tc-sparc.h (md_do_align): Remove.
(MAX_MEM_FOR_RS_ALIGN_CODE): New.
Mark Kettenis [Wed, 27 Dec 2000 21:37:57 +0000 (21:37 +0000)]
Fix debugging programs statically linked against the thread library.
* thread-db.c: Various comment fixes and additions.
Include "bfd.h", "symfile.h" and "objfiles.h".
(keep_thread_db): New variable.
(find_new_threads_callback): Remove prototype.
(thread_db_find_new_threads): New prototype.
(thread_db_push_target, thread_db_unpush_target): Remove
functions.
(deactivate_target): New function.
(thread_db_new_objfile): If OBJFILE == NULL, force deactivation of
target vector. Activate target vector directly instead of calling
thread_db_push_target. Set keep_thread_db if thread library is
detected in the main symbol file. Only enable thread event
reporting if there actually is a child process. Likewise for
detecting new threads, done by calling thread_db_find_new_threads
instead of iterating over the threads ourselves.
(thread_db_detach): Call deactivate_target instead of
thread_db_unpush_target.
(thread_db_wait): Bail out early if we're not debugging the
multi-threaded child process yet.
(thread_db_post_startup_inferior): New function.
(thread_db_mourn_inferior): Call deactivate_target instead of
thread_db_unpush_target.
(init_thread_db_ops): Add thread_db_post_startup_inferior to
thread_db_ops.
Alexandre Oliva [Wed, 27 Dec 2000 17:47:20 +0000 (17:47 +0000)]
* Make-common.in (sim-io.o): Depend on targ-vals.h.
Orjan Friberg [Wed, 27 Dec 2000 11:14:12 +0000 (11:14 +0000)]
Added Orjan Friberg to Write After Approval list.
DJ Delorie [Tue, 26 Dec 2000 22:19:44 +0000 (22:19 +0000)]
* bsearch.c: New file.
* configure.in (funcs): Add bsearch.
(AC_CHECK_FUNCS): Likewise.
* configure, config.in: Regenerate.
Nick Clifton [Tue, 26 Dec 2000 20:55:30 +0000 (20:55 +0000)]
Add --no-default-excludes option for PE targets
Kazu Hirata [Tue, 26 Dec 2000 19:50:50 +0000 (19:50 +0000)]
2000-12-26 Kazu Hirata <kazu@hxi.com>
* vaxnetbsd.c: Fix formatting.
* versados.c: Likewise.
* vms-gsd.c: Likewise.
* vms-hdr.c: Likewise.
* vms-misc.c: Likewise.
Nick Clifton [Tue, 26 Dec 2000 18:17:51 +0000 (18:17 +0000)]
Synchronise with master FSF GCC sources
Alexandre Oliva [Mon, 25 Dec 2000 21:41:20 +0000 (21:41 +0000)]
* archive.c (coff_write_armap): Don't write more than symbol_count
`archive_member_file_ptr's.
Kazu Hirata [Mon, 25 Dec 2000 14:42:42 +0000 (14:42 +0000)]
2000-12-25 Kazu Hirata <kazu@hxi.com>
* vms-tir.c: Fix formatting.
Eli Zaretskii [Mon, 25 Dec 2000 09:10:46 +0000 (09:10 +0000)]
GDB version and refcard copyright fixed.
Ben Elliston [Sat, 23 Dec 2000 21:52:14 +0000 (21:52 +0000)]
2000-12-23 Ben Elliston <bje@redhat.com>
* cgen-trace.c (trace_result): Handle 'f' type operands; output
them to the trace stream using sim_fpu_printn_fpu. Include
"sim-fpu.h".
Kazu Hirata [Sat, 23 Dec 2000 16:48:10 +0000 (16:48 +0000)]
2000-12-23 Kazu Hirata <kazu@hxi.com>
* vms.c: Fix formatting.
* vms.h: Likewise.
Ben Elliston [Sat, 23 Dec 2000 11:51:04 +0000 (11:51 +0000)]
2000-12-15 Ben Elliston <bje@redhat.com>
* sim-fpu.h (sim_fpu_printn_fpu): Declare.
* sim-fpu.c (print_bits): Add digits parameter. Print only as many
trailing digits as specified (-1 to print all digits).
(sim_fpu_print_fpu): New wrapper around sim_fpu_printn_fpu.
(sim_fpu_printn_fpu): Rename from sim_fpu_print_fpu; update calls
to print_bits ().
Mark Kettenis [Sat, 23 Dec 2000 00:27:20 +0000 (00:27 +0000)]
* solib.c (solib_open): If path is relative, look for it
literally. This matches the behaviour of the GNU dynamic linker
more closely.
DJ Delorie [Fri, 22 Dec 2000 22:06:32 +0000 (22:06 +0000)]
* config/tc-d10v.c (md_assemble): set prev_seg and prev_subseg
when we assemble the first half of a pair.
H.J. Lu [Fri, 22 Dec 2000 21:03:24 +0000 (21:03 +0000)]
2000-12-22 H.J. Lu <hjl@gnu.org>
* gas/i386/intel.s: Replace "nop" with ".p2align 4,0".
* gas/i386/intel.d: Updated.
H.J. Lu [Fri, 22 Dec 2000 20:53:35 +0000 (20:53 +0000)]
2000-12-22 H.J. Lu <hjl@gnu.org>
* config/tc-i386.c (reloc): Update the macro for non-bfd
assembler.
(BFD_RELOC_X86_64_GOTPCREL): Set to 0 for non-bfd assembler.
H.J. Lu [Fri, 22 Dec 2000 20:36:02 +0000 (20:36 +0000)]
2000-12-22 H.J. Lu <hjl@gnu.org>
* dwarf2dbg.c (dwarf2_finish): Remove #if BFD_ASSEMBLER.
Fernando Nasser [Fri, 22 Dec 2000 15:03:10 +0000 (15:03 +0000)]
2000-12-22 Fernando Nasser <fnasser@redhat.com>
* README: Suggest building in an empty directory.
Michael Snyder [Fri, 22 Dec 2000 01:49:46 +0000 (01:49 +0000)]
2000-12-21 Michael Snyder <msnyder@mvstp600e.cygnus.com>
* gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
Add a RE to accept a non-ascii char if one is ever presented.
Mark Kettenis [Thu, 21 Dec 2000 20:52:59 +0000 (20:52 +0000)]
* i386-tdep.c: Add missing ')' in comment.
(i386_extract_return_value): Return directly after issuing the
warning and filling *VALBUF with zeroes if we cannot get at the
floating-point registers.
(i386_store_return_value): New function.
* config/i386/tm-i386.h (STORE_RETURN_VALUE): Simply call
i386_store_return_value.
Add prototype for i386_store_return_value.
Mark Kettenis [Thu, 21 Dec 2000 20:18:45 +0000 (20:18 +0000)]
* i386-linux-nat.c (store_fpxregs): Add code to detect support for
the PTRACE_GETFPXREGS request, and return zero if it's not.
Nick Clifton [Thu, 21 Dec 2000 18:43:33 +0000 (18:43 +0000)]
Fix for compiling under Solaris 2.8
Nick Clifton [Thu, 21 Dec 2000 18:40:21 +0000 (18:40 +0000)]
Fixes to allow sources to compile under Solaris 2.8
Nick Clifton [Thu, 21 Dec 2000 18:20:04 +0000 (18:20 +0000)]
Add bfd_get_bits() and bfd_put_bits().
Fernando Nasser [Thu, 21 Dec 2000 16:28:28 +0000 (16:28 +0000)]
2000-12-21 Fernando Nasser <fnasser@redhat.com>
* TODO: Add pre-uiout code removal to 5.2 cleanups.
Fernando Nasser [Thu, 21 Dec 2000 16:16:17 +0000 (16:16 +0000)]
2000-12-20 Fernando Nasser <fnasser@redhat.com>
* configure.in: Rename CONFIG_LOBS to CONFIG_LIB_OBS.
* Makefile.in: Ditto.
* configure: Regenerate.
Fernando Nasser [Thu, 21 Dec 2000 16:08:52 +0000 (16:08 +0000)]
2000-12-20 Fernando Nasser <fnasser@redhat.com>
* command.h: Register date when it was deprecated.
* call-cmds.h: Ditto.
Fernando Nasser [Wed, 20 Dec 2000 21:26:14 +0000 (21:26 +0000)]
Fix typo on last entry.
Fernando Nasser [Wed, 20 Dec 2000 21:24:28 +0000 (21:24 +0000)]
2000-12-20 Fernando Nasser <fnasser@redhat.com>
* Makefile.in (UIOUT_CFLAGS): New macro. CFLAGS needed for uiout code
to be compiled. Defines UI_OUT.
(SUBDIR_MI_CFLAGS): Defines MI_OUT, not UI_OUT.
(INTERNAL_WARN_CFLAGS): Also include UIOUT_CFLAGS.
* configure.in (UIOUT_CFLAGS): New configuration variable.
(--with-uiout): New configuration option. Causes uiout code to
be compiled, instead of the old *printf one.
* configure: Regenerate.
* top.c (print_gdb_version): Test for and print MI_OUT, not UI_OUT.
* testsuite/lib/mi-support.exp (mi_gdb_start): Test for MI_OUT,
not UI_OUT.
Kazu Hirata [Wed, 20 Dec 2000 19:53:11 +0000 (19:53 +0000)]
2000-12-20 Kazu Hirata <kazu@hxi.com>
* targets.c: Fix formatting.
* tekhex.c: Likewise.
* trad-core.c: Likewise.
Fernando Nasser [Wed, 20 Dec 2000 17:32:17 +0000 (17:32 +0000)]
2000-12-20 Fernando Nasser <fnasser@redhat.com>
* complaints.c (complain): Call warning_hook if defined, instead of
writting to gdb_stderr.
(clear_complaints): Do not write anything to gdb_stderr if warning_hook
is defined.
Michael Snyder [Wed, 20 Dec 2000 16:29:27 +0000 (16:29 +0000)]
2000-12-18 Michael Snyder <msnyder@mvstp600e.cygnus.com>
* gdb.base/setvar.exp: Use double '\\' to quote curly braces
in regexp. One '\' does not suffice on Linux.
Jan Hubicka [Wed, 20 Dec 2000 13:36:13 +0000 (13:36 +0000)]
Revert accidental checkin.
Jan Hubicka [Wed, 20 Dec 2000 13:24:13 +0000 (13:24 +0000)]
* tc-i386.h (i386_target_format): Define even for ELFs.
(QWORD_MNEM_SUFFIX): New macro.
(CpuK6,CpuAthlon,CpuSledgehammer, Cpu64, CpuNo64, CpuUnknownFlags):
New macros
(CpuMMX,CpuSSE,Cpu3dnow, CpuUnknown): Renumber.
(IgnoreSize, DefaultSize, No_?Suf, FWait, IsString, regKludge, IsPrefix,
ImmExt): Renumber.
(Size64, No_qSuf, NoRex64, Rex64): New macros.
(Reg64, Imm32S, Imm64, Disp32S, Disp64): New macros.
(Imm8, Imm8S, Imm16, Imm32, Imm1, BaseIndex, Disp8, Disp16, Disp32,
InOutPortReg,ShiftCount, Control, Debug, Test, FloatReg, FloatAcc,
SReg2, SReg3, Acc, JumpAbsolute, RegMMX, RegXMM, EsSeg, InvMem): Renumber.
(Reg, WordReg): Add Reg64.
(Imm): Add Imm32S and Imm64.
(EncImm): New.
(Disp): Add Disp64 and Disp32S.
(AnyMem): Add Disp32S.
(RegRex, RegRex64): New macros.
(rex_byte): New type.
* tc-i386.c (set_16bit_code_flag): Kill.
(fits_in_unsigned_long, fits_in_signed_long): New functions.
(reloc): New parameter "signed"; support x86_64.
(set_code_flag): New.
(DEFAULT_ARCH): New macro; default to "i386".
(default_arch): New static variable.
(struct _i386_insn): New fields Operand_PCrel; rex.
(flag_16bit_code): Kill; All tests replaced to "flag_code == CODE_64BIT";
(flag_code): New enum and static variable.
(use_rela_relocations): New static variable.
(flag_code_names): New static variable.
(cpu_arch_flags): Default to CpuUnknownFlags|CpuNo64.
(cpu_arch): Add "sledgehammer"; Add CPUAthlon to Athlon and CpuK6 to
K6 and Athlon.
(i386_align_code): Return plain "nop" for x86_64.
(mode_from_disp_size): Support Disp32S.
(smallest_imm_type): Support Imm32S and Imm64.
(offset_in_range): Support size of 8.
(set_cpu_arch): Do not clobber to Cpu64/CpuNo64.
(md_pseudo_table): Add "code64"; use set_code_flat.
(md_begin): Emit sane error message on hash failure.
(tc_i386_fix_adjustable): Support x86_64 relocations.
(md_assemble): Support QWORD_MNEM_SUFFIX, REX registers,
instructions supported on particular arch just partially,
output of 64bit immediates, handling of Imm32S and Disp32S type.
(i386_immedaite): Support x86_64 relocations; support 64bit constants.
(i386_displacement): Likewise.
(i386_index_check): Cleanup; support 64bit addresses.
(md_apply_fix3): Support x86_64 relocation and rela.
(md_longopts): Add "32" and "64".
(md_parse_option): Add OPTION_32 and OPTION_64.
(i386_target_format): Call even for ELFs; choose between
elf64-x86-64 and elf32-i386.
(i386_validate_fix): Refuse GOTOFF in 64bit mode.
(tc_gen_reloc): Support rela relocations and x86_64.
(intel_e09_1): Support QWORD.
* i386.h (i386_optab): Replace "Imm" with "EncImm".
(i386_regtab): Add flags field.
Kazu Hirata [Wed, 20 Dec 2000 00:21:57 +0000 (00:21 +0000)]
2000-12-19 Kazu Hirata <kazu@hxi.com>
* sco5-core.c: Fix formatting.
* section.c: Likewise.
* sparclinux.c: Likewise.
* sparclynx.c: Likewise.
* sparcnetbsd.c: Likewise.
* srec.c: Likewise.
* stabs.c: Likewise.
* stab-syms.c: Likewise.
* sunos.c: Likewise.
* syms.c: Likewise.
* sysdep.h: Likewise.
Elena Zannoni [Tue, 19 Dec 2000 23:20:45 +0000 (23:20 +0000)]
2000-12-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* sh-tdep.c (sh_print_register): Don't leave regnum 0 out of the
non-pseudo-regs group.
Nick Clifton [Tue, 19 Dec 2000 22:22:02 +0000 (22:22 +0000)]
Add missing support for arm-epoc-pe.
DJ Delorie [Tue, 19 Dec 2000 22:01:20 +0000 (22:01 +0000)]
* COPYING: Update to current
ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
to 19yy as example year in copyright notice).
Elena Zannoni [Tue, 19 Dec 2000 15:41:07 +0000 (15:41 +0000)]
2000-12-19 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* sh-tdep.c (sh_gdbarch_init): Move setting of breakpoint_from_pc
to before switch statement.
Nick Clifton [Tue, 19 Dec 2000 00:58:04 +0000 (00:58 +0000)]
Fix test for StoreDouble Instruction.
Hans-Peter Nilsson [Mon, 18 Dec 2000 23:19:55 +0000 (23:19 +0000)]
* dis-asm.h (struct disassemble_info): New member "section".
(INIT_DISASSEMBLE_INFO_NO_ARCH): Initialize private_data member.
Initialize section member.
Nick Clifton [Mon, 18 Dec 2000 20:50:41 +0000 (20:50 +0000)]
Definbe extra allowable COFF section flags for ARM_PE target/
Nick Clifton [Mon, 18 Dec 2000 19:03:30 +0000 (19:03 +0000)]
Add default case to file_format switch.
Elena Zannoni [Mon, 18 Dec 2000 04:36:35 +0000 (04:36 +0000)]
2000-12-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* sh-tdep.c (sh_gdbarch_init): Initialize do_registers_info.
* config/sh/tm-sh.h (DO_REGISTERS_INFO): Remove macro. Use
multiarch version instead.
Elena Zannoni [Mon, 18 Dec 2000 04:18:18 +0000 (04:18 +0000)]
Fix date of last commit.
Elena Zannoni [Mon, 18 Dec 2000 04:15:18 +0000 (04:15 +0000)]
2000-12-15 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* config/sh/tm-sh.h: Don't remove SR_REGNUM from enum.
DJ Delorie [Sun, 17 Dec 2000 03:09:45 +0000 (03:09 +0000)]
fix formatting
DJ Delorie [Sun, 17 Dec 2000 03:09:01 +0000 (03:09 +0000)]
* safe-ctype.h: Make code work on all targets and not just on
targets where a char is 8 bits.
DJ Delorie [Sun, 17 Dec 2000 03:07:49 +0000 (03:07 +0000)]
* safe-ctype.c: #include "ansidecl.h".
* strtod.c: Likewise.
* strtoul.c: Include safe-ctype.h, not ctype.h.
Andrew Cagney [Sun, 17 Dec 2000 00:35:58 +0000 (00:35 +0000)]
* i386gnu-nat.c: Include "gdb_assert.h" instead of <assert.h>.
(gnu_store_registers): Replace assert with gdb_assert.
Nick Clifton [Sat, 16 Dec 2000 22:01:44 +0000 (22:01 +0000)]
Regenerate files
Diego Novillo [Sat, 16 Dec 2000 05:45:08 +0000 (05:45 +0000)]
2000-12-15 Diego Novillo <dnovillo@redhat.com>
* config/tc-i386.c (intel_e09_1): Only flag as a memory operand if
it's not an offset expression.
(intel_e10_1): Ditto. Also, if the operand is an offset expression,
keep the braces '[' and ']' in the output string.
(intel_e11): Ditto. Also remove comparison intel_parser.op_modifier
!= FLAT. There is no such op_modifier.
Nick Clifton [Sat, 16 Dec 2000 01:28:21 +0000 (01:28 +0000)]
Add Diego Novillo.
Elena Zannoni [Fri, 15 Dec 2000 21:44:35 +0000 (21:44 +0000)]
2000-12-15 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* sh-tdep.c (sh_generic_show_regs, sh3_show_regs, sh3e_show_regs,
sh3_dsp_show_regs, sh4_show_regs, sh_dsp_show_regs): SR_REGNUM is
now part of gdbarch_tdep structure.
(sh_gdbarch_init): Initialize SR_REGNUM.
* config/sh/tm-sh.h (struct gdbarch_tdep): Add field SR_REGNUM.
Elena Zannoni [Fri, 15 Dec 2000 20:56:42 +0000 (20:56 +0000)]
whoops, remove conflict indicators!
Elena Zannoni [Fri, 15 Dec 2000 20:54:24 +0000 (20:54 +0000)]
2000-12-15 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
* sh-tdep.c (sh_do_pseudo_register): Indent properly. Call
do_dr_register_info() only for DR registers.
(sh_sh4_register_name): Add comments with numbers.
(_initialize_sh_tdep): Move assignment to disassemble printing
function from here...
(sh_gdbarch_init):...to here. Move some more general settings to
before the architecture is recognized.
Nick Clifton [Fri, 15 Dec 2000 18:53:04 +0000 (18:53 +0000)]
Move to the start of the program headers before attempting to read them.
Andrew Cagney [Fri, 15 Dec 2000 12:33:08 +0000 (12:33 +0000)]
Multi-arch REGISTER_BYTES_OK.
Andrew Cagney [Fri, 15 Dec 2000 12:04:03 +0000 (12:04 +0000)]
vasprintf() -> xvasprintf()
Kevin Buettner [Fri, 15 Dec 2000 03:00:38 +0000 (03:00 +0000)]
Removed (tui and mi) directory prefixes from ChangeLog comments that I
added in last commit.
Kevin Buettner [Fri, 15 Dec 2000 02:56:42 +0000 (02:56 +0000)]
Put mi and tui comments for free -> xfree change in proper ChangeLogs.
Kevin Buettner [Fri, 15 Dec 2000 02:04:59 +0000 (02:04 +0000)]
Applied solib-svr4.c changes for NetBSD from Matthew Green.
Kevin Buettner [Fri, 15 Dec 2000 01:57:51 +0000 (01:57 +0000)]
free -> xfree changes
Kevin Buettner [Fri, 15 Dec 2000 01:01:51 +0000 (01:01 +0000)]
Replace free() with xfree().
Kazu Hirata [Thu, 14 Dec 2000 21:38:31 +0000 (21:38 +0000)]
2000-12-14 Kazu Hirata <kazu@hxi.com>
* peigen.c: Fix formatting.
* som.c: Likewise.
* som.h: Likewise.
Nick Clifton [Thu, 14 Dec 2000 20:29:25 +0000 (20:29 +0000)]
oops - omitted terminating #endif
Nick Clifton [Thu, 14 Dec 2000 20:16:20 +0000 (20:16 +0000)]
If we don't have <limits.h>, try including <sys/param.h> if we have it.
J.T. Conklin [Thu, 14 Dec 2000 20:15:45 +0000 (20:15 +0000)]
* configure.tgt (hppa*-*-bsd*, hppa*-*-osf*, m68*-*-sunos4*,
rs6000-*-lynxos*, sparc-*-sunos4*): Add gdbserver to configdirs.
David O'Brien [Thu, 14 Dec 2000 16:50:20 +0000 (16:50 +0000)]
Add myself as a "FreeBSD native & host" maintainer.
Approved by: Andrew Cagney <
ac131313@cygnus.com>
Message-ID: <
3A383037.
96AB4C62@cygnus.com>
Michael Chastain [Thu, 14 Dec 2000 06:17:05 +0000 (06:17 +0000)]
2000-12-13 Michael Chastain <chastain@redhat.com>
* MAINTAINERS: Add Michael Chastain to Write After Approval list.
Michael Chastain [Thu, 14 Dec 2000 06:14:57 +0000 (06:14 +0000)]
Added Michael Chastain with Write After Approval access.
Kazu Hirata [Thu, 14 Dec 2000 01:12:43 +0000 (01:12 +0000)]
2000-12-13 Kazu Hirata <kazu@hxi.com>
* as.h: Fix formatting.
* cgen.h: Likewise.
* dwarf2dbg.c: Likewise.
* input-scrub.c: Likewise.
* read.h: Likewise.
Ben Elliston [Wed, 13 Dec 2000 22:55:54 +0000 (22:55 +0000)]
2000-12-13 Ben Elliston <bje@redhat.com>
* cgen.sh: Set prefix/PREFIX (append ISA if applicable). Factor
sed expressions into $sedscript, substituting @prefix@/@PREFIX@.
(defs): New action.
Kazu Hirata [Wed, 13 Dec 2000 21:43:57 +0000 (21:43 +0000)]
2000-12-13 Kazu Hirata <kazu@hxi.com>
* peigen.c: Fix formatting.
DJ Delorie [Wed, 13 Dec 2000 20:21:52 +0000 (20:21 +0000)]
* configure.in (i386-*-msdosdjgpp): Set bfd_gas to yes.
configure: Regenerate.
Frank Ch. Eigler [Wed, 13 Dec 2000 18:55:02 +0000 (18:55 +0000)]
* error message improvements for cgen assemblers
2000-12-12 Frank Ch. Eigler <fche@redhat.com>
* cgen-asm.in (@arch@_cgen_assemble_insn): Prefer printing insert-time
error messages over later parse-time ones.
Nick Clifton [Wed, 13 Dec 2000 18:48:04 +0000 (18:48 +0000)]
aadd conditionals around definition of INT_MAX
Nick Clifton [Wed, 13 Dec 2000 18:46:41 +0000 (18:46 +0000)]
Adde dfinition if INT_MAX if limits.h is not included
Nick Clifton [Wed, 13 Dec 2000 18:42:28 +0000 (18:42 +0000)]
#include <limits.h> only if it exists.
Nick Clifton [Wed, 13 Dec 2000 18:28:52 +0000 (18:28 +0000)]
Revert the last beautification with "innocent" whitespace,
it breaks the K&R C preprocessor.
Alan Modra [Wed, 13 Dec 2000 06:23:56 +0000 (06:23 +0000)]
Rodney Brown's CHECK_FIELD typo fixes.
Jim Wilson [Tue, 12 Dec 2000 22:56:36 +0000 (22:56 +0000)]
Eliminate ia64 compiler warnings. Fix ia64 gas testsuite again.
* elfxx-ia64.c (get_dyn_sym_info): Cast %p argument to void *.
* config/tc-ia64.h (ia64_init): Add prototype.
* gas/ia64/dv-imply.d, gas/ia64/dv-mutex.d, gas/ia64/dv-safe.d,
gas/ia64/dv-srlz.d, gas/ia64/opc-m.d: Update.
* ia64-dis.c (print_insn_ia64): Cast away const on ia64_free_opcode
argument.
* ia64_gen.c (insert_deplist): Cast sizeof result to int.
(print_dependency_table): Print NULL if semantics field not set.
(insert_opcode_dependencies): Mark cmp parameter as unused.
(print_main_table): Use fprintf_vma to print long long fields.
(main): Mark argv paramter as unused. Convert to old style definition.
* ia64-opc.c (ia64_find_dependency): Cast sizeof result to int.
* ia64-asmtab.c: Regnerate.
Nick Clifton [Tue, 12 Dec 2000 22:54:39 +0000 (22:54 +0000)]
Ignore sections with zero size.
DJ Delorie [Tue, 12 Dec 2000 22:37:20 +0000 (22:37 +0000)]
* ld.texinfo: Add notes about --whole-archive and gcc.
Kazu Hirata [Tue, 12 Dec 2000 21:25:54 +0000 (21:25 +0000)]
2000-12-12 Kazu Hirata <kazu@hxi.com>
* m68klinux.c: Fix formatting.
* m68knetbsd.c: Likewise.
* mipsbsd.c: Likewise.
* netbsd-core.c: Likewise.
* netbsd.h: Likewise.
* newsos3.c: Likewise.
* nlm32-alpha.c: Likewise.
* nlm32-i386.c: Likewise.
* nlm32-ppc.c: Likewise.
* nlm32-sparc.c: Likewise.
* nlmcode.h: Likewise.
* nlmswap.h: Likewise.
* nlm-target.h: Likewise.
* ns32knetbsd.c: Likewise.
H.J. Lu [Tue, 12 Dec 2000 21:21:39 +0000 (21:21 +0000)]
2000-12-12 H.J. Lu <hjl@gnu.org>
* dwarf2dbg.c: Enabled only if BFD_ASSEMBLER is defined.
* read.h (outputting_stabs_line_debug): Change it to int.
* stabs.c (outputting_stabs_line_debug): Likewise.
Nick Clifton [Tue, 12 Dec 2000 20:58:46 +0000 (20:58 +0000)]
Add EM_X86_64.
Geoffrey Keating [Tue, 12 Dec 2000 20:54:13 +0000 (20:54 +0000)]
In sim/common:
* sim-endian.h: Don't have parameters on macro definitions which
are simply renaming functions, to permit use of XCONCAT2 in both
the macro name and the arguments in a use of such a definition.
In sim/ppc:
* sim-endian.h: Don't have parameters on macro definitions which
are simply renaming functions, to permit use of XCONCAT2 in both
the macro name and the arguments in a use of such a definition.
Nick Clifton [Tue, 12 Dec 2000 20:53:02 +0000 (20:53 +0000)]
Add link option to allow undefiedn symbols in shared libraries
Geoffrey Keating [Tue, 12 Dec 2000 20:48:45 +0000 (20:48 +0000)]
* config/obj-bout.c (obj_crawl_symbol_chain): Don't take
the address of a function result.
Alexandre Oliva [Tue, 12 Dec 2000 20:33:05 +0000 (20:33 +0000)]
* configure.in: Disable language-specific target libraries for
languages that aren't enabled.
Geoffrey Keating [Tue, 12 Dec 2000 20:15:21 +0000 (20:15 +0000)]
* emulparams/elf32ppc.sh (OTHER_READWRITE_SECTIONS):
.fixup is actually read/write.
* emulparams/elf32lppc.sh (OTHER_READWRITE_SECTIONS): Likewise.
* emulparams/elf32ppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
* emulparams/elf32lppcsim.sh (OTHER_READWRITE_SECTIONS): Likewise.
Geoffrey Keating [Tue, 12 Dec 2000 20:05:16 +0000 (20:05 +0000)]
2000-12-12 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* config/tc-ppc.c (md_pseudo_table): Add .file and .loc.
(md_assemble): Call dwarf2_emit_insn.
(shlib): Fix typo SHILB -> SHLIB.
(md_parse_option): Likewise.
(ppc_elf_validate_fix): Likewise:
* config/tc-ppc.h (DWARF2_LINE_MIN_INSN_LENGTH): New.
Nick Clifton [Tue, 12 Dec 2000 19:37:01 +0000 (19:37 +0000)]
Remove spurious whitespace
Nick Clifton [Tue, 12 Dec 2000 19:36:32 +0000 (19:36 +0000)]
Fix formatting.