gcconfig.h (DATASTART): Define as (&data_start) for PowerPC Linux.
authorAnthony Green <green@cygnus.com>
Sun, 12 Dec 1999 18:06:08 +0000 (18:06 +0000)
committerAnthony Green <green@gcc.gnu.org>
Sun, 12 Dec 1999 18:06:08 +0000 (18:06 +0000)
commitd0017c11ff277f6e7aad314240da8f32c2d17069
tree09d6353b0f67a8764ec5ac0e7fac500cf1d5fcb1
parent3e7d8ef1a6cd485144c86284728ecf0ffb1da727
gcconfig.h (DATASTART): Define as (&data_start) for PowerPC Linux.

        * gcconfig.h (DATASTART): Define as (&data_start) for PowerPC
        Linux.
        (DYNAMIC_LOADING): Define for PowerPC Linux.
        * os_dep.c: Remove some special cases for PowerPC Linux.
        * misc.c (GC_init_inner): Don't call GC_init_linux_data_start
        for PowerPC Linux.

From-SVN: r30873
boehm-gc/ChangeLog
boehm-gc/gcconfig.h
boehm-gc/misc.c
boehm-gc/os_dep.c