aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/proc.py
diff options
context:
space:
mode:
authorBorislav Petkov <[email protected]>2019-01-09 17:32:10 +0100
committerBorislav Petkov <[email protected]>2019-01-16 12:21:53 +0100
commite6d7bc0bdf4155e896c48cf6f8fb7ef76b504058 (patch)
tree8ea5fda131737067609b21580d103e7b29e1d27e /scripts/gdb/linux/proc.py
parent927185c124d62a9a4d35878d7f6d432a166b74e3 (diff)
x86/build: Use the single-argument OUTPUT_FORMAT() linker script command
The various x86 linker scripts use the three-argument linker script command variant OUTPUT_FORMAT(DEFAULT, BIG, LITTLE) which specifies three object file formats when the -EL and -EB linker command line options are used. When -EB is specified, OUTPUT_FORMAT issues the BIG object file format, when -EL, LITTLE, respectively, and when neither is specified, DEFAULT. However, those -E[LB] options are not used by arch/x86/ so switch to the simple OUTPUT_FORMAT(BFDNAME) macro variant. No functional changes. Signed-off-by: Borislav Petkov <[email protected]> Cc: "H. Peter Anvin" <[email protected]> Cc: [email protected] Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/gdb/linux/proc.py')
0 files changed, 0 insertions, 0 deletions