Skip to content

Commit

Permalink
* gc.c: add "#pragma weak" for __libc_ia64_register_backing_store_base.
Browse files Browse the repository at this point in the history
  [ruby-dev:21072]


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4286 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
matz committed Aug 2, 2003
1 parent 1038c25 commit 08719ea
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
Expand Up @@ -8,6 +8,11 @@ Sat Aug 2 14:53:55 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>

* ext/openssl/extconf.rb: use pkg_config.

Sat Aug 2 13:45:17 2003 Yukihiro Matsumoto <matz@ruby-lang.org>

* gc.c: add "#pragma weak" for __libc_ia64_register_backing_store_base.
[ruby-dev:21072]

Sat Aug 2 14:02:39 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>

* variable.c (classname): find regular class name if not set.
Expand All @@ -18,6 +23,9 @@ Sat Aug 2 03:30:25 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
* class.c (rb_obj_singleton_methods): should not go up to
ancestors unless the recursive flag is set. [ruby-list:38007]

* eval.c (rb_yield_0): expand [] to nil if avalue is set.
[ruby-dev:21058]

* hash.c (env_each_key): use env_keys to avoid environment modify
on the fly.

Expand Down
1 change: 1 addition & 0 deletions gc.c
Expand Up @@ -32,6 +32,7 @@

#ifdef __ia64__
#include <ucontext.h>
#pragma weak __libc_ia64_register_backing_store_base
extern unsigned long __libc_ia64_register_backing_store_base;
#endif

Expand Down

0 comments on commit 08719ea

Please sign in to comment.