* ldmain.c (lprefix): Change default from a char to a string
authorJeff Law <law@redhat.com>
Fri, 17 Dec 1993 05:21:33 +0000 (05:21 +0000)
committerJeff Law <law@redhat.com>
Fri, 17 Dec 1993 05:21:33 +0000 (05:21 +0000)
commit93df4ec5fe93fa56de40731ca0021bd5700f5a80
tree7cfc476896a13baf0689687b987f5d04ca57900a
parent5ea18b5dd9601cc6cecec33d0160a63b051016f8
    * ldmain.c (lprefix): Change default from a char to a string
        with only one character.
        (lprefix_len): Set default to one.

        * ldmain.h (lprefix_len): Declare.

        * ldsym.c (write_file_locals): Use strncmp rather than a character
        comparison for lprefix.

        * emultmpl/m88kbcs.em (before_parse): Set lprefix and lprefix_len
        correctly.

        * emultmpl/hppaosf.em: Include ldexp.h.
        (before_parse): Set lprefix and lprefix_len correctly.
ld/emultempl/hppaosf.em
ld/emultempl/m88kbcs.em
ld/ldsym.c
This page took 0.035763 seconds and 4 git commands to generate.