History log of /freebsd-10.2-release/contrib/llvm/patches/patch-r281775-llvm-r229911-uleb128-commas.diff
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 285830 23-Jul-2015 gjb

- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
builds.
- Update newvers.sh to reflect RC1.
- Update __FreeBSD_version to reflect 10.2.
- Update default pkg(8) configuration to use the quarterly branch.[1]

Discussed with: re, portmgr [1]
Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 281908 23-Apr-2015 dim

MFC r281775:

Pull in r229911 from upstream llvm trunk (by Benjamin Kramer):

MC: Allow multiple comma-separated expressions on the .uleb128 directive.

For compatiblity with GNU as. Binutils documents this as
'.uleb128 expressions'. Subtle, isn't it?

Reported by: sbruno
PR: 199554

MFC r281777:

Add llvm patch corresponding to r281775.


# 281777 20-Apr-2015 dim

Add llvm patch corresponding to r281775.