ldgram.y low_level_library_NAME_list
Alan Modra
amodra@gmail.com
Mon Feb 1 08:20:13 GMT 2021
More information about the Binutils mailing list
Mon Feb 1 08:20:13 GMT 2021
- Previous message (by thread): ld: Add a test for PR ld/27259
- Next message (by thread): ld script expression parsing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Beginning a new rule hidden inside another rule is horrible.
* ldgram.y: Whitespace fixes.
diff --git a/ld/ldgram.y b/ld/ldgram.y
index 7704689b5bb..b0a4619bb3a 100644
--- a/ld/ldgram.y
+++ b/ld/ldgram.y
@@ -864,12 +864,13 @@ high_level_library_NAME_list:
{ ldemul_hll($3); }
| filename
{ ldemul_hll($1); }
-
;
low_level_library:
SYSLIB '(' low_level_library_NAME_list ')'
- ; low_level_library_NAME_list:
+ ;
+
+low_level_library_NAME_list:
low_level_library_NAME_list opt_comma filename
{ ldemul_syslib($3); }
|
--
Alan Modra
Australia Development Lab, IBM
- Previous message (by thread): ld: Add a test for PR ld/27259
- Next message (by thread): ld script expression parsing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list