tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Some patches


From: Fabrice Bellard
Subject: Re: [Tinycc-devel] Some patches
Date: Sat, 02 Oct 2004 16:11:08 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624

I commited parts of your patches. I don't agree for -nostdlib, this is not the gcc behaviour. For .global, I modified the code so that both .globl and .global are accepted.

Fabrice.

Boris Buegling wrote:
Mornin',

I made some small patches for tcc-0.9.20, which might be included in the next release (if there will be any, considering the long w/o releases):

1) tcc-0.9.20-diet.patch

This patch makes it possible to link tcc itself against dietlibc.

2) tcc-0.9.20-fix-nostdlib.patch

IMHO the behaviour of -nostdlib is currently broken, because if it is used, there still are /lib, /usr/lib and /usr/local/lib in the search path, which breaks any attempts to create a dietlibc-wrapper for tcc. This patch moves the addition of default library paths and disables it when -nostdlib is used.

3) .globl/.global

I would like to see .global instead of .globl for GNU as compatiblity
(tcc-0.9.20-globl_to_global.patch). If this is not wanted, the .texi documentation contains a typo which says '.global', that should be fixed
then (tcc-0.9.20-globl-doc-fix.patch).

Regards,






reply via email to

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