This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Allow filenames for dump files to be system-dependent


    How hard would it be to allow the target to sprintf their own name?  I
    think DJGPP would prefer foo.NN instead of foo.cc.NN.bar or
    foo.ccNNbar (at least for 8.3 systems).

It looks like it would be a bit of work to allow the entire name format to
be variable, but not much at all to be able to specify the entire suffix (and
you can already get the latter choice with the last patch).


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]