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: [patch] Ignore thread local symbols when generating dbx debug info


> This looks OK to me.  The only case it would fail to detect is if the 
> SYMBOL_REF rtx is structured as (PLUS (CONST_INT) (SYMBOL_REF_DECL)) 
> rather
> than (PLUS (SYMBOL_REF_DECL) (CONST_INT)) as your code assumes.

I believe the latter form is the only one that is used.

Dave
-- 
J. David Anglin                                  dave.anglin@nrc-cnrc.gc.ca
National Research Council of Canada              (613) 990-0752 (FAX: 952-6602)


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