]> git.ipfire.org Git - thirdparty/gcc.git/commit
* c-pragma.c (apply_pragma_weak): Convert value identifier to
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 26 May 2002 03:38:37 +0000 (03:38 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 26 May 2002 03:38:37 +0000 (03:38 +0000)
commit9cca51ff2077391de6e64a174b543bad77447433
treec8dc7fde9389dae3158d0518dd428fab00360346
parent13c2f1da0b15269c6a858f34565af100f87e76ca
    * c-pragma.c (apply_pragma_weak): Convert value identifier to
        string for decl_attributes.
        (handle_pragma_weak): Call assemble_alias if we're modifying
        an existing decl.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53884 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-pragma.c
gcc/testsuite/gcc.dg/weak-9.c [new file with mode: 0644]