Skip to content

Commit

Permalink
[7.2l]
Browse files Browse the repository at this point in the history
2018-08-10  Ivan Maidanski <ivmai@mail.ru>

    * doc/README: Bump version to 7.2l (rev. L).
    * Makefile.am (libgc_la_LDFLAGS): Bump version-info to 2:4:1.
    * Makefile.am (libgccpp_la_LDFLAGS): Bump version-info to 1:5:0.
    * Makefile.in: Regenerate.
  • Loading branch information
ivmai committed Aug 10, 2018
1 parent bdf9b09 commit 2c50803
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -22,7 +22,7 @@ matrix:
- libatomic-ops-dev
env:
- MAKEFILE_TARGETS="distcheck"
- GC_REAL_VERSION=7.2k
- GC_REAL_VERSION=7.2l
- os: linux
env:
- MAKEFILE_TARGETS="dist"
Expand Down
9 changes: 9 additions & 0 deletions ChangeLog
@@ -1,3 +1,12 @@
[7.2l]

2018-08-10 Ivan Maidanski <ivmai@mail.ru>

* doc/README: Bump version to 7.2l (rev. L).
* Makefile.am (libgc_la_LDFLAGS): Bump version-info to 2:4:1.
* Makefile.am (libgccpp_la_LDFLAGS): Bump version-info to 1:5:0.
* Makefile.in: Regenerate.

2018-08-03 Ivan Maidanski <ivmai@mail.ru>

* mark_rts.c [USE_PROC_FOR_LIBRARIES] (swap_static_roots): New inline
Expand Down
4 changes: 2 additions & 2 deletions Makefile.am
Expand Up @@ -90,7 +90,7 @@ endif
# linuxthread semaphore functions get linked:
libgc_la_LIBADD = @addobjs@ $(THREADDLLIBS) $(UNWINDLIBS) $(ATOMIC_OPS_LIBS)
libgc_la_DEPENDENCIES = @addobjs@
libgc_la_LDFLAGS = $(extra_ldflags_libgc) -version-info 2:3:1 -no-undefined
libgc_la_LDFLAGS = $(extra_ldflags_libgc) -version-info 2:4:1 -no-undefined

EXTRA_libgc_la_SOURCES = alpha_mach_dep.S \
mips_sgi_mach_dep.s mips_ultrix_mach_dep.s \
Expand All @@ -105,7 +105,7 @@ pkginclude_HEADERS += include/gc_cpp.h
include_HEADERS += include/extra/gc_cpp.h
libgccpp_la_SOURCES = gc_cpp.cc
libgccpp_la_LIBADD = ./libgc.la
libgccpp_la_LDFLAGS = -version-info 1:4:0 -no-undefined
libgccpp_la_LDFLAGS = -version-info 1:5:0 -no-undefined
endif

## FIXME: If Visual C++ users use Makefile.am, this should go into
Expand Down
4 changes: 2 additions & 2 deletions Makefile.in
Expand Up @@ -939,15 +939,15 @@ libgc_la_SOURCES = allchblk.c alloc.c blacklst.c checksums.c dbg_mlc.c \
# linuxthread semaphore functions get linked:
libgc_la_LIBADD = @addobjs@ $(THREADDLLIBS) $(UNWINDLIBS) $(ATOMIC_OPS_LIBS)
libgc_la_DEPENDENCIES = @addobjs@
libgc_la_LDFLAGS = $(extra_ldflags_libgc) -version-info 2:3:1 -no-undefined
libgc_la_LDFLAGS = $(extra_ldflags_libgc) -version-info 2:4:1 -no-undefined
EXTRA_libgc_la_SOURCES = alpha_mach_dep.S \
mips_sgi_mach_dep.s mips_ultrix_mach_dep.s \
rs6000_mach_dep.s sparc_mach_dep.S sparc_netbsd_mach_dep.s \
sparc_sunos4_mach_dep.s ia64_save_regs_in_stack.s

@CPLUSPLUS_TRUE@libgccpp_la_SOURCES = gc_cpp.cc
@CPLUSPLUS_TRUE@libgccpp_la_LIBADD = ./libgc.la
@CPLUSPLUS_TRUE@libgccpp_la_LDFLAGS = -version-info 1:4:0 -no-undefined
@CPLUSPLUS_TRUE@libgccpp_la_LDFLAGS = -version-info 1:5:0 -no-undefined

# Misc
# ----
Expand Down
2 changes: 1 addition & 1 deletion doc/README
Expand Up @@ -36,7 +36,7 @@ Public License, but is not needed by, nor linked into the collector library.
It is included here only because the atomic_ops distribution is, for
simplicity, included in its entirety.

This is version 7.2k of a conservative garbage collector for C and C++.
This is version 7.2l of a conservative garbage collector for C and C++.

You might find a more recent version of this at

Expand Down

0 comments on commit 2c50803

Please sign in to comment.