The code section for an ISR has a specific address.
authorSanjiv Gupta <sanjiv.gupta@microchip.com>
Tue, 16 Feb 2010 03:41:07 +0000 (03:41 +0000)
committerSanjiv Gupta <sanjiv.gupta@microchip.com>
Tue, 16 Feb 2010 03:41:07 +0000 (03:41 +0000)
commit7643ca5c2b6a8b6e63a270a7c02e2d3b23a42a6d
tree706c2dc2cf0a06cfa990cfcf1177b40a32a04fa0
parent6e303cb9fa5fdf93a09b8b6017658f3c72a21292
The code section for an ISR has a specific address.
Currently, whether a function is ISR or not is encoded in the section attribute for that function.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96322 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PIC16/AsmPrinter/PIC16AsmPrinter.cpp
lib/Target/PIC16/PIC16ABINames.h
lib/Target/PIC16/PIC16TargetObjectFile.cpp
lib/Target/PIC16/PIC16TargetObjectFile.h