Andrew Cagney
130c39e6f1
* MAINTAINERS (paper trail): Update.
26 years ago
Andrew Cagney
b9fa2e73d9
Change convention to ``Fix PR gdb/NNNN''
26 years ago
Andrew Cagney
c53efe6e57
From 2001-03-01 Tom Rix <trix@redhat.com>:
* mn10200-tdep.c (mn10200_frame_chain): Pass 0 for ``pc''
parameter to mn10200_analyze_prologue.
* config/mn10200/tm-mn10200.h: Include "regcache.h".
* MAINTAINERS: Document that mn10200-elf target is buildable.
26 years ago
Kevin Buettner
52b5c2eb6c
Move GDB_GREGSET_T, GDB_FPREGSET_T defines from config/ia64/xm-aix.h
to config/ia64/nm-aix.h.
26 years ago
Dave Brolley
a8150a8817
2001-03-02 Dave Brolley <brolley@redhat.com>
* config/tc-m32r.c (expand_debug_syms): Call frag_align_code rather than
m32r_do_align.
26 years ago
Matthew Hiller
2edb46b1ea
2001-03-02 Matt Hiller <hiller@redhat.com>
* config/mn10300/tm-mn10300.h (E0_REGNUM): Correct to 15.
26 years ago
Kevin Buettner
82a2886fa2
Revise earlier comment regarding sparc-nat.c to be more meaningful.
26 years ago
Nick Clifton
e103941e86
Print warnings if NaNs are found and the target CPU does not support them
26 years ago
Kevin Buettner
92c71a3eb7
Fix typo in which sparc-nat.c was changed to include itself.
26 years ago
J.T. Conklin
3a644c8da1
* defs.h (__CYGWIN__): Moved conditional which defines __CYGWIN__
if __CYGWIN32__ is set from here.
* config/i386/xm-cygwin.h: To here.
* config/powerpc/xm-cygwin.h: To here.
26 years ago
DJ Delorie
d84829cc79
merge from gcc
26 years ago
J.T. Conklin
e2a4c6c1d8
* i386-stub.c (handle_exception): Use 'T' response packet.
26 years ago
Michael Snyder
dc96c6c7af
[fix my email address in changelog entries]
26 years ago
Michael Snyder
4b33390acd
2001-03-01 Michael Snyder <msnyder@mvstp600e.cygnus.com>
* m32r-tdep.c: Fix cut and paste error in comment.
26 years ago
J.T. Conklin
ba41d5499a
* gdbtypes.h (builtin_type_f_integer): Removed duplicate declaration.
(MAX_OF_TYPE): Wrap macro definition in parenthesis.
(MIN_OF_TYPE): Likewise.
* memattr.h (mem_access_mode): Removed extraneous trailing comma.
26 years ago
Matthew Hiller
c19bd1c6f4
*** empty log message ***
26 years ago
Matthew Hiller
1688b748f1
2001-02-28 Matt Hiller <hiller@redhat.com>
* testsuite/ld-scripts/crossref.exp: Initialize flags to
[big_or_little_endian].
* testsuite/ld-undefined/undefined.exp: Ditto, and include $flags
in ld invocations.
* testsuite/lib/ld-lib.exp (big_or_little_endian): Recognize -EB,
-eb, EL and el.
(is_endian_output_format): New function.
(default_ld_link): Set flags to [big_or_little_endian] only if ld
is being invoked such that the output format being used is of
known endianness.
(default_ld_simple_link): Ditto.
26 years ago
Nick Clifton
d1b17ab0f3
Add s390 target
26 years ago
Andrew Cagney
088d891f58
* Makefile.in (os9kread.o): Do not compile with WERROR_CFLAGS.
* os9kread.c (os9k_process_one_symbol): Add assert to detect
``loses if sizeof (char *) > sizeof (int)''.
26 years ago
Andrew Cagney
3826677692
Document pragmatics of why gdb_assert() is lowercase.
26 years ago
Andrew Cagney
2ad43c4f09
* Makefile.in (gdbtk-cmds.o): Add $(regcache_h) to dependency
lists.
(mi-main.o): Ditto.
26 years ago
Andrew Cagney
367e21d8a0
* Makefile.in (regcache_h): Define. Add $(regcache_h) to
dependency lists.
26 years ago
Michael Snyder
c0d8fd9a10
2001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>
* printcmd.c (print_address_numeric): Update comments to refer
to sizeof addr, not sizeof pointer.
(x_command): Remove needless whitespace (shorten long line).
26 years ago
Michael Snyder
d85310f71a
2001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com>
* breakpoint.c (print_one_breakpoint): Formatting clean-up.
(read_memory_nobpt): Ditto.
(ep_is_catchpoint): Ditto.
(ep_is_shlib_catchpoint): Ditto.
(ep_is_exception_catchpoint): Ditto.
(describe_other_breakpoints): Ditto.
26 years ago
Andrew Cagney
97900206ca
* regcache.h (register_valid): Fix comment documenting valid
states.
26 years ago
Andrew Cagney
4e052eda91
Create new file regcache.h. Update all uses.
26 years ago
Michael Chastain
0cff82d9a9
Fix the year on the following lines:
! 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
! 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
! 2001-02-10 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
! 2001-01-27 Christopher Faylor <cgf@cygnus.com>
26 years ago
Nick Clifton
80a523c2e1
new defines for Coldfire V4.
26 years ago
Matthew Hiller
07d48ebccc
2001-02-28 Matt Hiller <hiller@redhat.com>
* MAINTAINERS: Add Matt Hiller to Write After Approval list.
26 years ago
Nick Clifton
a59e3bd746
Remove non-K&R compliant LHS type cast in call to GET_DATA_ALLOC macro.
26 years ago
Andreas Jaeger
7c44d1d360
2001-02-28 Andreas Jaeger <aj@suse.de>, Bo Thorsen <bo@suse.de>
* config/tc-i386.c (tc_gen_reloc): Remove ugly hack which is not needed
anymore since we use bfd_elf_generic_reloc now.
(md_apply_fix3): Only apply hack for partial_inplace if not using RELA.
26 years ago
Andreas Jaeger
5608e05bb4
2001-02-28 Andreas Jaeger <aj@suse.de>
* elf64-x86-64.c (elf64_x86_64_relocate_section): Add relocation
to addend.
26 years ago
Phil Blundell
a5bcd848ff
2001-02-28 Philip Blundell <pb@futuretv.com>
* readelf.c (decode_ARM_machine_flags): Explicitly mention which
ABI is in use; remove ambiguity between the "unknown" EABI and
unrecognised ABIs. Handle version 2 ARM EABI. Update uses of
renamed EF_xx constants.
26 years ago
Phil Blundell
fd2ec33034
2001-02-28 Philip Blundell <pb@futuretv.com>
* elf32-arm.h: Update mentions of renamed EF_xx constants.
(elf32_arm_print_private_bfd_data): Handle ARM EABI version 2.
26 years ago
Phil Blundell
2a7a46249e
2001-02-27 Philip Blundell <pb@futuretv.com>
* arm.h: Add new definitions from ARM document SWS ESPC 0003 B-01.
(EF_PIC, et al.): Rename to EF_ARM_xx.
26 years ago
Michael Snyder
d8f92b1f63
2001-02-27 Michael Snyder <msnyder@mvstp600e.cygnus.com>
* gdb.base/varargs.c (find_max_double): Fix printf format string:
first arg is int not float.
26 years ago
Nick Clifton
917bca4f21
Add support for disabling alignment checks when performing GDB interface
calls or SWI emulaiton routines. (Alignment checking code has not yet been
contributed).
26 years ago
David Taylor
3078eca931
remove conflict indicator.
26 years ago
David Taylor
993f3aa5bc
fix off by one error in test for error.
26 years ago
H.J. Lu
920581c57e
2001-02-27 H.J. Lu <hjl@gnu.org>
* aoutx.h (NAME(aout,bfd_free_cached_info)): Return true if
abfd->tdata.aout_data == NULL.
26 years ago
Andrew Cagney
86168def62
* config/sparc/sp64linux.mt: New file.
* configure.tgt: Recognize sparc64-*-linux* as a sp64linux target.
* configure.host: Recognize sparc64-*-linux* as a linux host.
From 2000-03-17 Jakub Jelinek <jakub@redhat.com>:
* config/sparc/tm-sp64linux.h: New file.
26 years ago
Alan Modra
3ee1d8549f
Fix some comments, and a formatting error.
26 years ago
Alan Modra
27b7e12d2d
Bump version to 2.11.90, fix missing dependencies in bfd/,
and run "make dep-am".
26 years ago
Timothy Wall
10d1e03a7a
Update elf64 aix5 comments.
26 years ago
Timothy Wall
2bc551c701
Add aix5 settings.
26 years ago
Nick Clifton
1af96959a1
Set SEC_NEVER_LOAD when the 'n' flag is used.
26 years ago
Nick Clifton
1276aefac0
BFD: Catch & report unhandled PE section flags.
LD: Catch BFD errors whilst loading symbols and do not produce an executable.
26 years ago
H.J. Lu
fa7cd6d20a
2001-02-26 H.J. Lu <hjl@gnu.org>
* gas/ia64/opc-a-err.l: Change "Operand [3|4]" to "Operand [34]".
26 years ago
Andreas Jaeger
4a73f21b0c
2001-02-26 Andreas Jaeger <aj@suse.de>
* elf64-x86-64.c (x86_64_elf_howto_table): Fix order of entries.
26 years ago
Kevin Buettner
e1e9e218c1
Replace calls to abort() with calls to internal_error().
26 years ago