bug-gmp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: missing .def/.endef


From: Kevin Ryde
Subject: Re: missing .def/.endef
Date: 18 Jan 2001 10:18:03 +1000
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.5

Jose Navarro <address@hidden> writes:
>
> I'll append the contents of tmp-udiv.s, config.m4 and config.log
> for completeness in case you can figure out why the configure chose
> options that failed upon compilation. They are effectively the ones
> before clearing TYPE&SIZE.

Thanks, alas they seem to have simply succeeded.  Perhaps you can see
whether a foo.s containing just the following works.

        .type   sym,@function

or how about

        .type   _sym,@function

or even

        .text
        .type   _sym,@function
        
this last being something like what will actually be used.

The same for .size, if you can be bothered.

        .size   sym,1
or
        .size   _sym,1

In any case we're wanting something small that provokes a failure.
You could point us at some actual doco if there's some other than the
gas manual.

Oh, but that's unless .type and .size are necessary or desirable in
COFF and we should add .def/.endef somehow.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]