Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-03-13 | Fix typos in ChangeLogs; fix dates in copyright notices | Nick Clifton | 102 | -183/+268 | |
2001-03-13 | 2001-03-13 Fernando Nasser <fnasser@redhat.com> | Fernando Nasser | 2 | -2/+7 | |
From Steven Johnson <sjohnson@neurizon.net> * cli/cli-script.c (define_command): Fix setting of post hooks. | |||||
2001-03-13 | Fix typos in ChangeLog; fix dates in copyright notices | Nick Clifton | 30 | -395/+453 | |
2001-03-13 | * i386-linux-tdep.c: Fix formatting and clarify comments. | Mark Kettenis | 2 | -15/+20 | |
(i386_linux_svr4_fetch_link_map_offsets): Use NULL instead of 0 where appropriate. | |||||
2001-03-13 | Fix typos in ChangeLogs and update copyright notices | Nick Clifton | 77 | -389/+470 | |
2001-03-13 | Fixtypos in ChangeLogs, fix copyright dates in files | Nick Clifton | 85 | -604/+832 | |
2001-03-13 | fix typos | Nick Clifton | 1 | -0/+6 | |
2001-03-13 | * elf32-sh.c (sh_elf_relocate_section): Only relocation | DJ Delorie | 2 | -5/+43 | |
R_SH_DIR8WP* relocs if they're against external symbols, else they're just for relaxing. Validate the reloc values. | |||||
2001-03-13 | Fix typos. | Alan Modra | 1 | -4/+4 | |
2001-03-13 | Support for @GOTOFF in .long expressions. | Alan Modra | 3 | -155/+182 | |
2001-03-13 | * gnu-nat.c: Include "gdb_assert.h" instead of <assert.h>. | Andrew Cagney | 2 | -7/+17 | |
(proc_update_sc): Use gdb_assert instead of assert. (proc_abort): Ditto. (inf_set_step_thread): Ditto. (gnu_wait): Ditto. (S_exception_raise_request): Ditto. (gnu_terminal_init_inferior): Ditto. | |||||
2001-03-13 | Add --binary-architecture switch to objcopy to allow the output architecture | Nick Clifton | 6 | -4/+75 | |
to be set when the input file type is binary. | |||||
2001-03-12 | Always set machine type based on cpu_variant. | Nick Clifton | 2 | -21/+23 | |
2001-03-12 | Handle EM_S390_OLD. | Nick Clifton | 2 | -0/+9 | |
2001-03-11 | 2001-03-11 Philip Blundell <philb@gnu.org> | Phil Blundell | 2 | -0/+12 | |
* elf32-arm.h (elf32_arm_finish_dynamic_symbol): Don't make PLT entries that could serve as a definition for a weak symbol. | |||||
2001-03-10 | merge from gcc | DJ Delorie | 5 | -6/+113 | |
2001-03-10 | Cleanup solib-svr4.c by moving legacy code out to its own file. | Kevin Buettner | 40 | -140/+294 | |
2001-03-10 | Committed. | Kevin Buettner | 2 | -10/+30 | |
2001-03-09 | Move Philip Blundell to Write After Approval list. | Andrew Cagney | 2 | -1/+5 | |
2001-03-09 | * MAINTAINERS: Add myself to write after approval list. | Keith Seitz | 2 | -0/+5 | |
2001-03-09 | * i387-tdep.c (print_i387_status_word): Fix printing of Stack | Mark Kettenis | 2 | -1/+6 | |
fault flag. It is bit 6 of the x87 FPU status word, not bit 7. | |||||
2001-03-09 | Obsolete harris 88k target. | Andrew Cagney | 8 | -171/+181 | |
2001-03-09 | Delete make rules for obsolete files. | Andrew Cagney | 2 | -18/+4 | |
2001-03-08 | Fix copyright notices | Nick Clifton | 211 | -262/+392 | |
2001-03-08 | Fix typos | Nick Clifton | 4 | -189/+196 | |
2001-03-08 | * gdb.base/annota1.exp: Move test of isnative to earlier in the | David Taylor | 6 | -16/+37 | |
file -- to prevent failing when the compile fails but we have no intention of running the tests anyway. * gdb.base/long_long.exp: Test target_info for no_long_long, skip tests if set. * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte integers. * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true. * gdb.c++/namespace.exp: Ditto. Fix PR gdb/16. | |||||
2001-03-08 | Update copyright notices | Nick Clifton | 272 | -384/+511 | |
2001-03-08 | Add comment (part of immediately previous commit). | David Taylor | 1 | -0/+5 | |
2001-03-08 | * stack.c (parse_frame_specification): For one argument case, | David Taylor | 2 | -2/+16 | |
handle the situation where the argument is an integer, not an address -- arguably the most common case. This matters on targets where pointers and addresses are different. | |||||
2001-03-08 | * TODO: Revise 5.1 list. Delete PARAMS task. Add coding standard | Andrew Cagney | 2 | -103/+150 | |
review. Clarify GNU/LINUX/sparc. Move other tasks to 5.2 or general. | |||||
2001-03-08 | * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use. | Alexandre Oliva | 2 | -3/+7 | |
2001-03-08 | Doco SID + GDB + Solaris 8 broken. | Andrew Cagney | 2 | -28/+21 | |
2001-03-08 | Fixup checkin of wrong source | Michael Meissner | 1 | -1/+6 | |
2001-03-08 | Add support for -fdata-sections | Michael Meissner | 2 | -3/+24 | |
2001-03-07 | Conditionalize prevbious pathc on ! defined OLD_ARM_ABI. | Nick Clifton | 2 | -1/+7 | |
2001-03-07 | Remove reference to alloca-conf.h | Michael Meissner | 2 | -2/+4 | |
2001-03-07 | 2001-03-07 Orjan Friberg <orjanf@axis.com> | Orjan Friberg | 1 | -0/+5 | |
* gdb.base/pointers.c: Don't assume doubles are >= 8 bytes. * gdb.base/pointers.exp: Relax pattern match of decimals. | |||||
2001-03-07 | 2001-02-26 Orjan Friberg <orjanf@axis.com> | Orjan Friberg | 2 | -2/+2 | |
* gdb.base/pointers.c: Don't assume doubles are >= 8 bytes. * gdb.base/pointers.exp: Relax pattern match of decimals. | |||||
2001-03-07 | * defs.h: Provide prototypes for floatformat_is_negative, | Mark Kettenis | 4 | -78/+149 | |
floatformat_is_nan and floatformat_mantissa. * utils.c: Include "gdb_assert.h". (floatformat_is_negative): New function. (floatformat_is_nan): New function. (floatformat_mantissa): New function. * valprint.c: Include "floatformat.h". (print_floating): Get rid of the Linux-specific TARGET_ANALYZE_FLOATING macro and rewrite NaN detection with the help these new functions. Print NaN's in a format conforming to ISO C99. | |||||
2001-03-07 | 2001-03-07 Andreas Jaeger <aj@suse.de> | Andreas Jaeger | 2 | -1/+40 | |
* elf64-x86-64.c (elf64_x86_64_relocate_section): Fix handling of some relocation values. | |||||
2001-03-07 | * top.c (init_main): Make `set history file name' complete on file | Eli Zaretskii | 2 | -5/+11 | |
names. | |||||
2001-03-07 | * Makefile.in (LINTFLAGS): Update to contain all of the macros | J.T. Conklin | 1 | -0/+6 | |
which define include paths used when compiling. * util.c (savestring, msavestring): Change type of length argument. * defs.h (savestring, msavestring): Update to match. | |||||
2001-03-07 | Remove local change that wasn't supposed to be committed. | J.T. Conklin | 1 | -3/+0 | |
2001-03-07 | 2001-03-06 J.T. Conklin <jtc@redback.com> | J.T. Conklin | 28 | -38/+47 | |
* symtab.h (decode_line_1): Removed declaration. * symfile.c (#include <assert.h>): Removed. * arch-utils.c (#include <ctype.h>): Removed. * c-typeprint.c: Likewise. * dbxread.c: Likewise. * gdbtypes.c: Likewise. * target.c: Likewise. * os9kread.c: Likewise. * c-valprint.c (#include "demangle.h"): Removed. * ch-typeprint.c: Likewise. * eval.c: Likewise. * f-typeprint.c: Likewise. * f-valprint.c: Likewise. * m2-typeprint.c: Likewise. * typeprint.c: Likewise. * p-typeprint.c: Likewise. * valarith.c: Likewise. * valprint.c: Likewise. * m2-typeprint.c (#include "gdb_string.h"): Removed. * nlmread.c: Likewise. * mdebugread.c (#include "gdb-stabs.h"): Removed. * minsyms.c: Likewise. * mipsread.c: Likewise. * nlmread.c: Likewise. * m2-typeprint.c (#include "obstack.h"): Removed. * m2-valprint.c: Likewise. * event-loop.c (#include <setjmp.h>): Removed. | |||||
2001-03-07 | * config/tc-i386.c (struct _i386_insn): Rename disp_reloc to reloc. | Alan Modra | 2 | -31/+39 | |
(md_assemble [smallest displacement]): Use correct field of i.op[] union. (md_assemble [JumpInterSegment output]): Use correct i.disp_reloc[]. (md_assemble [immediate output]): Likewise. | |||||
2001-03-06 | * ld-scripts/cross2.t: Support any type of text/data sections, not | DJ Delorie | 2 | -2/+7 | |
just the canonical ones. | |||||
2001-03-06 | Fix BLX(1) for Thumb | Nick Clifton | 9 | -32/+106 | |
2001-03-06 | Add BFD_RELOC_THUMB_PCREL_BLX. | Nick Clifton | 2 | -0/+6 | |
2001-03-06 | Rest of the changes for Coldfire V4. | Nick Clifton | 6 | -28/+80 | |
2001-03-06 | est of the changes for Coldfire V4 | Nick Clifton | 3 | -26/+53 | |