From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Lance Taylor To: hjl@nynexst.com Cc: ericy@cais.com, gas2@cygnus.com Subject: Does ELF support -N? Date: Sun, 25 Sep 1994 20:02:00 -0000 Message-id: <9409260302.AA15895@tweedledumb.cygnus.com> References: <9409242145.AA00453@titanic.nynexst.com> X-SW-Source: 1994/msg00112.html From: hjl@nynexst.com (H.J. Lu) Date: Sat, 24 Sep 94 17:45:41 EDT I am not sure if ELF supports -N. If not, the ELF functions in ld should ignore that switch. >From the ld manual: `-N' Set the text and data sections to be readable and writable. Also, do not page-align the data segment. If the output format supports Unix style magic numbers, mark the output as `OMAGIC'. ELF can support this, except for the bit about OMAGIC. It may not work completely correctly, but it certainly could. Ian