summaryrefslogtreecommitdiff
path: root/sysdeps/arm
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-08-12 19:50:26 +0000
committerUlrich Drepper <drepper@redhat.com>2002-08-12 19:50:26 +0000
commit0a02a366e3b06086e8e1c6a171bc178bca339693 (patch)
treec293283f8fdff7897c3b185e3676325155fcbda5 /sysdeps/arm
parent9b88fc16677aa3c8a424ebe8d3e2e6397581d540 (diff)
downloadglibc-0a02a366e3b06086e8e1c6a171bc178bca339693.tar.gz
Update.
2002-08-11 Philip Blundell <philb@gnu.org> * sysdeps/arm/Makefile: New file. 2002-08-08 Jakub Jelinek <jakub@redhat.com> * posix/regcomp.c (parse_reg_exp): If '|' is immediately followed by another '|', end of regex or enclosing ')', clear branch. * posix/bug-regex9.c: New test. * posix/Makefile (tests): Add bug-regex9.
Diffstat (limited to 'sysdeps/arm')
-rw-r--r--sysdeps/arm/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/sysdeps/arm/Makefile b/sysdeps/arm/Makefile
new file mode 100644
index 0000000000..ccb6b03684
--- /dev/null
+++ b/sysdeps/arm/Makefile
@@ -0,0 +1,7 @@
+ifeq ($(subdir),csu)
+ifeq (yes,$(build-shared))
+# Compatibility
+sysdep_routines += divdi3
+shared-only-routines += divdi3
+endif
+endif