Ben Elliston
8d26365061
* binutils-all/ar.exp: Remove stray semicolons.
* 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.
22 years ago
Richard Sandiford
e9e2c3f6cf
* binutils-all/readelf.ss-mips: Allow named section symbols.
22 years ago
Jakub Jelinek
adacfc8184
* binutils-all/objcopy.exp: Accept main as a data symbol as well.
22 years ago
Andreas Schwab
af865222e0
* ar.c (main): Support POSIX-compatible argument parsing.
testsuite:
* binutils-all/ar.exp (argument_parsing): New test.
22 years ago
Nathan Sidwell
627fe3fb79
* binutils-all/objcopy.exp: Reorder arguments for POSIXLY_CORRECT
systems.p
22 years ago
Nick Clifton
a46a5b5851
Add "msp" to list of expected architectures.
23 years ago
Dave Brolley
7c3f9ad027
2003-10-06 Dave Brolley <brolley@redhat.com>
* binutils-all/objdump.exp (cpu_expected): Add fr550.
23 years ago
H.J. Lu
9ce701e24f
2003-09-29 H.J. Lu <hongjiu.lu@intel.com>
* 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*.
23 years ago
Danny Smith
bd7421f06a
* binutils-all/objcopy.exp: Initialise $test_prog to
testprog.exe on mingw targeted systems too.
23 years ago
Danny Smith
b9ae04920a
* rcparse.y (res_text_field): New res_id variable.
(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.
23 years ago
Thiemo Seufer
7a79a000c1
* elfxx-mips.c (_bfd_mips_elf_fake_sections): Remove non-default
relocation header setup.
* binutils-all/readelf.ss-tmips: Adjust symbol indices.
23 years ago
Nick Clifton
f8a7038a5f
Replace occurances of testprog with $test_prog. Initialise this variable to
testprog.exe on Cygwin targeted systems.
23 years ago
Nick Clifton
aaa222e7b0
oops - forgot to add the grep for "(DW_OP_addr: 0)"
23 years ago
Nick Clifton
cbb356d959
Rework readelf -wi tests to grep for expected strings.
23 years ago
Nick Clifton
3f7de0e75e
Fix "readelf -wi" test
23 years ago
Nick Clifton
85eb51104b
Rename -I to -J. Deprecate old use of -I, but leave it enabled for now.
23 years ago
Nick Clifton
9a1b6dc5fd
Replace "Static" with "classname" so that results match the behaviour of the
Windows' resource compiler.
23 years ago
Nick Clifton
7adbf450a7
Allow resource IDs to be strings or numbers.
Add a test for this.
23 years ago
Svein Seldal
48c5eb8a70
TIC4X testcase commit
24 years ago
Nick Clifton
c9e3887989
Adds support for fastcall symbols as used on Microsoft Windows platforms
(i386)
24 years ago
Nick Clifton
026df7c5e6
Add TMS320C4x support
24 years ago
Alan Modra
68a4c07345
Revert last change.
24 years ago
Alan Modra
84938e2e33
* binutils-all/objcopy.exp (strip_test): Adjust for "no symbols" on
stdout.
(strip_executable): Likewise.
24 years ago
Alan Modra
8de397a5ad
* binutils-all/objdump.exp (cpus_expected): Add fr500, ip2022,
tic80, tms320c30.
* binutils-all/objcopy.exp (simple copy): Revise xfails.
24 years ago
Jeff Law
e28e05a3e2
* testsuite/binutils-all/objcopy.exp: clear xfail for
"hppa*64*-*-hpux*".
* testsuite/binutils-all/hppa/objdump.exp: Return if
"*64*-*-*".
24 years ago
Alan Modra
195fe6367d
* binutils-all/objcopy.exp (strip_test_with_saving_a_symbol):
Revert 2001-11-15. Instead allow `D main'.
24 years ago
Nick Clifton
ea91f8bb52
Define MEMFLAGS_DISCARDABLE by default for dialogs.
Add a test for this.
24 years ago
Nick Clifton
45b9982791
Allow two to five parameter in FONT statement of DIALOGEX resources.
24 years ago
Nick Clifton
690649bea2
Use 'file delete' instead of 'exec rm -f'.
24 years ago
Nick Clifton
aa45f76d84
Delete created files upon successful completeion of the test.
24 years ago
Nick Clifton
acfbab8a5f
Regernated recently created expected output files using MSVC.
Set MEMFLAG_PURE by default - bug exposed by regenerated files.
24 years ago
Nick Clifton
b62a12ca88
Add WS_CAPTION dialog style if CAPTION is specified.
Add testcase.
24 years ago
Nick Clifton
420380ba3e
Don't print empty dialog caption.
Add testcase.
24 years ago
Nick Clifton
b24eb5ac22
Fix overlooked sublang shift bug.
Add testcase.
24 years ago
Nick Clifton
f7d63484de
Set default LANGUAGE to english/us.
24 years ago
Nick Clifton
7e8d45b779
Use signature to identify DIALOGEX.
Add testcase.
24 years ago
Nick Clifton
91eafb409b
Don't add default dialog style when explicit style specified.
Print style even if it is 0.
Add testcase.
24 years ago
Nick Clifton
4d0b1625bf
"\a" escape (used for right justified key definitions in menus) is encodes as
binary 8.
24 years ago
Nick Clifton
4c30641a0f
Fix parsing hex constants in strings. Add test for the fix.
24 years ago
Nick Clifton
df3baf66cb
Apply patch from Bernd Herd to fix quoted class definitions inside dialogs.
24 years ago
Nick Clifton
2c71103e61
Display 2nd and 3rd reloc types for 64-bit MIPS.
Narrow some fields for 80-char output.
24 years ago
Hans-Peter Nilsson
edc45ab901
* binutils-all/objcopy.exp
(strip_executable_with_saving_a_symbol): Prune symbol Main in nm
output for mmix-knuth-mmixware.
24 years ago
Nick Clifton
6cdd886ce9
Do not expect an explicit ordering of the sections.
24 years ago
Nick Clifton
4a69ea0b0e
Add 'xscale' as an expected cpu type.
25 years ago
Nick Clifton
70bbfa2692
Expect xscale-coff to fail simple objcopy test for the same reason as arm-coff.
25 years ago
H.J. Lu
1983fbac47
2001-11-29 H.J. Lu <hjl@gnu.org>
* binutils-all/objcopy.exp (strip_test): Add strip on archive.
25 years ago
Andreas Jaeger
b8908f93e2
* testsuite/binutils-all/objdump.exp: Add x86-64.
25 years ago
Alan Modra
7dc9bd67ad
* binutils-all/objcopy.exp: Allow '? main', to suit powerpc64.
25 years ago
Geoffrey Keating
86651999ac
* binutils-all/readelf.exp: powerpc-*-eabi* is an ELF target.
25 years ago
Thiemo Seufer
e150e7bf83
* binutils-all/readelf.exp: Exclude mips*-*-elf* from 'readelf -wi'
test.
25 years ago