[llvm] [llvm-objcopy] Add --change-section-address (PR #98664)
James Henderson via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 26 02:14:25 PDT 2024
================
@@ -303,6 +303,15 @@ them.
Shift LMA of non-zero-sized segments by ``<val>``.
+.. option:: --change-section-address <section>{=+-}<val>, --adjust-section-vma
+
+ Change the address of sections that match``<section>`` pattern to the specified
----------------
jh7370 wrote:
```suggestion
Change the address of sections that match ``<section>`` pattern to the specified
```
https://github.com/llvm/llvm-project/pull/98664
More information about the llvm-commits
mailing list