mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
b76eed6c1d
PA assembly code. * binutils-all/nm.exp: Enable these tests on the PA. * binutils-all/objcopy.exp: Enable these tests on the PA. Expect simple copy to fail. * binutils-all/objdump.exp: Enable these tests on the PA. Handle "CODE" as a section name. * binutils-all/size.exp: Enable these tests on the PA. * lib/utils-lib.exp (default_binutils_assemble): For "hppa*-*-*", run the assembly through a sed script before passing it to the assembler.
5 lines
264 B
Sed
5 lines
264 B
Sed
s/# Old OSF sed blows up if you have a sed command starting with "#"//
|
|
s/# Avoid it by putting the comments within real sed commands.//
|
|
s/# Fix the definition of common_symbol to be correct for the PA assebmlers.//
|
|
s/ \.comm common_symbol,4/common_symbol .comm 4/
|