• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

RSS
Rev. Time Author
f5d0887 2001-06-16 05:14:44 Eric Andersen

Make some nice SEND_ADDRESS_STDERR and SEND_NUMBER_STDERR macros that
operate inline, to help when debugging ldso (i.e. before we can do
things like function calls).
-Erik

5792927 2001-06-16 05:06:39 Eric Andersen

Now that our compiler wrapper is up to it, we can now use TARGET_CC
to compile ldso, simplifying the process of passing in special CFLAGS
and such (and simplifying the build in general since we no longer
need to go directly to LD to link things).
-Erik

3632e2f 2001-06-16 05:02:37 Eric Andersen

Make strrchr not call other string functions. Hopefully
speeding it a bit.

1a5c8c4 2001-06-16 04:58:36 Eric Andersen

I am very proud of myself. I managed to write a working _start for
x86 entirely in C -- no asm required. muahahahaha!
-Erik

e7dc0f2 2001-06-16 04:51:00 Eric Andersen

Add in (stub out really) __libc_current_sigrtmin, and
__libc_current_sigrtmax so current versions of ash will
compile.
-Erik

ec4e85f 2001-06-16 04:47:58 Eric Andersen

Be consistant for all the client code, and use TARGET_CC with --uclibc-use-build-dir

c1ae0ad 2001-06-16 04:06:07 Eric Andersen

Make all the uClibc tests use the --uclibc-use-build-dir flag

fe23b8c 2001-06-15 06:51:51 Eric Andersen

Some silly grammar stuff

862fef6 2001-06-15 06:37:48 Eric Andersen

Yet more ldso cleanups. Be more discriminating about when using inlines
and when using real functions. Make things be more portable by
providing a default C routine to locate the got.
-Erik

311b479 2001-06-14 07:10:41 Eric Andersen

Fix a really stupid bug with ttyname, thanks to a patch from
Stefan Soucek <ssoucek@coactive.com>

0920bb7 2001-06-14 02:37:44 Eric Andersen

Don't create a fake readelf app. We are creating a real one now.
-Erik

f9e6466 2001-06-14 02:06:57 Eric Andersen

Default to something like a strongArm, (i.e. has an MMU)

55a7417 2001-06-14 01:11:41 Eric Andersen

A few new todo items

52c4972 2001-06-13 23:01:39 Manuel Novoa III

Fix printf so that %p outputs "(nil)" for (void *) 0, to match glibc behavior.

ac191d5 2001-06-13 16:27:03 David Schleef

Add warning message if Config doesn't exist

88f22c7 2001-06-13 11:06:36 Manuel Novoa III

Fix printf handling of %p to prepend "0x" since output is in hex.
Note: glibc output for (void *)0 is "(nil)" while uClibc output is "0".
Does anyone have a preference?

dfc5cd9 2001-06-13 09:42:04 Eric Andersen

Use sys/mman.h not asm/mman.h -- we don't want kernel headers...
-Erik

94e4041 2001-06-13 07:23:26 Eric Andersen

Some sparc updates from Stanley <ngstanley@cwc.nus.edu.sg>

ffdab6f 2001-06-13 06:56:56 Eric Andersen

Make sure these use the local sysdep.h header file

92773db 2001-06-13 06:45:10 Eric Andersen

Cleanup the toploevel makefile handing of shared libs. Add weak_alias
define, and set things up so nasty old coff toolchains can now compile
things and should actually work again.
-Erik

23f586e 2001-06-13 04:36:49 Eric Andersen

Some socket cleanups

0e220f4 2001-06-13 04:36:16 Eric Andersen

Silence a few warnings.

87edfb6 2001-06-13 04:14:21 Eric Andersen

Default to testing shared libs.

7acbbe0 2001-06-12 03:37:00 Eric Andersen

Default to malloc-930716 for x86

f0b7e47 2001-06-12 02:55:33 Eric Andersen

Get rid of the unused LDSO_VERSION

68822fc 2001-06-11 22:52:43 Manuel Novoa III

Fix bug in ldso/util/Makefile introduced when Erik added the readelf app.
It didn't show up if a previous install was done. This would have been
fixed two days ago if the initial bug report had been anything close to
lucid. :-( Also changed ldconfig back to staticly linked and update the
README file.

d6c19a6 2001-06-08 04:44:37 Eric Andersen

Add in a test for outb (that currently fails)

000e5cc 2001-06-07 22:38:31 Manuel Novoa III

Commit _uClibc_fread bug fix (with minor edit) posted by Johan Adolfsson <johan.adolfsson@axis.com>.

fde5103 2001-06-07 21:08:54 David McCullough


The m68k-elf compiler chokes on this code when compiling for PIC as
compile_regex is one big function (relative function calls further
than cpu32 can do).

The solution was to re-order the code a little to reduce the size of these
relative calls.

So the total sum of the changes is:

* Move compile_regex to the end of the file
* make store_op1 an inline

Unfortunately CVS diff doesn't show this and makes it look like the whole
file has been severely hacked. It hasn't.

e9499a8 2001-06-07 20:54:28 David McCullough


Changes needed to build the ldso dir for m68k. I haven't tested it,
who knows if it will work, it just compiles cleanly :-)