Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-03-01 | * gdbtypes.h (builtin_type_f_integer): Removed duplicate declaration. | J.T. Conklin | 3 | -7/+14 | |
(MAX_OF_TYPE): Wrap macro definition in parenthesis. (MIN_OF_TYPE): Likewise. * memattr.h (mem_access_mode): Removed extraneous trailing comma. | |||||
2001-03-01 | *** empty log message *** | Matthew Hiller | 1 | -1/+1 | |
2001-03-01 | 2001-02-28 Matt Hiller <hiller@redhat.com> | Matthew Hiller | 4 | -10/+50 | |
* 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. | |||||
2001-03-01 | Add s390 target | Nick Clifton | 3 | -63/+70 | |
2001-03-01 | * Makefile.in (os9kread.o): Do not compile with WERROR_CFLAGS. | Andrew Cagney | 3 | -3/+14 | |
* os9kread.c (os9k_process_one_symbol): Add assert to detect ``loses if sizeof (char *) > sizeof (int)''. | |||||
2001-03-01 | Document pragmatics of why gdb_assert() is lowercase. | Andrew Cagney | 2 | -0/+9 | |
2001-03-01 | * Makefile.in (gdbtk-cmds.o): Add $(regcache_h) to dependency | Andrew Cagney | 2 | -2/+8 | |
lists. (mi-main.o): Ditto. | |||||
2001-03-01 | * Makefile.in (regcache_h): Define. Add $(regcache_h) to | Andrew Cagney | 2 | -109/+138 | |
dependency lists. | |||||
2001-03-01 | 2001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com> | Michael Snyder | 2 | -5/+11 | |
* printcmd.c (print_address_numeric): Update comments to refer to sizeof addr, not sizeof pointer. (x_command): Remove needless whitespace (shorten long line). | |||||
2001-03-01 | 2001-02-28 Michael Snyder <msnyder@mvstp600e.cygnus.com> | Michael Snyder | 2 | -29/+32 | |
* 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. | |||||
2001-03-01 | * regcache.h (register_valid): Fix comment documenting valid | Andrew Cagney | 2 | -1/+6 | |
states. | |||||
2001-03-01 | Create new file regcache.h. Update all uses. | Andrew Cagney | 153 | -143/+527 | |
2001-03-01 | Fix the year on the following lines: | Michael Chastain | 1 | -4/+4 | |
! 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> | |||||
2001-02-28 | new defines for Coldfire V4. | Nick Clifton | 4 | -117/+146 | |
2001-02-28 | 2001-02-28 Matt Hiller <hiller@redhat.com> | Matthew Hiller | 2 | -0/+5 | |
* MAINTAINERS: Add Matt Hiller to Write After Approval list. | |||||
2001-02-28 | Remove non-K&R compliant LHS type cast in call to GET_DATA_ALLOC macro. | Nick Clifton | 2 | -2/+9 | |
2001-02-28 | 2001-02-28 Andreas Jaeger <aj@suse.de>, Bo Thorsen <bo@suse.de> | Andreas Jaeger | 2 | -12/+9 | |
* 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. | |||||
2001-02-28 | 2001-02-28 Andreas Jaeger <aj@suse.de> | Andreas Jaeger | 2 | -5/+10 | |
* elf64-x86-64.c (elf64_x86_64_relocate_section): Add relocation to addend. | |||||
2001-02-28 | 2001-02-28 Philip Blundell <pb@futuretv.com> | Phil Blundell | 2 | -10/+50 | |
* 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. | |||||
2001-02-28 | 2001-02-28 Philip Blundell <pb@futuretv.com> | Phil Blundell | 2 | -31/+54 | |
* elf32-arm.h: Update mentions of renamed EF_xx constants. (elf32_arm_print_private_bfd_data): Handle ARM EABI version 2. | |||||
2001-02-28 | 2001-02-27 Philip Blundell <pb@futuretv.com> | Phil Blundell | 2 | -19/+35 | |
* arm.h: Add new definitions from ARM document SWS ESPC 0003 B-01. (EF_PIC, et al.): Rename to EF_ARM_xx. | |||||
2001-02-28 | 2001-02-27 Michael Snyder <msnyder@mvstp600e.cygnus.com> | Michael Snyder | 2 | -1/+6 | |
* gdb.base/varargs.c (find_max_double): Fix printf format string: first arg is int not float. | |||||
2001-02-28 | Add support for disabling alignment checks when performing GDB interface | Nick Clifton | 8 | -44/+95 | |
calls or SWI emulaiton routines. (Alignment checking code has not yet been contributed). | |||||
2001-02-27 | remove conflict indicator. | David Taylor | 1 | -1/+0 | |
2001-02-27 | fix off by one error in test for error. | David Taylor | 2 | -1/+7 | |
2001-02-27 | 2001-02-27 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2 | -1/+7 | |
* aoutx.h (NAME(aout,bfd_free_cached_info)): Return true if abfd->tdata.aout_data == NULL. | |||||
2001-02-27 | * config/sparc/sp64linux.mt: New file. | Andrew Cagney | 5 | -0/+51 | |
* 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. | |||||
2001-02-27 | Fix some comments, and a formatting error. | Alan Modra | 2 | -21/+24 | |
2001-02-27 | Bump version to 2.11.90, fix missing dependencies in bfd/, | Alan Modra | 33 | -1210/+1401 | |
and run "make dep-am". | |||||
2001-02-27 | Update elf64 aix5 comments. | Timothy Wall | 2 | -16/+10 | |
2001-02-27 | Add aix5 settings. | Timothy Wall | 2 | -3/+8 | |
2001-02-27 | Set SEC_NEVER_LOAD when the 'n' flag is used. | Nick Clifton | 2 | -2/+8 | |
2001-02-27 | BFD: Catch & report unhandled PE section flags. | Nick Clifton | 7 | -631/+778 | |
LD: Catch BFD errors whilst loading symbols and do not produce an executable. | |||||
2001-02-26 | 2001-02-26 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2 | -2/+6 | |
* gas/ia64/opc-a-err.l: Change "Operand [3|4]" to "Operand [34]". | |||||
2001-02-26 | 2001-02-26 Andreas Jaeger <aj@suse.de> | Andreas Jaeger | 2 | -3/+7 | |
* elf64-x86-64.c (x86_64_elf_howto_table): Fix order of entries. | |||||
2001-02-25 | Replace calls to abort() with calls to internal_error(). | Kevin Buettner | 38 | -74/+123 | |
2001-02-24 | * symbols.c (decode_local_label_name): Initialize message_format | Stephane Carrez | 2 | -2/+8 | |
only when an error is reported (perf pb due to I18N). | |||||
2001-02-24 | 2001-02-23 H.J. Lu <hjl@gnu.org> | H.J. Lu | 2 | -1/+6 | |
* dwarf2dbg.c (dwarf2_directive_file): Call s_app_file (0) if BFD_ASSEMBLER is not defined. | |||||
2001-02-24 | 2001-02-23 Ben Elliston <bje@redhat.com> | Ben Elliston | 2 | -0/+7 | |
* sim-main.h (ENGINE_ISSUE_PREFIX_HOOK): Only define if not already defined elsewhere. | |||||
2001-02-23 | Mention how to cite GDB problem reports. | Andrew Cagney | 3 | -1/+17 | |
2001-02-23 | Mention gdbarch.sh and to not submit gdbarch.[ch]. | Andrew Cagney | 2 | -0/+13 | |
2001-02-23 | 2001-02-23 David Mosberger <davidm@hpl.hp.com> | H.J. Lu | 3 | -3423/+3600 | |
* ia64-opc-a.c: Add missing pseudo-ops for "cmp" and "cmp4". * ia64-asmtab.c: Regenerate. | |||||
2001-02-23 | 2001-02-23 H.J. Lu <hjl@gnu.org> | H.J. Lu | 5 | -139/+293 | |
* gas/ia64/opc-a-err.l: Fix "cmp4.lt.or". * gas/ia64/opc-a.pl: Add tests for pseudo-ops for "cmp" and "cmp4". * gas/ia64/opc-a.s: Rebuilt. * gas/ia64/opc-a.d: Likewise. | |||||
2001-02-23 | 2001-02-22 Michael Snyder <msnyder@mvstp600e.cygnus.com> | Michael Snyder | 2 | -10/+22 | |
* gdb.base/reread.exp: Unsupported for non-native targets; doesn't work for remote debugging. | |||||
2001-02-23 | Don't mark a fixup as done if it's against a symbol. | Nick Clifton | 2 | -3/+10 | |
2001-02-22 | 2001-02-22 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 2 | -2/+8 | |
* COPYING.NEWLIB: Remove DJ Delorie's address because it is no longer valid. | |||||
2001-02-22 | 2001-02-22 Ben Elliston <bje@redhat.com> | Ben Elliston | 3 | -6/+35 | |
* sim-trace.h (TRACE_VPU_IDX): Add. (TRACE_vpu): Define. (WITH_TRACE_VPU_P): Likewise. (TRACE_VPU_P): Likewise. * sim-trace.c (OPTION_TRACE_VPU): Define. (trace_options): Add --trace-vpu. (trace_option_handler): Handle OPTION_TRACE_VPU. (trace_option_handler): Include VPU tracing in --trace-semantics. (trace_idx_to_str): Handle TRACE_VPU_IDX. | |||||
2001-02-22 | Add ia64-*-aix* configuration. | Timothy Wall | 7 | -1/+45 | |
2001-02-22 | Added ia64-*-aix* configuration. | Timothy Wall | 7 | -475/+477 | |
2001-02-22 | Move get_saved_register to frame.h. | Andrew Cagney | 3 | -5/+10 | |