summaryrefslogtreecommitdiff
path: root/gcc/varasm.c
AgeCommit message (Collapse)AuthorFilesLines
2019-02-24midipix targets: remove the wrong flag_constructor_decl logic.midipix1-5/+0
2019-02-17midipix_asm_assemble_integer(): filter out c++ constructors.midipix1-0/+5
2019-02-17midipix_asm_reestablish_section(): better integrate with gcc's varasm logic.midipix1-11/+0
2015-11-25midipix targets: GOT entries: account for a re-established section directive.midipix1-0/+11
signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-07-18initial implementation of GOT entries and initial support of PE visibilitymidipix1-6/+11
for the midipix targets. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
2015-03-15obtained gcc-4.6.4.tar.bz2 from upstream website;upstreamupstream source tree1-0/+7409
verified gcc-4.6.4.tar.bz2.sig; imported gcc-4.6.4 source tree from verified upstream tarball. downloading a git-generated archive based on the 'upstream' tag should provide you with a source tree that is binary identical to the one extracted from the above tarball. if you have obtained the source via the command 'git clone', however, do note that line-endings of files in your working directory might differ from line-endings of the respective files in the upstream repository.