aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-01-15Cosmetic changes to tc-i386.[ch] + extend x86 gas testsuite jmp andAlan Modra8-64/+230
call tests + tweak intel mode far call and jmp.
2000-01-15Add jmp and call tests to prevent intel mode lossage creeping in again.Alan Modra3-2/+87
2000-01-14Correct function return types for new and fussy gcc.Alan Modra4-9/+17
2000-01-14fix mis-applied patchNick Clifton2-1/+9
2000-01-142000-01-13 Clinton Popetz <cpopetz@cygnus.com>Clinton Popetz3-0/+38
* config/tc-mips.c (mips_do_align): New function. * config/tc-mips.h (md_do_align): Define.
2000-01-13Applied Tim Wall's patch to replace RELSZ and friends with bfd_coff_relsz andNick Clifton3-41/+52
friends.
2000-01-13Fix bug in interwork stubs from thumb to armNick Clifton2-1/+6
2000-01-13Apply Tim walls octest vs bytes patchNick Clifton9-53/+155
2000-01-13Apply for for CR 102957.Nick Clifton2-1/+7
2000-01-13Fix description of EM_S370.Nick Clifton2-1/+6
2000-01-13fix comments on some EM numbers.Nick Clifton2-2/+8
2000-01-12Merge in changes from egcs for AIX cross-compilation support.Geoffrey Keating4-4/+14
2000-01-11Fix mistakes made about interpretation of ELF ABI specNick Clifton4-6/+29
2000-01-11import gdb-2000-01-10 snapshotJason Molenda29-725/+1167
2000-01-11import gdb-2000-01-10 snapshotJason Molenda1-0/+9
2000-01-10fixup ARM documentationNick Clifton3-3/+24
2000-01-10Add arm-conix targetNick Clifton7-3/+22
2000-01-10Add NT_WIN32PSTATUS to list of recognised core notesNick Clifton2-0/+5
2000-01-10Add definition of NT_WIN32PSTATUSNick Clifton2-0/+5
2000-01-10Apply patch from Egor Duda to process win32_pstatus notes in core dumps.Nick Clifton6-2/+109
2000-01-07Apply Mumit Khan's patch to allow temporary file for process interconnectionNick Clifton5-24/+309
2000-01-07Fix description of -n command line switchNick Clifton2-5/+7
2000-01-07Remind users about -Wl,Nick Clifton2-0/+20
2000-01-06import gdb-2000-01-05 snapshotJason Molenda74-14133/+17529
2000-01-06These files removed in July by this change:Jason Molenda2-252/+0
1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com> * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable. * gdb.base/annota2.cc, annota2.exp: Move from here. * gdb.c++/annota2.cc, annota2.exp: To here. * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
2000-01-05add missing definitionsNick Clifton2-14/+57
2000-01-05 * ld.h (wildcard_spec): Change exclude_name to exclude_name_list.Catherine Moore7-37/+92
(name_list): New. * ld.texinfo (EXCLUDE_FILE): Update documentation. * ldgram.y (wildcard_spec): Support a list of excluded_files. (exclude_name_list): New. ldlang.c (walk_wild_section): Support list of excluded files. (print_wild_statement): Likewise. (lang_add_wild): Likewise. * ldlang.h (lang_wild_statement_type): Likewise. * scripttempl/elf.sc (OTHER_EXCLUDE_FILES): Support.
2000-01-05add year 2000 copyright noticeNick Clifton1-1/+1
2000-01-05Apply Mumit Khan's patch to remove 32 postfix from cygwin and mingwNick Clifton2-7/+10
2000-01-04Apply Mumit Khan's patch to implement --compat-implib command line switchNick Clifton2-21/+48
2000-01-04oops - change omitted from previous deltaNick Clifton1-0/+3
2000-01-04Applied Mumit Kha's patch to tweak dll production code.Nick Clifton4-10/+42
2000-01-04Added year 2000 copyright noticeNick Clifton2-2/+2
2000-01-04Apply patch from Mumit Khan to fix bugs generating dll names.Nick Clifton3-9/+14
2000-01-04oops - omitted from previous deltaNick Clifton1-1/+1
2000-01-03Add support for --disassembler-options=force-thumbNick Clifton2-22/+81
2000-01-03document --disassembler-options=force-thumbNick Clifton2-2/+13
2000-01-03ELF visibility patch from Martin LoewisNick Clifton3-0/+93
2000-01-03ELF visibility patch from Martin Loewis.Nick Clifton4-7/+65
1999-12-29 * elflink.h (bfd_elf,size_dynamic_sections): Don't export allRichard Henderson2-14/+19
if no dynamic sections created.
1999-12-28Add decoding of new constants defined in Oct 4, 1999 draft of ELF ABI spec.Nick Clifton2-40/+196
1999-12-28Redefine STO_* value sin terms of STV_* valuesNick Clifton2-4/+9
1999-12-28Add new constants specified in Oct 4 1999 Draft of ELF ABI specNick Clifton2-8/+138
1999-12-28* vasprintf.c (int_vasprintf): Don't re-read the format characterGeoffrey Keating2-0/+6
as this mishandles strings like '%%s'.
1999-12-28fix PE file format detectionNick Clifton2-1/+9
1999-12-27x86 indirect jump/call syntax fixes. Disassembly fix for lcall.Alan Modra6-11/+29
1999-12-26 * strings.c (main): Correct handling of numeric argument.Ian Lance Taylor2-1/+5
1999-12-231999-12-23 Andrew Haley <aph@cygnus.com>Andrew Haley2-4/+9
* dlltool.c (mtable): mcore how_jtab_roff is 4 bytes into the jtab; was 8.
1999-12-22import gdb-1999-12-21 snapshotJason Molenda69-1955/+6205
1999-12-22import gdb-1999-12-21 snapshotJason Molenda1-33/+63