Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-05-31 | * NEWS: Mention FreeBSD/Alpha and FreeBSD/i386 3.x and up as new | Mark Kettenis | 2 | -0/+12 | |
native configurations. | |||||
2000-05-31 | * i386bsd-nat.c: Include "gregset.h". | Mark Kettenis | 2 | -8/+17 | |
(CANNOT_STORE_REGISTER): Define to cannot_fetch_register instead of CANNOT_FETCH_REGISTER, if not already defined. (supply_gregset): Call supply_register with NULL as its second argument instead of supplying our own zeroed out buffer. (fill_gregset): Copy contents of correct registers instead of the contents of register REGNO. | |||||
2000-05-31 | Revert PARAMS removal. | Kevin Buettner | 2 | -4/+13 | |
2000-05-31 | * configure.host, configure.tgt (alpha*-*-freebsd*): New entry. | Mark Kettenis | 3 | -0/+3 | |
2000-05-31 | Add support for FreeBSD/Alpha. | Mark Kettenis | 7 | -0/+302 | |
* alphabsd-nat.c, config/alpha/fbsd.mh, config/alpha/fbsd.mt, config/alpha/nm-fbsd.h, config/alpha/tm-fbsd.h, config/alpha/xm-fbsd.h: New files. | |||||
2000-05-31 | Add comment describoing why dgettext() is used in _() macro. | Nick Clifton | 4 | -0/+35 | |
2000-05-31 | Update. | Ulrich Drepper | 1 | -0/+6 | |
2000-05-31 | (_bfd_elf_slurp_version_tables): Correct reading of version | Ulrich Drepper | 1 | -11/+33 | |
definitions. We must not assume they are sorted in the file according to their index numbers. | |||||
2000-05-31 | Forgotten ChangeLog entry from an earlier commit. | Michael Snyder | 1 | -0/+18 | |
2000-05-31 | Add field ``name'' to floatformat. | Andrew Cagney | 4 | -13/+41 | |
2000-05-31 | * MAINTAINERS: Add myself to 'Write After Approval' list | Pierre Muller | 2 | -0/+6 | |
2000-05-31 | Import texinfo.tex from texinfo-4.0. | Andrew Cagney | 7 | -728/+1366 | |
Add support for ``make pdf'' to the gdb/doc directory using pdftex. | |||||
2000-05-31 | (elf_hppa_final_link_relocate) Fix handling of branches. | Alan Modra | 2 | -3/+19 | |
2000-05-30 | Accept 80960* machine names (as generated by ieee.c) | Nick Clifton | 2 | -23/+50 | |
2000-05-30 | * Makefile.in (objalloc.o): Depend on config.h | Jeff Law | 2 | -1/+5 | |
2000-05-30 | Add MAINTAINERS entries for Mac OS X / Objective-C code to be contributed by ↵ | Klee Dienes | 1 | -0/+4 | |
Apple. | |||||
2000-05-30 | Undo part of previous delta, so that _() calls dgettext() not gettext(). | Nick Clifton | 1 | -1/+1 | |
2000-05-30 | 2000-05-30 H.J. Lu <hjl@gnu.org> | H.J. Lu | 3 | -9/+20 | |
* elflink.c (_bfd_elf_link_record_dynamic_symbol): Clear the visibility bits if the symbol is undefined. Correctly handle weak undefined symbols with hidden and internal attributes. * elflink.h (elf_link_add_object_symbols): Always turn the symbol into local if it has the hidden or internal attribute. | |||||
2000-05-30 | Remove illegal instruciton pattern, since it is the same as the breakpoint | Nick Clifton | 2 | -7/+5 | |
pattern. | |||||
2000-05-30 | Replace defines with those from intl/libgettext.h to quieten gcc warnings. | Nick Clifton | 14 | -2771/+2603 | |
2000-05-30 | Add support for v4 SystemMode. | Nick Clifton | 11 | -57/+159 | |
2000-05-30 | * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000. | Andrew Cagney | 3 | -45/+206 | |
* config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000 | |||||
2000-05-30 | Further re-arange into distinct sections. | Andrew Cagney | 2 | -265/+509 | |
2000-05-30 | Fix my inept 2000-05-24 change. | Alan Modra | 2 | -3/+8 | |
2000-05-30 | * gdbarch.sh: Add field ``postdefault''. Rename fields | Andrew Cagney | 2 | -90/+136 | |
``startup'' and ``default'' to ``staticdefault'' and ``predefault''. Fix initialization of valid_p. Create/compare gdbarch.log. | |||||
2000-05-30 | Move/rename GDB_GREGSET_T definitions for solaris 2. | Andrew Cagney | 3 | -7/+14 | |
2000-05-29 | Fix compile time warning messages. | Nick Clifton | 3 | -48/+58 | |
2000-05-29 | * hashtab.c, partition.c, xmemdup.c: Include string.h | Zack Weinberg | 10 | -16/+245 | |
if HAVE_STRING_H. * pexecute.c, xexit.c: Include stdlib.h if HAVE_STDLIB_H. * objalloc.c: Include config.h. Include stdlib.h and don't declare malloc or free if HAVE_STDLIB_H. * strerror.c, strsignal.c: Include stdlib.h if HAVE_STDLIB_H, else declare malloc without prototype. Include string.h if HAVE_STRING_H, else declare memset without prototype. Don't include stddef.h. * sort.c: Bring over from GCC. | |||||
2000-05-29 | Minor formatting tweak to make synchronisation easier. | Nick Clifton | 1 | -2/+3 | |
2000-05-29 | Update copyright dates | Nick Clifton | 1 | -1/+1 | |
2000-05-29 | Do not run test sfor c54x | Nick Clifton | 1 | -1/+3 | |
2000-05-29 | Remove RCS date string in order to make synchronisation easier. | Nick Clifton | 1 | -2/+1 | |
2000-05-29 | Define GPR_CLEAR | Nick Clifton | 2 | -0/+15 | |
2000-05-29 | fix spelling mistake in comment | Nick Clifton | 1 | -1/+1 | |
2000-05-29 | Remove RCS tags to make synchronisation easier. | Nick Clifton | 1 | -3/+0 | |
2000-05-29 | Use GPR_CLEAR instead of GPR_SET | Nick Clifton | 2 | -1/+6 | |
2000-05-29 | replace GPR_SET with GPR_CLEAR | Nick Clifton | 2 | -1/+6 | |
2000-05-29 | minor formatting tweaks to aid syncronisation | Nick Clifton | 2 | -8/+17 | |
2000-05-29 | 2000-05-29 Philip Blundell <philb@gnu.org> | Phil Blundell | 2 | -3/+1 | |
* doc/as.texinfo: (Local Labels): Delete misplaced mention of ARM. | |||||
2000-05-29 | 2000-05-29 Philip Blundell <philb@gnu.org> | Phil Blundell | 2 | -1/+9 | |
* ppcboot.c: Add packed attribute if compiling with GCC. | |||||
2000-05-29 | 2000-05-29 Philip Blundell <philb@gnu.org> | Phil Blundell | 3 | -2/+9 | |
* doc/as.texinfo: Update copyright dates. * NEWS: Mention ARM ELF support. | |||||
2000-05-29 | Purge symtab of make_cleanup_func. | Andrew Cagney | 3 | -6/+27 | |
Pass correct arg to make_cleanup_free_search_symbols. | |||||
2000-05-29 | (_bfd_elf_link_hash_table_init): Initialize dynlocal. | Alan Modra | 2 | -106/+110 | |
2000-05-28 | Use BFD's _. ie. dgettext ("gprof", ..) vs. gettext (..) | Alan Modra | 2 | -6/+4 | |
2000-05-28 | Include year 2000 in copyright message | Nick Clifton | 2 | -2/+2 | |
2000-05-28 | Fix capitialisation of setnaces in comment. | Nick Clifton | 1 | -3/+3 | |
2000-05-28 | Fix GDB_GREGSET_T, GDB_FPREGSET_T typos. | Kevin Buettner | 2 | -2/+6 | |
2000-05-28 | PARAMS removal. | Kevin Buettner | 325 | -4991/+4188 | |
2000-05-27 | * config/tc-mn10300.c (md_assemble): Copy size to real_size before | Alexandre Oliva | 2 | -2/+10 | |
it is modified, and use the real_size to compute the frag address for dwarf2 line info. | |||||
2000-05-27 | * emulparams/avr1200.sh (STACK): Define as 0. | Denis Chertykov | 10 | -4/+25 | |
* emulparams/avr23xx.sh (STACK): Define as last internal SRAM address. * emulparams/avr4433.sh (STACK): Likewise. * emulparams/avr44x4.sh (STACK): Likewise. * emulparams/avr85xx.sh (STACK): Likewise. * emulparams/avrmega103.sh (STACK): Likewise. * emulparams/avrmega161.sh (STACK): Likewise. * emulparams/avrmega603.sh (STACK): Likewise. * scripttempl/elf32avr.sc (__data_start): Define for gcrt1. (__stack): Define from ${STACK} for main(). |