summaryrefslogtreecommitdiffstats
path: root/upstream/fedora-rawhide/man1/objdump.1
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/fedora-rawhide/man1/objdump.1')
-rw-r--r--upstream/fedora-rawhide/man1/objdump.111
1 files changed, 10 insertions, 1 deletions
diff --git a/upstream/fedora-rawhide/man1/objdump.1 b/upstream/fedora-rawhide/man1/objdump.1
index 716e7dc5..9bbd65e6 100644
--- a/upstream/fedora-rawhide/man1/objdump.1
+++ b/upstream/fedora-rawhide/man1/objdump.1
@@ -55,7 +55,7 @@
.\" ========================================================================
.\"
.IX Title "OBJDUMP 1"
-.TH OBJDUMP 1 2024-02-22 binutils-2.42.50 "GNU Development Tools"
+.TH OBJDUMP 1 2024-05-13 binutils-2.42.50 "GNU Development Tools"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -1153,6 +1153,15 @@ function at link time. When looking at CTF archives that have been
created by a linker that uses the name changer to rename the parent
archive member, \fB\-\-ctf\-parent\fR can be used to specify the name
used for the parent.
+.IP \fB\-\-ctf\-parent\-section=\fR\fIsection\fR 4
+.IX Item "--ctf-parent-section=section"
+This option lets you pick a completely different section for the CTF
+parent dictionary containing unambiguous types than for the child
+dictionaries that contain the ambiguous remainder. The linker does
+not emit ELF objects structured like this, but some third-party linkers
+may. It's also convenient to inspect CTF written out as multiple raw
+files to compose them with objcopy, which can put them in different
+ELF sections but not in different members of a single CTF dict.
.IP \fB\-\-sframe[=\fR\fIsection\fR\fB]\fR 4
.IX Item "--sframe[=section]"
Display the contents of the specified SFrame section.