소스 검색

Translate .L directives inside .byte too.

Win64 unwind tables place distances from the start of a function in
byte-wide values.

Change-Id: Ie2aad7f6f5b702a60933bd52d872a83cba4e73a9
Reviewed-on: https://boringssl-review.googlesource.com/c/33784
Commit-Queue: David Benjamin <davidben@google.com>
Reviewed-by: Adam Langley <alangley@gmail.com>
kris/onging/CECPQ3_patch15
David Benjamin 5 년 전
committed by CQ bot account: commit-bot@chromium.org
부모
커밋
5edf8957b5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      crypto/perlasm/x86_64-xlate.pl

+ 1
- 1
crypto/perlasm/x86_64-xlate.pl 파일 보기

@@ -742,7 +742,7 @@ my %globals;
}
last;
};
/\.rva|\.long|\.quad/
/\.rva|\.long|\.quad|\.byte/
&& do { $$line =~ s/([_a-z][_a-z0-9]*)/$globals{$1} or $1/gei;
$$line =~ s/\.L/$decor/g;
last;


불러오는 중...
취소
저장