Jim Blandy
0f5881fada
* stabsread.c (error_type_complaint): Improve error message.
2002-02-20 18:40:52 +00:00
Daniel Jacobowitz
ee6e2b82d8
2002-02-20 Daniel Jacobowitz <drow@mvista.com>
...
* gdbserver/configure.in: Remove AM_PROC_CC_STDC. Change
AC_STDC_HEADERS to AC_HEADER_STDC.
* gdbserver/configure: Regenerated.
2002-02-20 16:46:36 +00:00
Pierre Muller
78c47bea59
2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
...
* gdb.texinfo: Document Cygwin native specific commands.
2002-02-20 16:09:04 +00:00
Alan Modra
a68d41fb45
* osf-core.c (osf_core_vec): OSF/1 (Digital Unix) core files are
...
little endian.
2002-02-20 12:42:38 +00:00
Andreas Schwab
997e08c061
* emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Don't fold
...
.IA64_unwind* in a relocatable link.
2002-02-20 10:48:25 +00:00
Nick Clifton
9a66911f91
Mark 2.12 branch
2002-02-20 10:46:54 +00:00
Richard Earnshaw
a48442a050
* arc-tdep.c (get_longjmp_target): Only compile this function if JB_PC
...
is defined.
* sparc-tdep.c (get_longjmp_target): Likewise.
2002-02-20 10:42:59 +00:00
Richard Earnshaw
fe419ffc23
* News: Add news about ARM and Multi-arch. Mention the new target
...
arm*-*-netbsd*.
2002-02-20 10:41:20 +00:00
Nick Clifton
2c71103e61
Display 2nd and 3rd reloc types for 64-bit MIPS.
...
Narrow some fields for 80-char output.
2002-02-20 10:32:47 +00:00
David O'Brien
6a7f963b84
match reality
2002-02-20 06:53:29 +00:00
David O'Brien
28912fd9fb
2002-02-18 David O'Brien <obrien@FreeBSD.org>
...
* Makefile.am: Add new files earmelf_fbsd, eelf32ppc_fbsd,
eelf_i386_fbsd, eelf64_ia64_fbsd, eelf_x86_64_fbsd, eelf64_sparc_fbsd,
and eelf64alpha_fbsd.
(left this out of last patch)
2002-02-20 06:52:34 +00:00
Tom Tromey
f88fd9fe74
* config/tc-xstormy16.h (DWARF2_LINE_MIN_INSN_LENGTH): Define.
2002-02-20 02:57:45 +00:00
Jim Blandy
5832ed7e43
* stabsread.c (error_type_complaint): Improve error message.
2002-02-20 00:26:46 +00:00
gdbadmin
077acb315c
*** empty log message ***
2002-02-20 00:00:03 +00:00
Daniel Jacobowitz
845630402f
2002-02-19 Daniel Jacobowitz <drow@mvista.com>
...
* gdbserver/README: Update documentation.
* gdbserver/configure.in: Update configury to match documentation.
* gdbserver/Makefile.in: Likewise.
* gdbserver/configure: Regenerated.
* gdbserver/aclocal.m4: New file, generated by aclocal.
* gdbserver/config.in: New file, generated by autoheader.
2002-02-19 23:48:14 +00:00
Alan Modra
7230504575
daily update
2002-02-19 23:00:03 +00:00
Thiemo Seufer
da0e507f3d
* config/tc-mips.c (md_parse_option): Complain about invalid -mabi
...
option input.
2002-02-19 22:59:30 +00:00
DJ Delorie
59ea9fe7b6
merge from gcc
2002-02-19 21:01:40 +00:00
Richard Earnshaw
375fd65be6
* config/djgpp/fnchange.lst: Add change rules for armnbsd-tdep.c and
...
armnbsd-nat.c.
2002-02-19 19:27:00 +00:00
Richard Earnshaw
08216dd78d
* arm-tdep.h (enum arm_float_model): New enum.
...
(struct gdbarch_tdep): Add fp_model.
* arm-tdep.c (arm_gdbarch_init): Set fp_model in tdep. Defer setting
up floating-point conversions until we know the floating-point model
in use by the inferior. Don't complain about being unable to
determine the ABI of the inferior when we don't have one.
(arm_extract_return_value): Support different floating-point models.
(arm_store_return_value): Likewise.
* armnbsd-tdep.c (arm_netbsd_aout_init_abi): Set fp_model in tdep to
ARM_FLOAT_SOFT.
(arm_netbsd_elf_init_abi): Set fp_model to ARM_FLOAT_SOFT_VFP.
2002-02-19 19:20:31 +00:00
Martin Schwidefsky
45b38a80ad
2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
...
* s390-dis.c (init_disasm): Use renamed architecture defines.
2002-02-19 18:59:49 +00:00
Martin Schwidefsky
d86bcc1089
2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
...
* emulparams/elf64_s390.sh (ARCH): Change to "s390:64-bit".
* emulparams/elf_s390.sh (ARCH): Change to "s390:31-bit".
2002-02-19 18:58:04 +00:00
Martin Schwidefsky
ff0fb56520
2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
...
* config/tc-s390.c (md_parse_option): Add switches -m31 and -m64.
Make bit size independent of architecture switch.
(md_begin): Add warning for -m64 with -Aesa.
(s390_md_end): Use renamed architecture defines.
2002-02-19 18:50:35 +00:00
Peter Schauer
65d6d66a1d
* i386-tdep.c (i386_gdbarch_init): Eliminate incorrect use
...
of ``current_gdbarch''.
2002-02-19 18:42:27 +00:00
Frank Ch. Eigler
be5523fb1f
2002-02-19 Frank Ch. Eigler <fche@redhat.com>
...
* hist.c (hist_print): Rewrite log_scale calculation loop.
2002-02-19 18:29:08 +00:00
Martin Schwidefsky
befc3abbed
2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
...
* archures.c (bfd_mach_s390_esa): Rename to bfd_mach_s390_31.
(bfd_mach_s390_esame): Rename to bfd_mach_s390_64.
* bfd-in2.h: Regenerate.
* cpu-s390.c (arch_info_struct): Use renamed architecture defines.
Replace architecture name "s390" with "s390:31-bit" and "s390:esame"
with "s390:64-bit".
* elf32-s390.c (elf_howto_table): Add 32 bit pc relative relocations.
(elf_s390_reloc_type_lookup): Likewise.
(elf_s390_check_relocs): Likewise.
(elf_s390_gc_sweep_hook): Likewise.
(elf_s390_relocate_section): Likewise.
(elf_s390_object_p): Use renamed architecture define.
* elf64-s390.c (elf_s390_object_p): Use renamed architecture define.
2002-02-19 18:22:16 +00:00
Richard Earnshaw
47221191f6
* armnbsd-nat.c : ANSIfy all function declarations.
...
(fetch_register, fetch_regs, fetch_fp_register, fetch_fp_regs): New.
(fetch_inferior_registers): Re-implement in terms of above.
(store_register, store_regs, store_fp_register, store_fp_regs): New.
(store_inferior_registers): Re-implement in terms of above.
2002-02-19 17:26:27 +00:00
Frank Ch. Eigler
6eeeec9bb2
2002-02-19 Frank Ch. Eigler <fche@redhat.com>
...
* syms.c (stt[]): Sorted. Added .init/.fini -> "t" mapping.
2002-02-19 16:33:04 +00:00
Matthew Green
9a0ccb2478
* ppc-opc.c (powerpc_dialect): Fix comment; BookE is not Motorola
...
specific.
2002-02-19 15:20:26 +00:00
Richard Earnshaw
fdf39c9a14
* arm-linux-nat.c: Linux -> GNU/Linux when not talking about the
...
kernel.
* arm-linux-tdep.c: Likewise.
* config/arm/tm-linux.h: Likewise.
2002-02-19 14:29:00 +00:00
Richard Earnshaw
93247f887c
* configure.tgt (arm*-*-netbsd*): This variant is now fully multi-arch.
...
* config/arm/nbsd.mt (TM_FILE): Delete.
* config/arm/tm-nbsd.h: Delete.
2002-02-19 14:04:47 +00:00
Richard Earnshaw
d7b486e739
* arm-tdep.c (arm_gdbarch_init): Initialize TARGET_CHAR_SIGNED.
...
Initialize CALL_DUMMY_LENGTH.
2002-02-19 13:57:35 +00:00
Jakub Jelinek
0bb2d96afe
* elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable
...
absptr -> pcrel optimization for shared libs.
Only create minimal .eh_frame_hdr if absptr FDE encoding in shared
library cannot be converted to pcrel.
(_bfd_elf_eh_frame_section_offset): Return -2 if making absptr
relative.
* elf32-i386.c (elf_i386_relocate_section): If
_bfd_elf_section_offset returned -2, skip, but make sure the
relocation is installed.
* elf32-arm.h (elf32_arm_final_link_relocate): Likewise.
* elf32-cris.c (cris_elf_relocate_section): Likewise.
* elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
* elf32-i370.c (i370_elf_relocate_section): Likewise.
* elf32-m68k.c (elf_m68k_relocate_section): Likewise.
* elf32-ppc.c (ppc_elf_relocate_section): Likewise.
* elf32-s390.c (elf_s390_relocate_section): Likewise.
* elf32-sh.c (sh_elf_relocate_section): Likewise.
* elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
* elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
* elf64-s390.c (elf_s390_relocate_section): Likewise.
* elf64-sh64.c (sh_elf64_relocate_section): Likewise.
* elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
* elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
* elf64-alpha.c (elf64_alpha_relocate_section): Handle
_bfd_elf_section_offset returning -2 the same way as -1.
* elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Likewise.
* elf32-mips.c (mips_elf_create_dynamic_relocation): Add FIXME
and BFD_ASSERT.
* elf64-mips.c (mips_elf64_create_dynamic_relocation): Likewise.
2002-02-19 12:40:32 +00:00
Richard Earnshaw
41d39a95af
* armnbsd-tdep.c (arm_netbsd_aout_in_solib_call_trampoline): New
...
function.
(arm_netbsd_aout_init_abi): Initialize IN_SOLIB_CALL_TRAMPOLINE.
* config/arm/tm-nbsd.h: Don't include config/tm-nbsd.h, it only
defines one thing and that is incorrect for this port.
(IN_SOLIB_CALL_TRAMPOLINE): Delete.
2002-02-19 11:46:21 +00:00
Pierre Muller
e1195560f8
* fix compilation failure by adding #include "i386-tdep.h"
2002-02-19 10:54:27 +00:00
Pierre Muller
c1748f97ec
2002-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
...
* win32-nat.c (display_selector): New function. Displays information
about the information returned by GetThreadSelectorEntry API function.
(display_selectors): New function. Displays the infomation of
the selector given as argument, or of CS, DS ans FS selectors
if no argument is given.
( _initialize_inftarg): Add "w32" as info prefix command.
Add "info w32 selector" as command calling display_selectors.
2002-02-19 08:49:42 +00:00
Pierre Muller
e41e6bbfeb
* i386-tdep.c (get_longjmp_target): Fix compilation failure
...
by setting dummy values to JB_PC and JB_ELEMENT_SIZE
if not defined.
2002-02-19 08:44:29 +00:00
Chris Demetriou
c5d00cc701
2002-02-18 Chris Demetriou <cgd@broadcom.com>
...
* mips.igen: For all functions and instructions, list model
names that support that instruction one per line.
2002-02-19 08:10:44 +00:00
Tom Rix
69f284c74e
Add support for -brtl, run time linking, to AIX ld.
2002-02-19 05:01:40 +00:00
gdbadmin
55c0a857d6
*** empty log message ***
2002-02-19 00:00:10 +00:00
Daniel Jacobowitz
a245a9aa26
2002-02-18 Daniel Jacobowitz <drow@mvista.com>
...
* config/obj-coff.h: Check !target_big_endian, not shl, for coff-sh.
2002-02-18 23:57:10 +00:00
Daniel Jacobowitz
adf1461395
2002-02-18 Daniel Jacobowitz <drow@mvista.com>
...
* gas/sh/basic.exp: Don't run PIC tests for targets that don't
support it.
2002-02-18 23:44:17 +00:00
DJ Delorie
6f84855018
merge from gcc
2002-02-18 23:01:39 +00:00
Alan Modra
e7a13aba80
daily update
2002-02-18 23:00:06 +00:00
Daniel Jacobowitz
4bcc9fa440
2002-02-18 Daniel Jacobowitz <drow@mvista.com>
...
* ld-elfvsb/sh1.c: Fix typo in last change.
2002-02-18 22:42:55 +00:00
Michael Chastain
7a10c941ea
2002-02-18 Michael Chastain <mec@shout.net>
...
* gdb.c++/userdef.exp: Update copyright year.
2002-02-18 19:08:05 +00:00
Daniel Jacobowitz
fb8acdcc53
2002-02-18 Daniel Jacobowitz <drow@mvista.com>
...
* gdb.c++/userdef.exp: Test overloaded operators properly.
Remove xfails.
2002-02-18 18:57:07 +00:00
Richard Earnshaw
0d3a9f4892
* config/arm/nbsd.mt (TDEPFILES): Add solib-sunos.o.
2002-02-18 18:34:48 +00:00
Richard Earnshaw
3fb4b924b5
* arm-tdep.c (arm_set_call_dummy_breakpoint_offset): New function.
...
(arm_fix_call_dummy): Call it.
(arm_call_dummy_breakpoint_offset): Delete.
(arm_gdbarch_init): Initialize call_dummy_breakpoint_offset.
* config/arm/tm-arm.h (CALL_DUMMY_BREAKPOINT_OFFSET): Delete.
2002-02-18 16:42:54 +00:00
Jan Hubicka
5a8b245cb6
* i386.h (push,pop): Fix Reg64 to WordReg to allow 16bit operands.
2002-02-18 16:32:25 +00:00