[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Tinycc-devel] Largish mob update from me
From: |
Steffen Nurpmeso |
Subject: |
Re: [Tinycc-devel] Largish mob update from me |
Date: |
Wed, 21 Dec 2016 14:26:33 +0100 |
User-agent: |
s-nail v14.9.0-pre2-103-ga88751c |
Michael Matz <address@hidden> wrote:
|Aloha,
|
|with the holiday season coming up I probably am going to have some time
|for cleaning up after me if necessary, so I've pushed my current stable
|(in my mind) stuff to mob. It's 110 changes on these topics:
Thank you for your continuous work on tcc, which i use each and
every work day over and over again.
|I'm obviously interested if I've broken stuff. For instance I haven't
|ever built this for windows, so testing there would be appreciated.
And thanks for [77d7ea0], thereafter. Not until today i had used
the S/MIME code which crashed without it! Read a lucky man who
does not need to dig into this again. ^_~
It would be nice if someone could commit the multiple -rpath
argument, it worked fine ever since. And i need
--- a/tccelf.c
+++ b/tccelf.c
@@ -778,6 +778,8 @@ ST_FUNC void relocate_section(TCCState *s1, Section *s)
relocate_init(sr);
for_each_elem(sr, 0, rel, ElfW_Rel) {
+ section_ptr_add(s, 8);
+
ptr = s->data + rel->r_offset;
sym_index = ELFW(R_SYM)(rel->r_info);
sym = &((ElfW(Sym) *)symtab_section->data)[sym_index];
but for a stub program that is not yet anything useful.
From within the greyness,
Ciao.
--steffen
- Re: [Tinycc-devel] Largish mob update from me, (continued)
- Re: [Tinycc-devel] Largish mob update from me, grischka, 2016/12/16
- Re: [Tinycc-devel] Largish mob update from me, Michael Matz, 2016/12/17
- Re: [Tinycc-devel] Largish mob update from me, grischka, 2016/12/18
- Re: [Tinycc-devel] Largish mob update from me, Michael Matz, 2016/12/19
- Re: [Tinycc-devel] Largish mob update from me, grischka, 2016/12/20
Re: [Tinycc-devel] Largish mob update from me, Thomas Preud'homme, 2016/12/17
Re: [Tinycc-devel] Largish mob update from me,
Steffen Nurpmeso <=
Re: [Tinycc-devel] Largish mob update from me, Christian JULLIEN, 2016/12/16