summaryrefslogtreecommitdiffstats
path: root/binutils/testsuite
Commit message (Collapse)AuthorAgeFilesLines
...
* * binutils-all/objdump.exp (cpus_expected): Append cris.Hans-Peter Nilsson2004-11-042-1/+5
|
* 2004-10-28 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2004-10-282-0/+8
| | | | * binutils-all/dlltool.exp: Set XFAIL if $target_xfail is yes.
* * dlltool.c: Include <assert.h>.Aaron W. LaFramboise2004-10-241-0/+2
| | | | | | | | | | | | | | | | | (PREFIX_ALIAS_BASE): Define. (struct export): Add member import_name; (def_exports): Set import_name. (make_one_lib_file): Remove prefix alias code, use import_name in .idata$6. (gen_lib_file): Create and delete aliases. * binutils-all/alias.def: New file. * binutils-all/dlltool.exp: Two new -p tests. * config/default.exp (dlltool_gas_flag): New variable. Copy gas and lds executables into tmpdir/gas directory rather than making symlinks which might not be supported by the host OS. Attempt to handle the case where the host OS does not use the .exe extension but the target OS does. * lib/utils-lib.exp (exe_ext): New procedure.
* * dlltool.c: Include <assert.h>.Nick Clifton2004-10-234-12/+61
| | | | | | | | | | | | | | | | | (PREFIX_ALIAS_BASE): Define. (struct export): Add member import_name; (def_exports): Set import_name. (make_one_lib_file): Remove prefix alias code, use import_name in .idata$6. (gen_lib_file): Create and delete aliases. * binutils-all/alias.def: New file. * binutils-all/dlltool.exp: Two new -p tests. * config/default.exp (dlltool_gas_flag): New variable. Copy gas and lds executables into tmpdir/gas directory rather than making symlinks which might not be supported by the host OS. Attempt to handle the case where the host OS does not use the .exe extension but the target OS does. * lib/utils-lib.exp (exe_ext): New procedure.
* dlltool.c (ext_prefix_alias): New global variable.Nick Clifton2004-07-122-0/+17
| | | | | | | | | | (make_one_lib_file): Add aliases with prefixes for external and import definitions. (usage): Document -p option. (long_options): Add --ext-prefix-alias option. (main): Handle -p. * doc/binutils.texi: Document new switch. * NEWS: Mention new switch.
* binutils/testsuite/:Andreas Schwab2004-07-093-0/+61
| | | | | | | | | | | | * binutils-all/m68k/movem.s: New file. * binutils-all/m68k/objdump.exp: New file. include/opcode/: * m68k.h: Fix comment. opcodes/: * m68k-dis.c (m68k_valid_ea): Check validity of all codes.
* Cope with ARM mapping symbolsNick Clifton2004-05-152-1/+7
|
* * binutils-all/ar.exp: Remove stray semicolons.Ben Elliston2004-05-127-59/+68
| | | | | | | | * binutils-all/dlltool.exp: Likewise. * binutils-all/objcopy.exp: Likewise. * binutils-all/readelf.exp: Likewise. * binutils-all/windres/windres.exp: Likewise. * lib/utils-lib.exp: Likewise.
* * binutils-all/readelf.ss-mips: Allow named section symbols.Richard Sandiford2004-04-142-5/+9
|
* * binutils-all/objcopy.exp: Accept main as a data symbol as well.Jakub Jelinek2004-03-302-2/+6
|
* * ar.c (main): Support POSIX-compatible argument parsing.Andreas Schwab2004-02-272-1/+41
| | | | | testsuite: * binutils-all/ar.exp (argument_parsing): New test.
* * ldgram.y (exp): Add two operand ALIGN.Nathan Sidwell2004-02-201-1/+1
| | | | | | * ldexp.c (fold_binary): Add ALIGN_K case. * ld.texinfo (ALIGN): Document two operand version. * ld-scripts/align.{s,t,exp}: New.
* * binutils-all/objcopy.exp: Reorder arguments for POSIXLY_CORRECTNathan Sidwell2004-02-202-5/+9
| | | | systems.p
* Split ChangeLog files.Alan Modra2004-01-022-1043/+1052
|
* Add "msp" to list of expected architectures.Nick Clifton2003-12-032-1/+5
|
* 2003-10-06 Dave Brolley <brolley@redhat.com>Dave Brolley2003-10-082-1/+5
| | | | * binutils-all/objdump.exp (cpu_expected): Add fr550.
* 2003-09-29 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2003-09-306-24/+56
| | | | | | | | | | | | | | | | | | * readelf.c (dump_relocations): Support SHN_IA_64_ANSI_COMMON. (get_symbol_index_type): Likewise. testsuites/ 2003-09-29 H.J. Lu <hongjiu.lu@intel.com> * binutils-all/readelf.exp: Use is_elf_format. * binutils-all/readelf.h: Support IA64/ILP32. * binutils-all/readelf.s: Likewise. * binutils-all/readelf.ss: Likewise. * lib/utils-lib.exp (proc is_elf_format): Copy from ld testsuite. Add ia64-*-hpux*.
* * binutils-all/objcopy.exp: Initialise $test_prog toDanny Smith2003-06-282-1/+6
| | | | testprog.exe on mingw targeted systems too.
* * rcparse.y (res_text_field): New res_id variable.Danny Smith2003-06-2811-0/+82
| | | | | | | | | | | | | | | | | | | | | | | | | | | | (res_null_text): New static const struct res_id object, with empty unicode name field. (control): Pop parsing of optresidc up one level. Set res_text_field to $2 except for controls which do not accept a text field. Set res_text_field to res_null_text for the special cases (viz. COMBOBOX, EDITTEXT, LISTBOX, SCROLLBAR). (control_params): Adjust to use res_text_field rather than optresidc. (COMBOBOX): Add comment about discrepency between documented vs. observed default style. * resrc.c (define_control): Make first param const. * windres.h (define_control): Adjust prototype. testsuite: * binutils-all/windres/checkbox.rc: New file. * binutils-all/windres/checkbox.rsd: New file. * binutils-all/windres/combobox.rc: New file. * binutils-all/windres/combobox.rsd: New file. * binutils-all/windres/edittext.rc: New file. * binutils-all/windres/edittext.rsd: New file. * binutils-all/windres/listbox.rc: New file. * binutils-all/windres/listbox.rsd: New file. * binutils-all/windres/scrollbar.rc: New file. * binutils-all/windres/scrollbar.rsd: New file.
* Fix misdirected ChangeLog entry.Thiemo Seufer2003-06-271-0/+4
|
* * elfxx-mips.c (_bfd_mips_elf_fake_sections): Remove non-defaultThiemo Seufer2003-06-271-6/+6
| | | | | relocation header setup. * binutils-all/readelf.ss-tmips: Adjust symbol indices.
* Replace occurances of testprog with $test_prog. Initialise this variable toNick Clifton2003-06-192-5/+19
| | | | testprog.exe on Cygwin targeted systems.
* oops - forgot to add the grep for "(DW_OP_addr: 0)"Nick Clifton2003-04-261-0/+1
|
* Rework readelf -wi tests to grep for expected strings.Nick Clifton2003-04-263-58/+99
|
* Fix "readelf -wi" testNick Clifton2003-04-234-68/+42
|
* Rename -I to -J. Deprecate old use of -I, but leave it enabled for now.Nick Clifton2003-04-222-3/+8
|
* Replace "Static" with "classname" so that results match the behaviour of theNick Clifton2003-04-033-9/+20
| | | | Windows' resource compiler.
* Allow resource IDs to be strings or numbers.Nick Clifton2003-03-313-0/+27
| | | | Add a test for this.
* TIC4X testcase commitSvein Seldal2002-11-182-1/+6
| | | | | | | | | | | | | * binutils/testsuite/binutils-all/objcopy.exp: Disable tic4x from test * binutils/testsuite/binutils-all/objdump.exp: Setup proper values for tic4x testcase * gas/testsuite/gas/all/gas.exp: Setup for tic4x testcase * gas/testsuite/gas/macros/macros.exp: Ditto * gas/testsuite/gas/all/gas.exp: Setup for tic4x testcase * gas/testsuite/gas/macros/macros.exp: Ditto * gas/testsuite/gas/tic4x: New tic4x gas testsuite directory * ld/testsuite/ld-scripts/script.exp: Setup for tic4x testcase
* Adds support for fastcall symbols as used on Microsoft Windows platformsNick Clifton2002-11-064-8/+60
| | | | (i386)
* Add TMS320C4x supportNick Clifton2002-08-281-1/+1
|
* Revert last change.Alan Modra2002-08-262-2/+6
|
* * binutils-all/objcopy.exp (strip_test): Adjust for "no symbols" onAlan Modra2002-08-262-2/+8
| | | | | stdout. (strip_executable): Likewise.
* * binutils-all/objdump.exp (cpus_expected): Add fr500, ip2022,Alan Modra2002-08-153-15/+22
| | | | | tic80, tms320c30. * binutils-all/objcopy.exp (simple copy): Revise xfails.
* * testsuite/binutils-all/objcopy.exp: clear xfail forJeff Law2002-06-062-2/+2
| | | | | | "hppa*64*-*-hpux*". * testsuite/binutils-all/hppa/objdump.exp: Return if "*64*-*-*".
* * binutils-all/objcopy.exp (strip_test_with_saving_a_symbol):Alan Modra2002-05-292-23/+29
| | | | Revert 2001-11-15. Instead allow `D main'.
* Define MEMFLAGS_DISCARDABLE by default for dialogs.Nick Clifton2002-04-165-0/+34
| | | | Add a test for this.
* Allow two to five parameter in FONT statement of DIALOGEX resources.Nick Clifton2002-04-153-0/+74
|
* Use 'file delete' instead of 'exec rm -f'.Nick Clifton2002-04-112-1/+6
|
* Delete created files upon successful completeion of the test.Nick Clifton2002-04-102-8/+12
|
* Regernated recently created expected output files using MSVC.Nick Clifton2002-04-109-8/+19
| | | | Set MEMFLAG_PURE by default - bug exposed by regenerated files.
* Add WS_CAPTION dialog style if CAPTION is specified.Nick Clifton2002-04-093-0/+17
| | | | Add testcase.
* Don't print empty dialog caption.Nick Clifton2002-04-093-0/+16
| | | | Add testcase.
* Fix overlooked sublang shift bug.Nick Clifton2002-04-093-0/+17
| | | | Add testcase.
* Set default LANGUAGE to english/us.Nick Clifton2002-04-097-4/+24
|
* Use signature to identify DIALOGEX.Nick Clifton2002-04-092-0/+13
| | | | Add testcase.
* Don't add default dialog style when explicit style specified.Nick Clifton2002-04-092-0/+14
| | | | | Print style even if it is 0. Add testcase.
* "\a" escape (used for right justified key definitions in menus) is encodes asNick Clifton2002-04-093-0/+18
| | | | binary 8.
* Fix parsing hex constants in strings. Add test for the fix.Nick Clifton2002-04-093-0/+16
|
* Apply patch from Bernd Herd to fix quoted class definitions inside dialogs.Nick Clifton2002-04-092-0/+13
|
OpenPOWER on IntegriCloud