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.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to