What is AT&T’s Link Editor Command Language?Best language to write linux servicesWhat graphical...
How would armour (and combat) change if the fighter didn't need to actually wear it?
Why do so many people play out of turn on the last lead?
Are there any cons in using rounded corners for bar graphs?
What's the relationship betweeen MS-DOS and XENIX?
Multiplying columns x-end while maintaining file structure
Does an Irish VISA WARNING count as "refused entry at the border of any country other than the UK?"
Do I need to start off my book by describing the character's "normal world"?
Why is the battery jumpered to a resistor in this schematic?
How can I find an old paper when the usual methods fail?
Is this bar slide trick shown on Cheers real or a visual effect?
What allows us to use imaginary numbers?
Would the USA be eligible to join the European Union?
Why did IBM make the PC BIOS source code public?
Unconventional examples of mathematical modelling
Sum Square Difference, which way is more Pythonic?
Can anybody tell me who this Pokemon is?
When was "Fredo" an insult to Italian-Americans?
How to write guitar solos from a keyboardist perspective?
How to use Palatino font for text and what about maths?
Does the Haste spell's hasted action allow you to make multiple unarmed strikes? Or none at all?
Weird resistor with dots around it on the schematic
What are some tips and tricks for finding the cheapest flight when luggage and other fees are not revealed until far into the booking process?
Units of measurement, especially length, when body parts vary in size among races
What are the advantages of this gold finger shape?
What is AT&T’s Link Editor Command Language?
Best language to write linux servicesWhat graphical programming language does OpenBox use primarily?Link libraries when compiling g++What is the background of the program segmentation?What is the Lua language used in Conky script?What do compile and link line refer to?The most used language for DebianHow to link libraries without root permissionsWhat is the difference between the runtime linker (ld.so) and the prelink program?Creating a link to a shared library
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
The man page for ld makes reference to AT&T’s Link Editor Command Language, however a Google search does not offer a satisfactory explanation as to what AT&T’s Link Editor Command Language is or was, other than pointing to said man pages, whereas I expect a Wikipedia page coming up in the first five results.
It seems like there is a vital piece of computing history missing here. Does anyone have some reference or historical documentation on this language? Something we can put in Wikipedia to preserve for posterity?
programming linker system-v
add a comment |
The man page for ld makes reference to AT&T’s Link Editor Command Language, however a Google search does not offer a satisfactory explanation as to what AT&T’s Link Editor Command Language is or was, other than pointing to said man pages, whereas I expect a Wikipedia page coming up in the first five results.
It seems like there is a vital piece of computing history missing here. Does anyone have some reference or historical documentation on this language? Something we can put in Wikipedia to preserve for posterity?
programming linker system-v
add a comment |
The man page for ld makes reference to AT&T’s Link Editor Command Language, however a Google search does not offer a satisfactory explanation as to what AT&T’s Link Editor Command Language is or was, other than pointing to said man pages, whereas I expect a Wikipedia page coming up in the first five results.
It seems like there is a vital piece of computing history missing here. Does anyone have some reference or historical documentation on this language? Something we can put in Wikipedia to preserve for posterity?
programming linker system-v
The man page for ld makes reference to AT&T’s Link Editor Command Language, however a Google search does not offer a satisfactory explanation as to what AT&T’s Link Editor Command Language is or was, other than pointing to said man pages, whereas I expect a Wikipedia page coming up in the first five results.
It seems like there is a vital piece of computing history missing here. Does anyone have some reference or historical documentation on this language? Something we can put in Wikipedia to preserve for posterity?
programming linker system-v
programming linker system-v
edited Feb 5 '13 at 21:14
sendmoreinfo
1,93711 silver badges32 bronze badges
1,93711 silver badges32 bronze badges
asked Feb 5 '13 at 5:14
mydoghaswormsmydoghasworms
6461 gold badge7 silver badges17 bronze badges
6461 gold badge7 silver badges17 bronze badges
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
The Link Editor Command Language appears to be described in the AT&T UNIX™ PC Model 7300 Unix System V Programmers Guide, chapter 17: The Link Editor.
I found a copy of the Programmer's Guide (pdf) at http://www.tenox.net/docs/. The relevant section is on page 524 of the linked .pdf.
Thanks for that! I intend to create a Wikipedia entry for this once I have researched it a bit more. (Optional:) Can you help me by defining what the language is (for) / how classified? How would I continue a sentence starting "The AT&T Link Editor Command Language is ...".
– mydoghasworms
Feb 5 '13 at 18:31
It would be nice to have some background/history as well, e.g. who created it, how it came about etc. How about this for an overview description: "The AT&T Link Editor Command Language is a language used by the Unix ld command for describing how object files and libraries are linked together to produce an executable."
– mydoghasworms
Feb 5 '13 at 18:42
1
It seems the link is broken :(
– osvein
Sep 28 '15 at 8:27
1
@TellyneckBendosack - thanks for that; I've dug up an updated link and fixed it :)
– Reed Kraft-Murphy
Sep 29 '15 at 1:00
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f63744%2fwhat-is-att-s-link-editor-command-language%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
The Link Editor Command Language appears to be described in the AT&T UNIX™ PC Model 7300 Unix System V Programmers Guide, chapter 17: The Link Editor.
I found a copy of the Programmer's Guide (pdf) at http://www.tenox.net/docs/. The relevant section is on page 524 of the linked .pdf.
Thanks for that! I intend to create a Wikipedia entry for this once I have researched it a bit more. (Optional:) Can you help me by defining what the language is (for) / how classified? How would I continue a sentence starting "The AT&T Link Editor Command Language is ...".
– mydoghasworms
Feb 5 '13 at 18:31
It would be nice to have some background/history as well, e.g. who created it, how it came about etc. How about this for an overview description: "The AT&T Link Editor Command Language is a language used by the Unix ld command for describing how object files and libraries are linked together to produce an executable."
– mydoghasworms
Feb 5 '13 at 18:42
1
It seems the link is broken :(
– osvein
Sep 28 '15 at 8:27
1
@TellyneckBendosack - thanks for that; I've dug up an updated link and fixed it :)
– Reed Kraft-Murphy
Sep 29 '15 at 1:00
add a comment |
The Link Editor Command Language appears to be described in the AT&T UNIX™ PC Model 7300 Unix System V Programmers Guide, chapter 17: The Link Editor.
I found a copy of the Programmer's Guide (pdf) at http://www.tenox.net/docs/. The relevant section is on page 524 of the linked .pdf.
Thanks for that! I intend to create a Wikipedia entry for this once I have researched it a bit more. (Optional:) Can you help me by defining what the language is (for) / how classified? How would I continue a sentence starting "The AT&T Link Editor Command Language is ...".
– mydoghasworms
Feb 5 '13 at 18:31
It would be nice to have some background/history as well, e.g. who created it, how it came about etc. How about this for an overview description: "The AT&T Link Editor Command Language is a language used by the Unix ld command for describing how object files and libraries are linked together to produce an executable."
– mydoghasworms
Feb 5 '13 at 18:42
1
It seems the link is broken :(
– osvein
Sep 28 '15 at 8:27
1
@TellyneckBendosack - thanks for that; I've dug up an updated link and fixed it :)
– Reed Kraft-Murphy
Sep 29 '15 at 1:00
add a comment |
The Link Editor Command Language appears to be described in the AT&T UNIX™ PC Model 7300 Unix System V Programmers Guide, chapter 17: The Link Editor.
I found a copy of the Programmer's Guide (pdf) at http://www.tenox.net/docs/. The relevant section is on page 524 of the linked .pdf.
The Link Editor Command Language appears to be described in the AT&T UNIX™ PC Model 7300 Unix System V Programmers Guide, chapter 17: The Link Editor.
I found a copy of the Programmer's Guide (pdf) at http://www.tenox.net/docs/. The relevant section is on page 524 of the linked .pdf.
edited yesterday
answered Feb 5 '13 at 6:34
Reed Kraft-MurphyReed Kraft-Murphy
8426 silver badges17 bronze badges
8426 silver badges17 bronze badges
Thanks for that! I intend to create a Wikipedia entry for this once I have researched it a bit more. (Optional:) Can you help me by defining what the language is (for) / how classified? How would I continue a sentence starting "The AT&T Link Editor Command Language is ...".
– mydoghasworms
Feb 5 '13 at 18:31
It would be nice to have some background/history as well, e.g. who created it, how it came about etc. How about this for an overview description: "The AT&T Link Editor Command Language is a language used by the Unix ld command for describing how object files and libraries are linked together to produce an executable."
– mydoghasworms
Feb 5 '13 at 18:42
1
It seems the link is broken :(
– osvein
Sep 28 '15 at 8:27
1
@TellyneckBendosack - thanks for that; I've dug up an updated link and fixed it :)
– Reed Kraft-Murphy
Sep 29 '15 at 1:00
add a comment |
Thanks for that! I intend to create a Wikipedia entry for this once I have researched it a bit more. (Optional:) Can you help me by defining what the language is (for) / how classified? How would I continue a sentence starting "The AT&T Link Editor Command Language is ...".
– mydoghasworms
Feb 5 '13 at 18:31
It would be nice to have some background/history as well, e.g. who created it, how it came about etc. How about this for an overview description: "The AT&T Link Editor Command Language is a language used by the Unix ld command for describing how object files and libraries are linked together to produce an executable."
– mydoghasworms
Feb 5 '13 at 18:42
1
It seems the link is broken :(
– osvein
Sep 28 '15 at 8:27
1
@TellyneckBendosack - thanks for that; I've dug up an updated link and fixed it :)
– Reed Kraft-Murphy
Sep 29 '15 at 1:00
Thanks for that! I intend to create a Wikipedia entry for this once I have researched it a bit more. (Optional:) Can you help me by defining what the language is (for) / how classified? How would I continue a sentence starting "The AT&T Link Editor Command Language is ...".
– mydoghasworms
Feb 5 '13 at 18:31
Thanks for that! I intend to create a Wikipedia entry for this once I have researched it a bit more. (Optional:) Can you help me by defining what the language is (for) / how classified? How would I continue a sentence starting "The AT&T Link Editor Command Language is ...".
– mydoghasworms
Feb 5 '13 at 18:31
It would be nice to have some background/history as well, e.g. who created it, how it came about etc. How about this for an overview description: "The AT&T Link Editor Command Language is a language used by the Unix ld command for describing how object files and libraries are linked together to produce an executable."
– mydoghasworms
Feb 5 '13 at 18:42
It would be nice to have some background/history as well, e.g. who created it, how it came about etc. How about this for an overview description: "The AT&T Link Editor Command Language is a language used by the Unix ld command for describing how object files and libraries are linked together to produce an executable."
– mydoghasworms
Feb 5 '13 at 18:42
1
1
It seems the link is broken :(
– osvein
Sep 28 '15 at 8:27
It seems the link is broken :(
– osvein
Sep 28 '15 at 8:27
1
1
@TellyneckBendosack - thanks for that; I've dug up an updated link and fixed it :)
– Reed Kraft-Murphy
Sep 29 '15 at 1:00
@TellyneckBendosack - thanks for that; I've dug up an updated link and fixed it :)
– Reed Kraft-Murphy
Sep 29 '15 at 1:00
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f63744%2fwhat-is-att-s-link-editor-command-language%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown