[PATCH v2 6/6] bfd: drop ENUMEQ{,X}

Jan Beulich jbeulich@suse.com
Fri Mar 27 09:58:29 GMT 2026


These are now unused, and perhaps it's better to drop them. If only to
avoid their bitrotting.
---
v2: New.

--- a/bfd/doc/doc.str
+++ b/bfd/doc/doc.str
@@ -148,19 +148,6 @@ variable synopsis_seen
 	copy_past_newline catstr
 	catstr
 	;
-: ENUMEQ
-	skip_past_newline
-	"@deffn {} "
-	copy_past_newline catstr catstr
-	skip_past_newline
-	;
-: ENUMEQX
-	skip_past_newline
-	"@deffnx {} "
-	copy_past_newline catstr
-	catstr
-	skip_past_newline
-	;
 : ENUMDOC
 	skip_past_newline
 	get_stuff_in_command
--- a/bfd/doc/proto.str
+++ b/bfd/doc/proto.str
@@ -138,18 +138,6 @@
 	ifinternal
 	;
 : ENUMX ENUM catstr ;
-: ENUMEQ
-	skip_past_newline
-	"#define "
-	copy_past_newline remchar
-	catstr
-	" "
-	catstr
-	copy_past_newline
-	catstr
-	"" swap 0 internalmode ! maybecatstr
-	;
-: ENUMEQX ENUMEQ catstr ;
 : ENUMDOC
 	skip_past_newline
 	get_stuff_in_command



More information about the Binutils mailing list