bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/24942] objcopy: Add option for setting section alignment


From: maskray at google dot com
Subject: [Bug binutils/24942] objcopy: Add option for setting section alignment
Date: Tue, 17 Sep 2019 12:12:49 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=24942

--- Comment #7 from Fangrui Song <maskray at google dot com> ---
In addition, have you thought about its interaction with --rename-section?
Which command should I use:

objcopy --rename-section=.foo=.foo2 --set-section-alignment .foo=8 a.o b.o

or

objcopy --rename-section=.foo=.foo2 --set-section-alignment .foo2=8 a.o b.o

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]