[Icon Request] Support for GNU Linker (ld) file support
See original GitHub issue-
I’m sure this issue is not a duplicate.
-
I’m submitting an icon request:
- Type:
extension
- Icon Name:
gnu_linker
- Sample original Icon: Icon Example
- Extensions: .ld (Capital - .LD)
- Type:
-
More info: GNU Linker. I chose that icon because I thought that three pieces of a puzzle that need to be put together (like linker does, takes object files and connect them together into a final executable file) is similar to the linker process. The Icon can be converted to svg format.
-
An LD file is a script written in the GNU “linker command language.” It contains one or more commands that are used to configure how input files storing static object code are to be compiled into a single executable program or library for the GNU operating system.
Makefile uses the GNU logo so maybe also use the GNU logo for the linker or create different for each one of them.
Issue Analytics
- State:
- Created 3 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Using LD, the GNU linker - Command Line Options
Go to the first, previous, next, last section, table of contents. Command Line Options. The linker supports a plethora of command-line options, ...
Read more >Using LD, the GNU linker - Invocation
This feature permits the linker to link against a file which appears to be an object or an archive, but actually merely defines...
Read more >ld(1): GNU linker - Linux man page
ld combines a number of object and archive files, relocates their data and ties up symbol references. Usually the last step in compiling...
Read more >Using LD, the GNU linker - Linker Scripts
You write a linker script as a series of commands. Each command is either a keyword, possibly followed by arguments, or an assignment...
Read more >The GNU linker
The linker supports a plethora of command-line options, but in actual practice few of them ... This switch requests ld to use the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Why are you closing this? There’s a PR in the pipeline already. Let’s wait for it to be merged and close it then.
I close it as completed, even though the PR has not been merged yet.